{
  "markdown": "# 1inch AI\n\nPublic distribution hub for 1inch AI integrations — [Agent Skills](https://agentskills.io/specification), [MCP](https://modelcontextprotocol.io/) server configs, and marketplace listings for Claude, Cursor, and other AI assistants.\n\n## MCP server\n\nThe 1inch MCP server is hosted at:\n\n```\nhttps://api.1inch.com/mcp/protocol\n```\n\nIt 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](https://business.1inch.com/portal/documentation/ai-integration).\n\n## Quick setup\n\n### Cursor\n\nInstall **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](https://business.1inch.com/portal). Leave the field empty to use public tools and OAuth.\n\nOr create `.cursor/mcp.json` in your project:\n\n```json\n{\n  \"mcpServers\": {\n    \"1inch-mcp\": {\n      \"url\": \"https://api.1inch.com/mcp/protocol\"\n    }\n  }\n}\n```\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http --scope user 1inch-mcp https://api.1inch.com/mcp/protocol\n```\n\n### VS Code (Copilot)\n\nCreate `.vscode/mcp.json` in your project:\n\n```json\n{\n  \"servers\": {\n    \"1inch-mcp\": {\n      \"type\": \"http\",\n      \"url\": \"https://api.1inch.com/mcp/protocol\"\n    }\n  }\n}\n```\n\n### Other clients\n\nSee the [full setup guide](https://business.1inch.com/portal/documentation/ai-integration/supported-clients) for Claude Desktop, Windsurf, JetBrains, OpenAI Codex, Gemini CLI, ChatGPT, Grok, and more.\n\n## Agent Skills\n\nInstall the 1inch skills so your AI agent knows the server URL, auth patterns, and exact `product_api` call recipes:\n\n```bash\nnpx skills add 1inch/1inch-ai\n```\n\n| Skill                                                          | Role                                                         |\n| -------------------------------------------------------------- | ------------------------------------------------------------ |\n| [`1inch-mcp-server`](skills/1inch-mcp-server/SKILL.md)         | Hub — MCP URL, auth, client setup, tool overview             |\n| [`1inch-swap`](skills/1inch-swap/SKILL.md)                     | Classic / Fusion / cross-chain via `swap`                    |\n| [`1inch-orderbook`](skills/1inch-orderbook/SKILL.md)           | Limit orders via `orderbook`                                 |\n| [`1inch-wallet-data`](skills/1inch-wallet-data/SKILL.md)       | Portfolio, balances, history, NFTs, tokens via `product_api` |\n| [`1inch-market-data`](skills/1inch-market-data/SKILL.md)       | Spot prices, gas price, charts via `product_api`             |\n| [`1inch-infrastructure`](skills/1inch-infrastructure/SKILL.md) | Web3 RPC, tx gateway, domains via `product_api`              |\n| [`1inch-walletconnect`](skills/1inch-walletconnect/SKILL.md)   | Non-custodial WalletConnect pairing                          |\n| [`1inch-aqua`](skills/1inch-aqua/SKILL.md)                     | Aqua strategy analytics                                      |\n| [`1inch-debug`](skills/1inch-debug/SKILL.md)                   | Org-scoped request log lookup                                |\n\nSkills 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}`.\n\nSee the [Agent Skills specification](https://agentskills.io/specification).\n\n## Repository structure\n\n```\n.cursor-plugin/          Cursor Marketplace plugin (manifest, API-key setup values, MCP config)\n.claude-plugin/          Claude Code plugin manifest\nskills/                  Agent Skills (agentskills.io)\n  1inch-mcp-server/      Hub skill (SKILL.md + AUTH/TOOLS references)\n  1inch-swap/            Swap workflows\n  1inch-orderbook/       Limit orders\n  1inch-wallet-data/     product_api recipes (Wallet & Data)\n  1inch-market-data/     product_api recipes (Market Data)\n  1inch-infrastructure/  product_api recipes (Infrastructure)\n  1inch-walletconnect/   WalletConnect\n  1inch-aqua/            Aqua analytics\n  1inch-debug/           Request log lookup\ncursor/                  Cursor plugin README and docs\nclaude/                  Claude Connectors Directory pointer\nassets/                  Logo and branding\nmcp.json                 MCP server configuration (remote URL)\nserver.json              Official MCP Registry pointer\nSECURITY.md              Security policy and vulnerability reporting\n```\n\n## Authentication\n\nPublic 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](https://business.1inch.com/portal/documentation/ai-integration/mcp-server).\n\nGet an API key from the [1inch Business Portal](https://business.1inch.com/portal).\n\n## Links\n\n- [Product documentation](https://business.1inch.com/portal/documentation/ai-integration)\n- [AI Skills](https://business.1inch.com/portal/documentation/ai-integration/ai-skills)\n- [Agent Skills specification](https://agentskills.io/specification)\n- [Machine-readable API index](https://business.1inch.com/portal/llms.txt)\n\n## License\n\nMIT\n",
  "bytes": 5374,
  "sha": "5484e4b8946a47a93f6540b2a64b9ca2001991c92303900c025aa9a699cd10a1",
  "repo_slug": "1inch/1inch-ai",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_1inch_business_mcp_a1575ff0/readme"
}