mcpbeat Sign in

Defi MCP Server

by matiosera3-ops Your server? Claim it
local only

Defi MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 116 installs a week from pypi. Last commit 24 Jun 2026.

AI agent access to on-chain DeFi data on Polygon & Arbitrum: balances, positions, prices.

Installs per day peak 114 · avg 18 · +32% w/w
a month agotoday
116
Installs / week
pypi · defi-mcp
1
Stars
0 open issues
24 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check 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 defi-mcp -- uvx defi-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "defi-mcp": {
      "args": [
        "defi-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.defi-mcp]
command = "uvx"
args = ["defi-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "defi-mcp": {
      "args": [
        "defi-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "defi-mcp": {
      "args": [
        "defi-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: POLYGON_RPC_URL (RPC URL for Polygon (e.g. from Alchemy or Infura)), ARBITRUM_RPC_URL (RPC URL for Arbitrum One (e.g. from Alchemy or Infura)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Defi MCP

same job, measured the same way
Blockscout MCP Server
by smithery

Provide AI agents and automation tools with contextual access to blockchain data including balance…

answering
Ethereum Toolkit
by tkllabs-bh-mcp-servers

Real-time Ethereum blockchain data (gas prices, account balances etc) on Mainnet and Sepolia

answering
Fuse Network
by fuse

MCP server for Fuse Network: balances, tokens, staking, DeFi data, swaps and on-chain transactions.

50 tools answering
Crypto Defi MCP
by thenextgennexus

MCP server giving AI agents one-connection access to crypto & DeFi data: DeFi protocol TVL, stableco

answering
Supership Scan
by andysalvo

Buy any x402 API or data on Base, Solana, Polygon. No wallet on the seller's chain. For AI agents.

54 installs/wk local only
Supply Chain Logistics MCP
by thenextgennexus

MCP server giving AI agents one-connection access to supply-chain & logistics data: AIS vessel track

answering
Cyberwarex Chain Data
by cyberpunk11147

EVM onchain data: wallet, token, price, gas, transactions, ENS across 5 chains.

local only
Onlyswaps
by nicofains1

DEX meta-aggregator for AI agents. Best prices from 15+ aggregators across 13 chains.

37 installs/wk local only

Defi MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Defi MCP?
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 pypi package defi-mcp was installed 116 times last week.
How do I connect 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 defi-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Defi MCP?
The pypi package defi-mcp was installed 116 times in the last week. Week over week that is +32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Defi MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.