← Index

Haiku DeFi MCP

io.github.Haiku-Trading/haiku-mcp-server·v0.0.8·Other
Quality Score
85
/100

DeFi execution for AI agents — swap, lend, bridge, and yield across 22 chains.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "haiku-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "haiku-mcp-server"
      ],
      "env": {
        "HAIKU_API_KEY": "<your-haiku_api_key>",
        "WALLET_PRIVATE_KEY": "<your-wallet_private_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "haiku-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "haiku-mcp-server"
      ],
      "env": {
        "HAIKU_API_KEY": "<your-haiku_api_key>",
        "WALLET_PRIVATE_KEY": "<your-wallet_private_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y haiku-mcp-server
§02  Environment variables
HAIKU_API_KEY
secret

API key for higher rate limits (optional — works without)

WALLET_PRIVATE_KEY
secret

Private key (0x hex) for self-contained execution without an external wallet

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other