Server data from the Official MCP Registry
Doc search, intent & cross-chain swaps, limit orders, portfolio, spot prices, gas & all APIs.
Doc search, intent & cross-chain swaps, limit orders, portfolio, spot prices, gas & all APIs.
Remote endpoints: streamable-http: https://api.1inch.com/mcp/protocol
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-1inch-business-mcp": {
"url": "https://api.1inch.com/mcp/protocol"
}
}
}From the project's GitHub README.
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:
https://api.1inch.com/mcp/protocol
It provides tools for documentation search, SDK examples, token swaps, limit orders, and authenticated product API access. Full documentation: 1inch MCP Server.
Create .cursor/mcp.json in your project:
{
"mcpServers": {
"1inch-mcp": {
"url": "https://api.1inch.com/mcp/protocol"
}
}
}
claude mcp add --transport http --scope user 1inch-mcp https://api.1inch.com/mcp/protocol
Create .vscode/mcp.json in your project:
{
"servers": {
"1inch-mcp": {
"type": "http",
"url": "https://api.1inch.com/mcp/protocol"
}
}
}
See the full setup guide for Claude Desktop, Windsurf, JetBrains, OpenAI Codex, Gemini CLI, and more.
Install the 1inch MCP skill so your AI agent knows the server URL, tools, and auth patterns automatically:
npx skills add 1inch/1inch-ai
The skill lives in skills/1inch-mcp-server/. See the Agent Skills specification for how skills work.
.cursor-plugin/ Cursor Marketplace plugin manifest
.claude-plugin/ Claude Code plugin manifest
skills/ Agent Skills (agentskills.io)
1inch-mcp-server/ MCP server skill (SKILL.md + references)
cursor/ Cursor plugin README and docs
claude/ Claude Connectors Directory pointer
assets/ Logo and branding
mcp.json MCP server configuration (remote URL)
SECURITY.md Security policy and vulnerability reporting
Public tools (search, list_examples, get_example) work without authentication. Authenticated tools (swap, orderbook, product_api) require an API key or OAuth login. The optional debug tool (organization-scoped log lookup) appears only when the deployment registers it; it uses the same authentication model as other protected tools. See the MCP product docs.
Get an API key from the 1inch Business Portal.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.