MCP Server - For Hosted Agents
Trade, manage liquidity, and build transactions via Model Context Protocol from any hosted AI agent
What is MCP?
Setup
// .mcp.json
{
"mcpServers": {
"kyberswap": {
"command": "node",
"args": ["/path/to/kyberswap-mcp/dist/index.js"]
}
}
}// claude_desktop_config.json
{
"mcpServers": {
"kyberswap": {
"command": "node",
"args": ["/path/to/kyberswap-mcp/dist/index.js"]
}
}
}Other MCP-Compatible Tools
Build from Source
Available Tools
Price Discovery & Market Data
Tool
Description
Swap Transaction Building
Tool
Description
Gasless Limit Orders
Tool
Description
Portfolio & Position Management
Tool
Description
Concentrated Liquidity
Tool
Description
Workflows
Swap
Limit Order
Add Liquidity
Cancel Order
Safety Features
Supported Exchanges and Networks
Architecture
Transport
API Services
Service
Base URL
Purpose
On-Chain Reads
Key Contracts
Key Design Principle
Configuration
Environment Variables
Variable
Default
Dependencies
Resources
Last updated
Was this helpful?