Skip to main content
ClaudeWave

1inch AI integrations — Agent Skills, MCP server configs, and marketplace distribution for Claude, Cursor, and other AI assistants

MCP ServersRegistry oficial2 estrellas0 forksMITActualizado 5d ago
Install in Claude Code / Claude Desktop
Method: NPX · skills
Claude Code CLI
claude mcp add 1inch-ai -- npx -y skills
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "1inch-ai": {
      "command": "npx",
      "args": ["-y", "skills"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# 1inch AI

Public distribution hub for 1inch AI integrations — [Agent Skills](https://agentskills.io/specification), [MCP](https://modelcontextprotocol.io/) server configs, and marketplace listings for Claude, Cursor, and other AI assistants.

## MCP server

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](https://business.1inch.com/portal/documentation/ai-integration/ecosystem).

## Quick setup

### Cursor

Create `.cursor/mcp.json` in your project:

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

### Claude Code

```bash
claude mcp add --transport http --scope user 1inch-mcp https://api.1inch.com/mcp/protocol
```

### VS Code (Copilot)

Create `.vscode/mcp.json` in your project:

```json
{
  "servers": {
    "1inch-mcp": {
      "type": "http",
      "url": "https://api.1inch.com/mcp/protocol"
    }
  }
}
```

### Other clients

See the [full setup guide](https://business.1inch.com/portal/documentation/ai-integration/ecosystem) for Claude Desktop, Windsurf, JetBrains, OpenAI Codex, Gemini CLI, and more.

## Agent Skills

Install the 1inch MCP skill so your AI agent knows the server URL, tools, and auth patterns automatically:

```bash
npx skills add 1inch/1inch-ai
```

The skill lives in [`skills/1inch-mcp-server/`](skills/1inch-mcp-server/SKILL.md). See the [Agent Skills specification](https://agentskills.io/specification) for how skills work.

## Repository structure

```
.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
```

## Authentication

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](https://business.1inch.com/portal/documentation/ai-integration/ecosystem).

Get an API key from the [1inch Business Portal](https://business.1inch.com/portal).

## Links

- [Product documentation](https://business.1inch.com/portal/documentation/ai-integration/ecosystem)
- [Agent Skills specification](https://agentskills.io/specification)
- [Machine-readable API index](https://business.1inch.com/portal/llms.txt)

## License

MIT

Lo que la gente pregunta sobre 1inch-ai

¿Qué es 1inch/1inch-ai?

+

1inch/1inch-ai es mcp servers para el ecosistema de Claude AI. 1inch AI integrations — Agent Skills, MCP server configs, and marketplace distribution for Claude, Cursor, and other AI assistants Tiene 2 estrellas en GitHub y se actualizó por última vez 5d ago.

¿Cómo se instala 1inch-ai?

+

Puedes instalar 1inch-ai clonando el repositorio (https://github.com/1inch/1inch-ai) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar 1inch/1inch-ai?

+

1inch/1inch-ai aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene 1inch/1inch-ai?

+

1inch/1inch-ai es mantenido por 1inch. La última actividad registrada en GitHub es de 5d ago, con 0 issues abiertos.

¿Hay alternativas a 1inch-ai?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega 1inch-ai en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: 1inch/1inch-ai
[![Featured on ClaudeWave](https://claudewave.com/api/badge/1inch-1inch-ai)](https://claudewave.com/repo/1inch-1inch-ai)
<a href="https://claudewave.com/repo/1inch-1inch-ai"><img src="https://claudewave.com/api/badge/1inch-1inch-ai" alt="Featured on ClaudeWave: 1inch/1inch-ai" width="320" height="64" /></a>

Más MCP Servers

Alternativas a 1inch-ai