1英寸AI
1英寸AI集成的公共分发中心-- 代理技能, 主控程序 Claude、Cursor和其他AI助手的服务器配置和市场列表。
MCP服务器
1英寸MCP服务器托管在:
https://api.1inch.com/mcp/protocol它提供了用于文档搜索、SDK示例、代币交换、限制订单和经过验证的产品API访问的工具。完整文档: 1英寸MCP服务器.
快速设置
光标
创建 .cursor/mcp.json 在您的项目中:
{
"mcpServers": {
"1inch-mcp": {
"url": "https://api.1inch.com/mcp/protocol"
}
}
}克劳德代码
claude mcp add --transport http --scope user 1inch-mcp https://api.1inch.com/mcp/protocolVS代码(副本)
创建 .vscode/mcp.json 在您的项目中:
{
"servers": {
"1inch-mcp": {
"type": "http",
"url": "https://api.1inch.com/mcp/protocol"
}
}
}其他客户
请参阅 完整设置指南 适用于Claude Desktop、Windsurf、JetBrains、OpenAI Codex、Gemini CLI等。
代理技能
安装1英寸MCP技能,以便您的AI代理自动知道服务器URL、工具和身份验证模式:
npx skills add 1inch/1inch-ai技能存在于 skills/1inch-mcp-server/。请参阅 代理技能规范 技能是如何工作的。
存储库结构
.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认证
公共工具(search, list_examples, get_example)无需身份验证即可工作。经过身份验证的工具(swap, orderbook, product_api)需要API密钥或OAuth登录。可选 debug 工具(组织范围的日志查找)仅在部署注册时显示;它使用与其他受保护工具相同的身份验证模型。请参阅 MCP产品文档.
从获取API密钥 1英寸商务门户.
链接
许可证
麻省理工学院
