[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-1inch-1inch-mcp-server":3,"mdc--fw8s6s-key":36,"related-repo-1inch-1inch-mcp-server":1132,"related-org-1inch-1inch-mcp-server":1143},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":10,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"1inch-mcp-server","integrate 1inch DeFi protocols via MCP","Connect to the 1inch MCP server for documentation search, SDK examples, token swaps, limit orders, authenticated product API access, and (when registered) org-scoped log lookup. Use when the user asks about 1inch integration, DeFi swaps, classic or Fusion or cross-chain flows, orderbook, portfolio, gas or spot price APIs, API keys, MCP or IDE setup, or blockchain development with 1inch.",{"slug":8,"name":8,"logoUrl":9,"githubOrg":8},"1inch","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002F1inch.png",[11,13,16,19,22],{"name":8,"slug":8,"type":12},"tag",{"name":14,"slug":15,"type":12},"Web3","web3",{"name":17,"slug":18,"type":12},"MCP","mcp",{"name":20,"slug":21,"type":12},"DeFi","defi",{"name":23,"slug":24,"type":12},"API Development","api-development",2,"https:\u002F\u002Fgithub.com\u002F1inch\u002F1inch-ai","2026-04-18T04:35:12.47511","MIT",0,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"1inch AI integrations — Agent Skills, MCP server configs, and marketplace distribution for Claude, Cursor, and other AI assistants","https:\u002F\u002Fgithub.com\u002F1inch\u002F1inch-ai\u002Ftree\u002FHEAD\u002Fskills\u002F1inch-mcp-server","---\nname: 1inch-mcp-server\ndescription: >-\n  Connect to the 1inch MCP server for documentation search, SDK examples, token swaps,\n  limit orders, authenticated product API access, and (when registered) org-scoped log lookup. Use when the user asks about 1inch integration,\n  DeFi swaps, classic or Fusion or cross-chain flows, orderbook, portfolio, gas or spot price APIs, API keys, MCP or IDE setup, or blockchain development with 1inch.\nlicense: MIT\ncompatibility: Requires an MCP-capable client with HTTP transport (preferred) or stdio plus Node.js 18+ for supergateway bridging.\nmetadata:\n  mcp_url_production: https:\u002F\u002Fapi.1inch.com\u002Fmcp\u002Fprotocol\n  documentation: https:\u002F\u002Fbusiness.1inch.com\u002Fportal\u002Fdocumentation\u002Fai-integration\u002Fecosystem\n---\n\n# 1inch MCP Server\n\nThis skill teaches agents how to wire and use the **1inch MCP server** so users get docs, examples, and (with auth) swaps and APIs without re-explaining setup each session.\n\n## When to use this skill\n\nLoad this skill whenever the user’s goal depends on the **1inch MCP server** (tools, URL, or auth) or on **1inch Business** product APIs from an AI-assisted workflow.\n\n**Documentation and discovery** (`search`)\n\n- Explain or find behavior in 1inch docs: APIs, slippage, supported chains, rate limits, error codes, SDK usage.\n- Compare approaches (e.g. classic vs Fusion vs cross-chain) or look up parameters before coding.\n\n**SDK examples** (`list_examples`, `get_example`)\n\n- Show runnable example code: swap flows, limit orders, chain-specific snippets.\n- Pull source from a named example package for copy-paste or review.\n\n**MCP resources** (server `resources` \u002F `read`, if the client lists them)\n\n- Use bundled guides: **swap workflow**, **classic \u002F Fusion \u002F cross-chain** swap guides, **quote** guide, **orderbook workflow**, and the **API index**; plus **SDK examples** as a resource—when the user wants a single structured document instead of or alongside `search`.\n\n**Swaps and routing** (`swap` — requires auth)\n\n- The tool does the heavy work server-side: routing, quotes, and assembling **ready-to-use** data (e.g. unsigned transaction parameters, typed data, or follow-up steps for Fusion\u002Fcross-chain). The user or wallet only **signs** and **submits** what the tool returns—no hand-built calldata in the client for normal flows. Supports **classic**, **Fusion (intent)**, and **cross-chain**; `quoteOnly` for inspection without execution.\n\n**Limit orders** (`orderbook` — requires auth)\n\n- Same idea: `build` runs server-side order construction; the response is **EIP-712 (or similar) data ready to sign**—then `create` with the signature, or `list` \u002F `cancel` for lifecycle. The tool carries the orderbook API complexity; the user supplies signing and on-chain follow-through.\n\n**Other product HTTP APIs** (`product_api` — requires auth)\n\n- Call 1inch product endpoints exposed via the gateway: e.g. **portfolio**, **spot price**, **gas price**, **token** metadata, and other [documented](https:\u002F\u002Fbusiness.1inch.com\u002Fportal\u002Fllms.txt) paths—without re-inventing base URLs and auth for each call.\n\n**Operations and support** (`debug` — requires auth, **optional** tool)\n\n- Look up **organization-scoped** application logs (e.g. by `x-request-id` or time window) when the server exposes this tool and the user is debugging production or API behavior for their org.\n\n**Client setup and configuration**\n\n- Wire **MCP in Cursor, VS Code, Claude Desktop, Claude Code, Codex, Gemini CLI**, or other HTTP\u002Fstdio clients; set **`https:\u002F\u002Fapi.1inch.com\u002Fmcp\u002Fprotocol`**, headers, or supergateway.\n- Use **API keys**, **OAuth**, or understand **which tools are public vs authenticated**.\n\n**General triggers**\n\n- “Connect 1inch to my IDE \u002F agent \u002F MCP” or “how do I authenticate for 1inch MCP.”\n- Building or integrating a **dapp, bot, or backend** that uses 1inch Business APIs with AI help.\n\nIf the question is only **unrelated off-chain** topics with no 1inch API or MCP angle, you do not need this skill.\n\n## Server URL (production)\n\n`https:\u002F\u002Fapi.1inch.com\u002Fmcp\u002Fprotocol` (Streamable HTTP)\n\n## Client setup (summary)\n\n| Client                           | Transport | Config pattern                                                                                                             |\n| -------------------------------- | --------- | -------------------------------------------------------------------------------------------------------------------------- |\n| Cursor                           | HTTP      | `.cursor\u002Fmcp.json` -> `\"url\": \"https:\u002F\u002Fapi.1inch.com\u002Fmcp\u002Fprotocol\"`                                                        |\n| VS Code Copilot                  | HTTP      | `.vscode\u002Fmcp.json` -> `type: \"http\"`, same URL                                                                             |\n| Claude Code \u002F Codex \u002F Gemini CLI | HTTP      | CLI `mcp add` with `--transport http` and the URL                                                                          |\n| Claude Desktop                   | stdio     | Launch `npx -y supergateway --streamableHttp \u003CURL> --outputTransport stdio` (see [references\u002FAUTH.md](references\u002FAUTH.md)) |\n\nPrefer **HTTP** when the client supports it; use **supergateway** only for stdio-only clients.\n\n## Tools overview\n\n| Tool            | Auth          | Purpose                                                                                                                              |\n| --------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------ |\n| `search`        | Public        | Search 1inch docs and API reference                                                                                                  |\n| `list_examples` | Public        | List SDK example packages                                                                                                            |\n| `get_example`   | Public        | Fetch example source files                                                                                                           |\n| `swap`          | Authenticated | Quotes and swap execution flows                                                                                                      |\n| `orderbook`     | Authenticated | Build\u002Fcreate\u002Flist\u002Fcancel limit orders                                                                                                |\n| `product_api`   | Authenticated | Call other 1inch product APIs                                                                                                        |\n| `debug`         | Authenticated | Organization-scoped request log lookup (Grafana Loki) — **optional**; only appears in `tools\u002Flist` when the deployment registers it. |\n\nFull parameters: [references\u002FTOOLS.md](references\u002FTOOLS.md).\n\n## Authentication\n\n- **API key:** `Authorization: Bearer \u003Ckey>` on the HTTP transport where the client allows headers.\n- **OAuth:** Supported by the server for interactive login when no API key is set.\n\nDetails and client-specific snippets: [references\u002FAUTH.md](references\u002FAUTH.md).\n\n## Example prompts (for the user)\n\n- \"Search 1inch docs for how to set slippage on Base.\"\n- \"Show the TypeScript swap example for Fusion on Ethereum.\"\n- \"Quote swapping 100 USDC to ETH on Arbitrum\" (requires auth for execution tools).\n- \"List my open limit orders on Ethereum\" \u002F \"Build a limit order to sell 1 WETH for USDC\" (auth).\n- \"What's my portfolio value on Arbitrum?\" or \"Fetch spot price for this token\" via `product_api` (auth).\n- \"Find logs for request id … in the last hour\" when `debug` is available (auth).\n\n## Progressive disclosure\n\n- Load [references\u002FTOOLS.md](references\u002FTOOLS.md) when you need exact tool arguments or edge cases.\n- Load [references\u002FAUTH.md](references\u002FAUTH.md) when configuring headers, OAuth, or Claude Desktop bridging.\n\n## Legal\n\nUse of the MCP server is subject to 1inch Business Portal terms linked from the [product documentation](https:\u002F\u002Fbusiness.1inch.com\u002Fportal\u002Fdocumentation\u002Fai-integration\u002Fmcp-server).\n",{"data":37,"body":42},{"name":4,"description":6,"license":28,"compatibility":38,"metadata":39},"Requires an MCP-capable client with HTTP transport (preferred) or stdio plus Node.js 18+ for supergateway bridging.",{"mcp_url_production":40,"documentation":41},"https:\u002F\u002Fapi.1inch.com\u002Fmcp\u002Fprotocol","https:\u002F\u002Fbusiness.1inch.com\u002Fportal\u002Fdocumentation\u002Fai-integration\u002Fecosystem",{"type":43,"children":44},"root",[45,54,68,75,93,112,127,151,164,190,245,262,319,335,381,397,441,465,488,496,545,553,573,585,591,601,607,765,783,789,972,983,989,1020,1030,1036,1083,1089,1113,1119],{"type":46,"tag":47,"props":48,"children":50},"element","h1",{"id":49},"_1inch-mcp-server",[51],{"type":52,"value":53},"text","1inch MCP Server",{"type":46,"tag":55,"props":56,"children":57},"p",{},[58,60,66],{"type":52,"value":59},"This skill teaches agents how to wire and use the ",{"type":46,"tag":61,"props":62,"children":63},"strong",{},[64],{"type":52,"value":65},"1inch MCP server",{"type":52,"value":67}," so users get docs, examples, and (with auth) swaps and APIs without re-explaining setup each session.",{"type":46,"tag":69,"props":70,"children":72},"h2",{"id":71},"when-to-use-this-skill",[73],{"type":52,"value":74},"When to use this skill",{"type":46,"tag":55,"props":76,"children":77},{},[78,80,84,86,91],{"type":52,"value":79},"Load this skill whenever the user’s goal depends on the ",{"type":46,"tag":61,"props":81,"children":82},{},[83],{"type":52,"value":65},{"type":52,"value":85}," (tools, URL, or auth) or on ",{"type":46,"tag":61,"props":87,"children":88},{},[89],{"type":52,"value":90},"1inch Business",{"type":52,"value":92}," product APIs from an AI-assisted workflow.",{"type":46,"tag":55,"props":94,"children":95},{},[96,101,103,110],{"type":46,"tag":61,"props":97,"children":98},{},[99],{"type":52,"value":100},"Documentation and discovery",{"type":52,"value":102}," (",{"type":46,"tag":104,"props":105,"children":107},"code",{"className":106},[],[108],{"type":52,"value":109},"search",{"type":52,"value":111},")",{"type":46,"tag":113,"props":114,"children":115},"ul",{},[116,122],{"type":46,"tag":117,"props":118,"children":119},"li",{},[120],{"type":52,"value":121},"Explain or find behavior in 1inch docs: APIs, slippage, supported chains, rate limits, error codes, SDK usage.",{"type":46,"tag":117,"props":123,"children":124},{},[125],{"type":52,"value":126},"Compare approaches (e.g. classic vs Fusion vs cross-chain) or look up parameters before coding.",{"type":46,"tag":55,"props":128,"children":129},{},[130,135,136,142,144,150],{"type":46,"tag":61,"props":131,"children":132},{},[133],{"type":52,"value":134},"SDK examples",{"type":52,"value":102},{"type":46,"tag":104,"props":137,"children":139},{"className":138},[],[140],{"type":52,"value":141},"list_examples",{"type":52,"value":143},", ",{"type":46,"tag":104,"props":145,"children":147},{"className":146},[],[148],{"type":52,"value":149},"get_example",{"type":52,"value":111},{"type":46,"tag":113,"props":152,"children":153},{},[154,159],{"type":46,"tag":117,"props":155,"children":156},{},[157],{"type":52,"value":158},"Show runnable example code: swap flows, limit orders, chain-specific snippets.",{"type":46,"tag":117,"props":160,"children":161},{},[162],{"type":52,"value":163},"Pull source from a named example package for copy-paste or review.",{"type":46,"tag":55,"props":165,"children":166},{},[167,172,174,180,182,188],{"type":46,"tag":61,"props":168,"children":169},{},[170],{"type":52,"value":171},"MCP resources",{"type":52,"value":173}," (server ",{"type":46,"tag":104,"props":175,"children":177},{"className":176},[],[178],{"type":52,"value":179},"resources",{"type":52,"value":181}," \u002F ",{"type":46,"tag":104,"props":183,"children":185},{"className":184},[],[186],{"type":52,"value":187},"read",{"type":52,"value":189},", if the client lists them)",{"type":46,"tag":113,"props":191,"children":192},{},[193],{"type":46,"tag":117,"props":194,"children":195},{},[196,198,203,204,209,211,216,218,223,225,230,232,236,238,243],{"type":52,"value":197},"Use bundled guides: ",{"type":46,"tag":61,"props":199,"children":200},{},[201],{"type":52,"value":202},"swap workflow",{"type":52,"value":143},{"type":46,"tag":61,"props":205,"children":206},{},[207],{"type":52,"value":208},"classic \u002F Fusion \u002F cross-chain",{"type":52,"value":210}," swap guides, ",{"type":46,"tag":61,"props":212,"children":213},{},[214],{"type":52,"value":215},"quote",{"type":52,"value":217}," guide, ",{"type":46,"tag":61,"props":219,"children":220},{},[221],{"type":52,"value":222},"orderbook workflow",{"type":52,"value":224},", and the ",{"type":46,"tag":61,"props":226,"children":227},{},[228],{"type":52,"value":229},"API index",{"type":52,"value":231},"; plus ",{"type":46,"tag":61,"props":233,"children":234},{},[235],{"type":52,"value":134},{"type":52,"value":237}," as a resource—when the user wants a single structured document instead of or alongside ",{"type":46,"tag":104,"props":239,"children":241},{"className":240},[],[242],{"type":52,"value":109},{"type":52,"value":244},".",{"type":46,"tag":55,"props":246,"children":247},{},[248,253,254,260],{"type":46,"tag":61,"props":249,"children":250},{},[251],{"type":52,"value":252},"Swaps and routing",{"type":52,"value":102},{"type":46,"tag":104,"props":255,"children":257},{"className":256},[],[258],{"type":52,"value":259},"swap",{"type":52,"value":261}," — requires auth)",{"type":46,"tag":113,"props":263,"children":264},{},[265],{"type":46,"tag":117,"props":266,"children":267},{},[268,270,275,277,282,284,289,291,296,297,302,304,309,311,317],{"type":52,"value":269},"The tool does the heavy work server-side: routing, quotes, and assembling ",{"type":46,"tag":61,"props":271,"children":272},{},[273],{"type":52,"value":274},"ready-to-use",{"type":52,"value":276}," data (e.g. unsigned transaction parameters, typed data, or follow-up steps for Fusion\u002Fcross-chain). The user or wallet only ",{"type":46,"tag":61,"props":278,"children":279},{},[280],{"type":52,"value":281},"signs",{"type":52,"value":283}," and ",{"type":46,"tag":61,"props":285,"children":286},{},[287],{"type":52,"value":288},"submits",{"type":52,"value":290}," what the tool returns—no hand-built calldata in the client for normal flows. Supports ",{"type":46,"tag":61,"props":292,"children":293},{},[294],{"type":52,"value":295},"classic",{"type":52,"value":143},{"type":46,"tag":61,"props":298,"children":299},{},[300],{"type":52,"value":301},"Fusion (intent)",{"type":52,"value":303},", and ",{"type":46,"tag":61,"props":305,"children":306},{},[307],{"type":52,"value":308},"cross-chain",{"type":52,"value":310},"; ",{"type":46,"tag":104,"props":312,"children":314},{"className":313},[],[315],{"type":52,"value":316},"quoteOnly",{"type":52,"value":318}," for inspection without execution.",{"type":46,"tag":55,"props":320,"children":321},{},[322,327,328,334],{"type":46,"tag":61,"props":323,"children":324},{},[325],{"type":52,"value":326},"Limit orders",{"type":52,"value":102},{"type":46,"tag":104,"props":329,"children":331},{"className":330},[],[332],{"type":52,"value":333},"orderbook",{"type":52,"value":261},{"type":46,"tag":113,"props":336,"children":337},{},[338],{"type":46,"tag":117,"props":339,"children":340},{},[341,343,349,351,356,358,364,366,372,373,379],{"type":52,"value":342},"Same idea: ",{"type":46,"tag":104,"props":344,"children":346},{"className":345},[],[347],{"type":52,"value":348},"build",{"type":52,"value":350}," runs server-side order construction; the response is ",{"type":46,"tag":61,"props":352,"children":353},{},[354],{"type":52,"value":355},"EIP-712 (or similar) data ready to sign",{"type":52,"value":357},"—then ",{"type":46,"tag":104,"props":359,"children":361},{"className":360},[],[362],{"type":52,"value":363},"create",{"type":52,"value":365}," with the signature, or ",{"type":46,"tag":104,"props":367,"children":369},{"className":368},[],[370],{"type":52,"value":371},"list",{"type":52,"value":181},{"type":46,"tag":104,"props":374,"children":376},{"className":375},[],[377],{"type":52,"value":378},"cancel",{"type":52,"value":380}," for lifecycle. The tool carries the orderbook API complexity; the user supplies signing and on-chain follow-through.",{"type":46,"tag":55,"props":382,"children":383},{},[384,389,390,396],{"type":46,"tag":61,"props":385,"children":386},{},[387],{"type":52,"value":388},"Other product HTTP APIs",{"type":52,"value":102},{"type":46,"tag":104,"props":391,"children":393},{"className":392},[],[394],{"type":52,"value":395},"product_api",{"type":52,"value":261},{"type":46,"tag":113,"props":398,"children":399},{},[400],{"type":46,"tag":117,"props":401,"children":402},{},[403,405,410,411,416,417,422,423,428,430,439],{"type":52,"value":404},"Call 1inch product endpoints exposed via the gateway: e.g. ",{"type":46,"tag":61,"props":406,"children":407},{},[408],{"type":52,"value":409},"portfolio",{"type":52,"value":143},{"type":46,"tag":61,"props":412,"children":413},{},[414],{"type":52,"value":415},"spot price",{"type":52,"value":143},{"type":46,"tag":61,"props":418,"children":419},{},[420],{"type":52,"value":421},"gas price",{"type":52,"value":143},{"type":46,"tag":61,"props":424,"children":425},{},[426],{"type":52,"value":427},"token",{"type":52,"value":429}," metadata, and other ",{"type":46,"tag":431,"props":432,"children":436},"a",{"href":433,"rel":434},"https:\u002F\u002Fbusiness.1inch.com\u002Fportal\u002Fllms.txt",[435],"nofollow",[437],{"type":52,"value":438},"documented",{"type":52,"value":440}," paths—without re-inventing base URLs and auth for each call.",{"type":46,"tag":55,"props":442,"children":443},{},[444,449,450,456,458,463],{"type":46,"tag":61,"props":445,"children":446},{},[447],{"type":52,"value":448},"Operations and support",{"type":52,"value":102},{"type":46,"tag":104,"props":451,"children":453},{"className":452},[],[454],{"type":52,"value":455},"debug",{"type":52,"value":457}," — requires auth, ",{"type":46,"tag":61,"props":459,"children":460},{},[461],{"type":52,"value":462},"optional",{"type":52,"value":464}," tool)",{"type":46,"tag":113,"props":466,"children":467},{},[468],{"type":46,"tag":117,"props":469,"children":470},{},[471,473,478,480,486],{"type":52,"value":472},"Look up ",{"type":46,"tag":61,"props":474,"children":475},{},[476],{"type":52,"value":477},"organization-scoped",{"type":52,"value":479}," application logs (e.g. by ",{"type":46,"tag":104,"props":481,"children":483},{"className":482},[],[484],{"type":52,"value":485},"x-request-id",{"type":52,"value":487}," or time window) when the server exposes this tool and the user is debugging production or API behavior for their org.",{"type":46,"tag":55,"props":489,"children":490},{},[491],{"type":46,"tag":61,"props":492,"children":493},{},[494],{"type":52,"value":495},"Client setup and configuration",{"type":46,"tag":113,"props":497,"children":498},{},[499,521],{"type":46,"tag":117,"props":500,"children":501},{},[502,504,509,511,519],{"type":52,"value":503},"Wire ",{"type":46,"tag":61,"props":505,"children":506},{},[507],{"type":52,"value":508},"MCP in Cursor, VS Code, Claude Desktop, Claude Code, Codex, Gemini CLI",{"type":52,"value":510},", or other HTTP\u002Fstdio clients; set ",{"type":46,"tag":61,"props":512,"children":513},{},[514],{"type":46,"tag":104,"props":515,"children":517},{"className":516},[],[518],{"type":52,"value":40},{"type":52,"value":520},", headers, or supergateway.",{"type":46,"tag":117,"props":522,"children":523},{},[524,526,531,532,537,539,544],{"type":52,"value":525},"Use ",{"type":46,"tag":61,"props":527,"children":528},{},[529],{"type":52,"value":530},"API keys",{"type":52,"value":143},{"type":46,"tag":61,"props":533,"children":534},{},[535],{"type":52,"value":536},"OAuth",{"type":52,"value":538},", or understand ",{"type":46,"tag":61,"props":540,"children":541},{},[542],{"type":52,"value":543},"which tools are public vs authenticated",{"type":52,"value":244},{"type":46,"tag":55,"props":546,"children":547},{},[548],{"type":46,"tag":61,"props":549,"children":550},{},[551],{"type":52,"value":552},"General triggers",{"type":46,"tag":113,"props":554,"children":555},{},[556,561],{"type":46,"tag":117,"props":557,"children":558},{},[559],{"type":52,"value":560},"“Connect 1inch to my IDE \u002F agent \u002F MCP” or “how do I authenticate for 1inch MCP.”",{"type":46,"tag":117,"props":562,"children":563},{},[564,566,571],{"type":52,"value":565},"Building or integrating a ",{"type":46,"tag":61,"props":567,"children":568},{},[569],{"type":52,"value":570},"dapp, bot, or backend",{"type":52,"value":572}," that uses 1inch Business APIs with AI help.",{"type":46,"tag":55,"props":574,"children":575},{},[576,578,583],{"type":52,"value":577},"If the question is only ",{"type":46,"tag":61,"props":579,"children":580},{},[581],{"type":52,"value":582},"unrelated off-chain",{"type":52,"value":584}," topics with no 1inch API or MCP angle, you do not need this skill.",{"type":46,"tag":69,"props":586,"children":588},{"id":587},"server-url-production",[589],{"type":52,"value":590},"Server URL (production)",{"type":46,"tag":55,"props":592,"children":593},{},[594,599],{"type":46,"tag":104,"props":595,"children":597},{"className":596},[],[598],{"type":52,"value":40},{"type":52,"value":600}," (Streamable HTTP)",{"type":46,"tag":69,"props":602,"children":604},{"id":603},"client-setup-summary",[605],{"type":52,"value":606},"Client setup (summary)",{"type":46,"tag":608,"props":609,"children":610},"table",{},[611,635],{"type":46,"tag":612,"props":613,"children":614},"thead",{},[615],{"type":46,"tag":616,"props":617,"children":618},"tr",{},[619,625,630],{"type":46,"tag":620,"props":621,"children":622},"th",{},[623],{"type":52,"value":624},"Client",{"type":46,"tag":620,"props":626,"children":627},{},[628],{"type":52,"value":629},"Transport",{"type":46,"tag":620,"props":631,"children":632},{},[633],{"type":52,"value":634},"Config pattern",{"type":46,"tag":636,"props":637,"children":638},"tbody",{},[639,670,700,733],{"type":46,"tag":616,"props":640,"children":641},{},[642,648,653],{"type":46,"tag":643,"props":644,"children":645},"td",{},[646],{"type":52,"value":647},"Cursor",{"type":46,"tag":643,"props":649,"children":650},{},[651],{"type":52,"value":652},"HTTP",{"type":46,"tag":643,"props":654,"children":655},{},[656,662,664],{"type":46,"tag":104,"props":657,"children":659},{"className":658},[],[660],{"type":52,"value":661},".cursor\u002Fmcp.json",{"type":52,"value":663}," -> ",{"type":46,"tag":104,"props":665,"children":667},{"className":666},[],[668],{"type":52,"value":669},"\"url\": \"https:\u002F\u002Fapi.1inch.com\u002Fmcp\u002Fprotocol\"",{"type":46,"tag":616,"props":671,"children":672},{},[673,678,682],{"type":46,"tag":643,"props":674,"children":675},{},[676],{"type":52,"value":677},"VS Code Copilot",{"type":46,"tag":643,"props":679,"children":680},{},[681],{"type":52,"value":652},{"type":46,"tag":643,"props":683,"children":684},{},[685,691,692,698],{"type":46,"tag":104,"props":686,"children":688},{"className":687},[],[689],{"type":52,"value":690},".vscode\u002Fmcp.json",{"type":52,"value":663},{"type":46,"tag":104,"props":693,"children":695},{"className":694},[],[696],{"type":52,"value":697},"type: \"http\"",{"type":52,"value":699},", same URL",{"type":46,"tag":616,"props":701,"children":702},{},[703,708,712],{"type":46,"tag":643,"props":704,"children":705},{},[706],{"type":52,"value":707},"Claude Code \u002F Codex \u002F Gemini CLI",{"type":46,"tag":643,"props":709,"children":710},{},[711],{"type":52,"value":652},{"type":46,"tag":643,"props":713,"children":714},{},[715,717,723,725,731],{"type":52,"value":716},"CLI ",{"type":46,"tag":104,"props":718,"children":720},{"className":719},[],[721],{"type":52,"value":722},"mcp add",{"type":52,"value":724}," with ",{"type":46,"tag":104,"props":726,"children":728},{"className":727},[],[729],{"type":52,"value":730},"--transport http",{"type":52,"value":732}," and the URL",{"type":46,"tag":616,"props":734,"children":735},{},[736,741,746],{"type":46,"tag":643,"props":737,"children":738},{},[739],{"type":52,"value":740},"Claude Desktop",{"type":46,"tag":643,"props":742,"children":743},{},[744],{"type":52,"value":745},"stdio",{"type":46,"tag":643,"props":747,"children":748},{},[749,751,757,759,764],{"type":52,"value":750},"Launch ",{"type":46,"tag":104,"props":752,"children":754},{"className":753},[],[755],{"type":52,"value":756},"npx -y supergateway --streamableHttp \u003CURL> --outputTransport stdio",{"type":52,"value":758}," (see ",{"type":46,"tag":431,"props":760,"children":762},{"href":761},"references\u002FAUTH.md",[763],{"type":52,"value":761},{"type":52,"value":111},{"type":46,"tag":55,"props":766,"children":767},{},[768,770,774,776,781],{"type":52,"value":769},"Prefer ",{"type":46,"tag":61,"props":771,"children":772},{},[773],{"type":52,"value":652},{"type":52,"value":775}," when the client supports it; use ",{"type":46,"tag":61,"props":777,"children":778},{},[779],{"type":52,"value":780},"supergateway",{"type":52,"value":782}," only for stdio-only clients.",{"type":46,"tag":69,"props":784,"children":786},{"id":785},"tools-overview",[787],{"type":52,"value":788},"Tools overview",{"type":46,"tag":608,"props":790,"children":791},{},[792,813],{"type":46,"tag":612,"props":793,"children":794},{},[795],{"type":46,"tag":616,"props":796,"children":797},{},[798,803,808],{"type":46,"tag":620,"props":799,"children":800},{},[801],{"type":52,"value":802},"Tool",{"type":46,"tag":620,"props":804,"children":805},{},[806],{"type":52,"value":807},"Auth",{"type":46,"tag":620,"props":809,"children":810},{},[811],{"type":52,"value":812},"Purpose",{"type":46,"tag":636,"props":814,"children":815},{},[816,837,857,877,898,918,938],{"type":46,"tag":616,"props":817,"children":818},{},[819,827,832],{"type":46,"tag":643,"props":820,"children":821},{},[822],{"type":46,"tag":104,"props":823,"children":825},{"className":824},[],[826],{"type":52,"value":109},{"type":46,"tag":643,"props":828,"children":829},{},[830],{"type":52,"value":831},"Public",{"type":46,"tag":643,"props":833,"children":834},{},[835],{"type":52,"value":836},"Search 1inch docs and API reference",{"type":46,"tag":616,"props":838,"children":839},{},[840,848,852],{"type":46,"tag":643,"props":841,"children":842},{},[843],{"type":46,"tag":104,"props":844,"children":846},{"className":845},[],[847],{"type":52,"value":141},{"type":46,"tag":643,"props":849,"children":850},{},[851],{"type":52,"value":831},{"type":46,"tag":643,"props":853,"children":854},{},[855],{"type":52,"value":856},"List SDK example packages",{"type":46,"tag":616,"props":858,"children":859},{},[860,868,872],{"type":46,"tag":643,"props":861,"children":862},{},[863],{"type":46,"tag":104,"props":864,"children":866},{"className":865},[],[867],{"type":52,"value":149},{"type":46,"tag":643,"props":869,"children":870},{},[871],{"type":52,"value":831},{"type":46,"tag":643,"props":873,"children":874},{},[875],{"type":52,"value":876},"Fetch example source files",{"type":46,"tag":616,"props":878,"children":879},{},[880,888,893],{"type":46,"tag":643,"props":881,"children":882},{},[883],{"type":46,"tag":104,"props":884,"children":886},{"className":885},[],[887],{"type":52,"value":259},{"type":46,"tag":643,"props":889,"children":890},{},[891],{"type":52,"value":892},"Authenticated",{"type":46,"tag":643,"props":894,"children":895},{},[896],{"type":52,"value":897},"Quotes and swap execution flows",{"type":46,"tag":616,"props":899,"children":900},{},[901,909,913],{"type":46,"tag":643,"props":902,"children":903},{},[904],{"type":46,"tag":104,"props":905,"children":907},{"className":906},[],[908],{"type":52,"value":333},{"type":46,"tag":643,"props":910,"children":911},{},[912],{"type":52,"value":892},{"type":46,"tag":643,"props":914,"children":915},{},[916],{"type":52,"value":917},"Build\u002Fcreate\u002Flist\u002Fcancel limit orders",{"type":46,"tag":616,"props":919,"children":920},{},[921,929,933],{"type":46,"tag":643,"props":922,"children":923},{},[924],{"type":46,"tag":104,"props":925,"children":927},{"className":926},[],[928],{"type":52,"value":395},{"type":46,"tag":643,"props":930,"children":931},{},[932],{"type":52,"value":892},{"type":46,"tag":643,"props":934,"children":935},{},[936],{"type":52,"value":937},"Call other 1inch product APIs",{"type":46,"tag":616,"props":939,"children":940},{},[941,949,953],{"type":46,"tag":643,"props":942,"children":943},{},[944],{"type":46,"tag":104,"props":945,"children":947},{"className":946},[],[948],{"type":52,"value":455},{"type":46,"tag":643,"props":950,"children":951},{},[952],{"type":52,"value":892},{"type":46,"tag":643,"props":954,"children":955},{},[956,958,962,964,970],{"type":52,"value":957},"Organization-scoped request log lookup (Grafana Loki) — ",{"type":46,"tag":61,"props":959,"children":960},{},[961],{"type":52,"value":462},{"type":52,"value":963},"; only appears in ",{"type":46,"tag":104,"props":965,"children":967},{"className":966},[],[968],{"type":52,"value":969},"tools\u002Flist",{"type":52,"value":971}," when the deployment registers it.",{"type":46,"tag":55,"props":973,"children":974},{},[975,977,982],{"type":52,"value":976},"Full parameters: ",{"type":46,"tag":431,"props":978,"children":980},{"href":979},"references\u002FTOOLS.md",[981],{"type":52,"value":979},{"type":52,"value":244},{"type":46,"tag":69,"props":984,"children":986},{"id":985},"authentication",[987],{"type":52,"value":988},"Authentication",{"type":46,"tag":113,"props":990,"children":991},{},[992,1010],{"type":46,"tag":117,"props":993,"children":994},{},[995,1000,1002,1008],{"type":46,"tag":61,"props":996,"children":997},{},[998],{"type":52,"value":999},"API key:",{"type":52,"value":1001}," ",{"type":46,"tag":104,"props":1003,"children":1005},{"className":1004},[],[1006],{"type":52,"value":1007},"Authorization: Bearer \u003Ckey>",{"type":52,"value":1009}," on the HTTP transport where the client allows headers.",{"type":46,"tag":117,"props":1011,"children":1012},{},[1013,1018],{"type":46,"tag":61,"props":1014,"children":1015},{},[1016],{"type":52,"value":1017},"OAuth:",{"type":52,"value":1019}," Supported by the server for interactive login when no API key is set.",{"type":46,"tag":55,"props":1021,"children":1022},{},[1023,1025,1029],{"type":52,"value":1024},"Details and client-specific snippets: ",{"type":46,"tag":431,"props":1026,"children":1027},{"href":761},[1028],{"type":52,"value":761},{"type":52,"value":244},{"type":46,"tag":69,"props":1031,"children":1033},{"id":1032},"example-prompts-for-the-user",[1034],{"type":52,"value":1035},"Example prompts (for the user)",{"type":46,"tag":113,"props":1037,"children":1038},{},[1039,1044,1049,1054,1059,1071],{"type":46,"tag":117,"props":1040,"children":1041},{},[1042],{"type":52,"value":1043},"\"Search 1inch docs for how to set slippage on Base.\"",{"type":46,"tag":117,"props":1045,"children":1046},{},[1047],{"type":52,"value":1048},"\"Show the TypeScript swap example for Fusion on Ethereum.\"",{"type":46,"tag":117,"props":1050,"children":1051},{},[1052],{"type":52,"value":1053},"\"Quote swapping 100 USDC to ETH on Arbitrum\" (requires auth for execution tools).",{"type":46,"tag":117,"props":1055,"children":1056},{},[1057],{"type":52,"value":1058},"\"List my open limit orders on Ethereum\" \u002F \"Build a limit order to sell 1 WETH for USDC\" (auth).",{"type":46,"tag":117,"props":1060,"children":1061},{},[1062,1064,1069],{"type":52,"value":1063},"\"What's my portfolio value on Arbitrum?\" or \"Fetch spot price for this token\" via ",{"type":46,"tag":104,"props":1065,"children":1067},{"className":1066},[],[1068],{"type":52,"value":395},{"type":52,"value":1070}," (auth).",{"type":46,"tag":117,"props":1072,"children":1073},{},[1074,1076,1081],{"type":52,"value":1075},"\"Find logs for request id … in the last hour\" when ",{"type":46,"tag":104,"props":1077,"children":1079},{"className":1078},[],[1080],{"type":52,"value":455},{"type":52,"value":1082}," is available (auth).",{"type":46,"tag":69,"props":1084,"children":1086},{"id":1085},"progressive-disclosure",[1087],{"type":52,"value":1088},"Progressive disclosure",{"type":46,"tag":113,"props":1090,"children":1091},{},[1092,1103],{"type":46,"tag":117,"props":1093,"children":1094},{},[1095,1097,1101],{"type":52,"value":1096},"Load ",{"type":46,"tag":431,"props":1098,"children":1099},{"href":979},[1100],{"type":52,"value":979},{"type":52,"value":1102}," when you need exact tool arguments or edge cases.",{"type":46,"tag":117,"props":1104,"children":1105},{},[1106,1107,1111],{"type":52,"value":1096},{"type":46,"tag":431,"props":1108,"children":1109},{"href":761},[1110],{"type":52,"value":761},{"type":52,"value":1112}," when configuring headers, OAuth, or Claude Desktop bridging.",{"type":46,"tag":69,"props":1114,"children":1116},{"id":1115},"legal",[1117],{"type":52,"value":1118},"Legal",{"type":46,"tag":55,"props":1120,"children":1121},{},[1122,1124,1131],{"type":52,"value":1123},"Use of the MCP server is subject to 1inch Business Portal terms linked from the ",{"type":46,"tag":431,"props":1125,"children":1128},{"href":1126,"rel":1127},"https:\u002F\u002Fbusiness.1inch.com\u002Fportal\u002Fdocumentation\u002Fai-integration\u002Fmcp-server",[435],[1129],{"type":52,"value":1130},"product documentation",{"type":52,"value":244},{"items":1133,"total":1142},[1134],{"slug":4,"name":4,"fn":5,"description":6,"org":1135,"tags":1136,"stars":25,"repoUrl":26,"updatedAt":27},{"slug":8,"name":8,"logoUrl":9,"githubOrg":8},[1137,1138,1139,1140,1141],{"name":8,"slug":8,"type":12},{"name":23,"slug":24,"type":12},{"name":20,"slug":21,"type":12},{"name":17,"slug":18,"type":12},{"name":14,"slug":15,"type":12},1,{"items":1144,"total":1142},[1145],{"slug":4,"name":4,"fn":5,"description":6,"org":1146,"tags":1147,"stars":25,"repoUrl":26,"updatedAt":27},{"slug":8,"name":8,"logoUrl":9,"githubOrg":8},[1148,1149,1150,1151,1152],{"name":8,"slug":8,"type":12},{"name":23,"slug":24,"type":12},{"name":20,"slug":21,"type":12},{"name":17,"slug":18,"type":12},{"name":14,"slug":15,"type":12}]