The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the 1inch MCP listing page.
Public distribution hub for 1inch AI integrations — Agent Skills, MCP server configs, and marketplace listings for Claude, Cursor, and other AI assistants.
The 1inch MCP server is hosted at:
It provides tools for documentation search, SDK examples, token swaps, limit orders, authenticated product API access, WalletConnect, Aqua analytics, and (when enabled) org-scoped log lookup. Full documentation: 1inch MCP Server.
Install 1inch MCP from the Cursor Marketplace. Skills load from this repo automatically. For authenticated tools without OAuth, open the plugin → Setup → Edit Values and paste an API key from the 1inch Business Portal. Leave the field empty to use public tools and OAuth.
Or create .cursor/mcp.json in your project:
Create .vscode/mcp.json in your project:
See the full setup guide for Claude Desktop, Windsurf, JetBrains, OpenAI Codex, Gemini CLI, ChatGPT, Grok, and more.
Install the 1inch skills so your AI agent knows the server URL, auth patterns, and exact product_api call recipes:
| Skill | Role |
|---|---|
1inch-mcp-server | Hub — MCP URL, auth, client setup, tool overview |
1inch-swap | Classic / Fusion / cross-chain via swap |
1inch-orderbook | Limit orders via orderbook |
1inch-wallet-data | Portfolio, balances, history, NFTs, tokens via product_api |
1inch-market-data | Spot prices, gas price, charts via product_api |
1inch-infrastructure | Web3 RPC, tx gateway, domains via product_api |
1inch-walletconnect | Non-custodial WalletConnect pairing |
1inch-aqua | Aqua strategy analytics |
1inch-debug | Org-scoped request log lookup |
Skills load on demand (~30–50 tokens until invoked). Prefer a domain skill for concrete tasks — e.g. gas price → 1inch-market-data teaches GET /gas-price/v1.6/{chainId}.
See the Agent Skills specification.
Public tools (search, list_examples, get_example, and read-only aqua when enabled) work without authentication. Authenticated tools (swap, orderbook, product_api, and optional debug) require an API key or OAuth login. See the MCP product docs.
Get an API key from the 1inch Business Portal.
MIT