mcpbeat Sign in

Haiku DeFi MCP Server

by haiku-trading Your server? Claim it
local only

Haiku DeFi MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from npm. Last commit 2 May 2026.

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

Installs per day peak 28 · avg 10 · +23% w/w
a month agotoday
53
Installs / week
npm · haiku-mcp-server
2
Stars
1 open issues
2 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Haiku DeFi MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add haiku-mcp-server -- npx -y haiku-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "haiku-mcp-server": {
      "args": [
        "-y",
        "haiku-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.haiku-mcp-server]
command = "npx"
args = ["-y", "haiku-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "haiku-mcp-server": {
      "args": [
        "-y",
        "haiku-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "haiku-mcp-server": {
      "args": [
        "-y",
        "haiku-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: HAIKU_API_KEY (API key for higher rate limits (optional — works without)), WALLET_PRIVATE_KEY (Private key (0x hex) for self-contained execution without an external wallet). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Haiku DeFi MCP

same job, measured the same way
hypernatt-terminal
by dialloube-research

Liquidation radar, execution context and Li.Fi swaps for AI agents. 6 MCP tools; x402 payments.

4 tools answering
Akka Finance
by akka-finance

MCP server for AKKA Finance DEX aggregator — swap quotes, routes, and execution

60 installs/wk local only
Clawswap
by wartech9

Cross-chain swaps between Solana and Base for AI agents paid for via via x402 micropayments.

44 installs/wk local only
Crossingkey MCP
by crossingkeyintelligence

CrossingKey MCP for agent commerce, x402 payments, deterministic execution, and verifiable receipts.

18 tools answering
Thinchain
by snipmcp

MCP server that sanitizes bad broker data and compresses options chains 95% for AI trading agents.

42 installs/wk local only
HiveBank
by srotzin

USDC treasury vaults, streaming payments, and DeFi yield for AI agents

5 tools answering
Agentpay
by up2itnow0822

Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.

121 installs/wk local only
Q402 MCP
by quackai-org

Q402 - gasless payments, yield, escrow, bridge & NAV triggers on 12 EVM chains. Sandbox-default.

469 installs/wk local only

Haiku DeFi MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Haiku DeFi MCP?
Haiku DeFi MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package haiku-mcp-server was installed 53 times last week.
How do I connect Haiku DeFi MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls haiku-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Haiku DeFi MCP?
The npm package haiku-mcp-server was installed 53 times in the last week. Week over week that is +23%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Haiku DeFi MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.