1inch MCP

Public distribution hub for 1inch AI integrations - Agent Skills, MCP server configs, and marketplace listings for Claude, Cursor, and other AI assistants. It is available as a remote MCP endpoint.

Teams that want a hosted documentation endpoint instead of running a local process.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 2 · #150 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

MIT · how we verify → /methodology

01 · Install 1inch MCP

Claude Code

claude mcp add 1inch-1inch-ai --transport http https://api.1inch.com/mcp/protocol

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

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

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to api.1inch.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

registry vendor namespace com.1inch.business - domain-verified with the official MCP registry

03 · Who maintains 1inch MCP

1inch MCP is maintained by 1inch. It's the only MCP server we track from this author; the repo dates to Mar 2026.

04 · Facts

category
documentation - ranked #150 of 183 actively-maintained documentation servers as of 2026-08-25.
registry
com.1inch.business/mcp (active, first published 2026-07-26)

05 · 1inch MCP FAQ

What is 1inch MCP?

Public distribution hub for 1inch AI integrations - Agent Skills, MCP server configs, and marketplace listings for Claude, Cursor, and other AI assistants. It is available as a remote MCP endpoint.

Is 1inch MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21. We re-verify nightly.

How do I install 1inch MCP?

Run `claude mcp add 1inch-1inch-ai --transport http https://api.1inch.com/mcp/protocol`. You can also paste the ready-made client config above.

Does 1inch MCP require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

06 · Alternatives to 1inch MCP