← 1inch.com

INDIVIDUAL MCP TOOL

get_example

Get the full source code of an SDK example.

1inch.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for get_example and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

1inch.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.1inch-business]
url = "https://api.1inch.com/mcp/protocol"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "1inch-business": {
      "type": "http",
      "url": "https://api.1inch.com/mcp/protocol"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: 1inch-business
Remote MCP URL: https://api.1inch.com/mcp/protocol

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "1inch-business": {
      "url": "https://api.1inch.com/mcp/protocol"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "1inch-business": {
      "type": "http",
      "url": "https://api.1inch.com/mcp/protocol"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "1inch-business",
  "transport": "streamable-http",
  "url": "https://api.1inch.com/mcp/protocol"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search — Search 1inch documentation and API reference
  • list_examples — List all available SDK code examples.
  • authenticate — Call this to start or confirm 1inch Business login.
  • swap — [Requires authentication] Call the authenticate tool first to start or confirm 1inch Business login (initialize 200 is still anonymous).
  • orderbook — [Requires authentication] Call the authenticate tool first to start or confirm 1inch Business login (initialize 200 is still anonymous).
  • product_api — [Requires authentication] Call the authenticate tool first to start or confirm 1inch Business login (initialize 200 is still anonymous).
  • aqua — Query the 1inch Aqua API (v1.
  • walletconnect — Pair and use an EVM and/or Solana wallet via WalletConnect v2.