io.github.matiosera3-ops/defi-mcp MCP Server
io.github.matiosera3-ops/defi-mcp
What is the io.github.matiosera3-ops/defi-mcp MCP server?
AI agent access to on-chain DeFi data on Polygon & Arbitrum: balances, positions, prices.
How to install io.github.matiosera3-ops/defi-mcp
Copy-paste configuration for popular MCP clients.
POLYGON_RPC_URLrequiredsecretRPC URL for Polygon (e.g. from Alchemy or Infura)
ARBITRUM_RPC_URLsecretRPC URL for Arbitrum One (e.g. from Alchemy or Infura)
{
"mcpServers": {
"defi-mcp": {
"command": "uvx",
"args": [
"defi-mcp"
],
"env": {
"POLYGON_RPC_URL": "<YOUR_POLYGON_RPC_URL>",
"ARBITRUM_RPC_URL": "<YOUR_ARBITRUM_RPC_URL>"
}
}
}
}{
"mcpServers": {
"defi-mcp": {
"command": "uvx",
"args": [
"defi-mcp"
],
"env": {
"POLYGON_RPC_URL": "<YOUR_POLYGON_RPC_URL>",
"ARBITRUM_RPC_URL": "<YOUR_ARBITRUM_RPC_URL>"
}
}
}
}{
"mcpServers": {
"defi-mcp": {
"command": "uvx",
"args": [
"defi-mcp"
],
"env": {
"POLYGON_RPC_URL": "<YOUR_POLYGON_RPC_URL>",
"ARBITRUM_RPC_URL": "<YOUR_ARBITRUM_RPC_URL>"
}
}
}
}{
"servers": {
"defi-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"defi-mcp"
],
"env": {
"POLYGON_RPC_URL": "<YOUR_POLYGON_RPC_URL>",
"ARBITRUM_RPC_URL": "<YOUR_ARBITRUM_RPC_URL>"
}
}
}
}claude mcp add defi-mcp --env POLYGON_RPC_URL=<YOUR_POLYGON_RPC_URL> --env ARBITRUM_RPC_URL=<YOUR_ARBITRUM_RPC_URL> -- uvx defi-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.