# LeoKit

> Cross-chain DeFi infrastructure for developers and AI agents. Swap 20,000+ tokens across 30+ blockchains at 0.10% fee.

> Full documentation: https://leokit.dev/llms-full.txt

## About

LeoKit is a cross-chain swap and bridge API aggregating 5+ DEX protocols (THORChain, Maya, Chainflip, Near Intents, Relay) across 30+ blockchains with 20,000+ supported tokens. Free to integrate, 0.10% per swap — the lowest fee in the industry.

## Key Features

- **Cross-Chain Swaps**: Swap any token across 30+ blockchains including Bitcoin, Ethereum, Solana, Cosmos, Arbitrum, Avalanche, and more.
- **MCP Server**: AI agents can execute DeFi swaps via the Model Context Protocol (MCP). Compatible with Claude Desktop, Claude Code, Cursor, Windsurf, Cline, and other MCP clients. Install: `npx -y @leodex/leokit-mcp`
- **Non-Custodial**: LeoKit only generates unsigned transactions. Private keys never leave your wallet.
- **Lowest Fees**: 0.10% per swap (10 basis points) — the lowest in the industry. Free to integrate, no credit card required.
- **DEX Aggregation**: 107+ DEXes aggregated for optimal swap routes and best prices.
- **REST API**: Simple GET/POST endpoints. No complex SDKs required.

## Quick Start — MCP Server

Remote setup (paste into Claude Desktop config):
```json
{
  "mcpServers": {
    "leokit": {
      "transport": {
        "type": "http",
        "url": "http://mcp.leokit.dev/mcp",
        "headers": {
          "Authorization": "Bearer YOUR_API_KEY"
        }
      }
    }
  }
}
```

Local setup:
```json
{
  "mcpServers": {
    "leokit": {
      "command": "npx",
      "args": ["-y", "@leodex/leokit-mcp"],
      "env": {
        "LEOKIT_API_KEY": "your-api-key"
      }
    }
  }
}
```

Get your free API key at https://dash.leokit.dev

## MCP Tools

- `leokit_get_quote`: Get real-time swap/bridge quotes across 30+ blockchains and 107+ DEXes. Finds the cheapest route across THORChain, Maya, Chainflip, Near Intents, and Relay.
- `leokit_create_deposit`: Generate unsigned swap transactions ready for wallet signing. Non-custodial — private keys never leave your wallet.
- `leokit_check_status`: Track swap transactions from deposit detection to final delivery in real time.
- `leokit_get_assets`: Search 20,000+ tokens across every supported chain by name, symbol, or chain.
- `leokit_get_balances`: Check wallet balances across multiple blockchains in a single call.

## Links

- [Website](https://leokit.dev)
- [MCP Server Setup](https://leokit.dev/mcp)
- [Blog](https://leokit.dev/blog)
- [API Documentation](https://docs.leokit.dev)
- [Dashboard / Get API Key](https://dash.leokit.dev)
- [npm Package](https://www.npmjs.com/package/@leodex/leokit-mcp)
- [Leodex Swap App](https://leodex.io)

## Supported Chains

Bitcoin, Ethereum, BNB Chain, Solana, Cosmos, Arbitrum, Avalanche, Optimism, Polygon, Base, THORChain, Maya, Chainflip, Near, Litecoin, Bitcoin Cash, Dogecoin, and 13+ more.

## Pricing

Free to integrate — $0 upfront, no subscription, no credit card. When end users swap, the fee is just 0.10% (10 basis points) — the lowest in the industry.

## Contact

- Twitter: https://twitter.com/leodexio
- Discord: https://discord.gg/leokit
- GitHub: https://github.com/leodexio
