Skip to content

1inch/1inch-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1inch AI

Public distribution hub for 1inch AI integrations — Agent Skills, MCP server configs, and marketplace listings for Claude, Cursor, and other AI assistants.

MCP server

The 1inch MCP server is hosted at:

https://api.1inch.com/mcp/protocol

It provides tools for documentation search, SDK examples, token swaps, limit orders, and authenticated product API access. Full documentation: 1inch MCP Server.

Quick setup

Cursor

Create .cursor/mcp.json in your project:

{
  "mcpServers": {
    "1inch-business": {
      "url": "https://api.1inch.com/mcp/protocol"
    }
  }
}

Claude Code

claude mcp add --transport http --scope user 1inch-business https://api.1inch.com/mcp/protocol

VS Code (Copilot)

Create .vscode/mcp.json in your project:

{
  "servers": {
    "1inch-business": {
      "type": "http",
      "url": "https://api.1inch.com/mcp/protocol"
    }
  }
}

Other clients

See the full setup guide for Claude Desktop, Windsurf, JetBrains, OpenAI Codex, Gemini CLI, and more.

Agent Skills

Install the 1inch MCP skill so your AI agent knows the server URL, tools, and auth patterns automatically:

npx skills add 1inch/1inch-ai

The skill lives in skills/1inch-mcp-server/. See the Agent Skills specification for how skills work.

Repository structure

skills/                  Agent Skills (agentskills.io)
  1inch-mcp-server/      MCP server skill (SKILL.md + references)
cursor/                  Cursor marketplace assets
claude/                  Claude Connectors Directory assets

Authentication

Public tools (search, list_examples, get_example) work without authentication. Execution tools (swap, orderbook, product_api) require an API key or OAuth login.

Get an API key from the 1inch Business Portal.

Links

License

MIT

About

1inch AI integrations — Agent Skills, MCP server configs, and marketplace distribution for Claude, Cursor, and other AI assistants

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages