Search docs and debug with the 1inch MCP Server
The first 1inch MCP tools bring the developer portal into your AI client — search the docs and API references, pull SDK examples, and debug your integration in place.
The first tools shipped with the 1inch MCP Server bring your developer portal into your AI client. Connect Claude, Cursor, or any MCP-compatible assistant and let it search the docs and debug your integration — without you leaving the editor or opening a support ticket.
What you can do
- Search the full 1inch developer documentation and API references from a natural-language prompt.
- Pull SDK code examples by product or language, then fetch the complete source for any example.
- Debug integration issues with contextual tooling built for agents — inspect requests and errors in place.
Built-in tools
These tools are public — no authentication required to start:
| Name | Type | Description |
|---|---|---|
search | tool | Search developer documentation and API references |
list_examples | tool | List SDK code examples filtered by product or language |
get_example | tool | Fetch the full source for a specific SDK example |
debug | tool | Diagnose integration issues with contextual, agent-friendly output |
Try it
Once the server is connected, ask your assistant something like:
Using the 1inch MCP server, find the Swap API quote endpoint and
show me the required query parameters, then help me debug why my last request returned a 400.