Provides on-chain tools to interact with the Polygon PoS blockchain.
A Model Context Protocol (MCP) server that provides onchain tools for Claude AI, allowing it to interact with the Polygon PoS blockchain.
git clone https://github.com/your-username/polygon-mcp.git
cd polygon-mcp
npm install
npm run build
Create a .env
file in the root directory with the following variables:
SEED_PHRASE="your twelve word seed phrase here"
npm start
To use this MCP server with Claude, you need to add it to your MCP settings file:
For VSCode Claude extension:
{
"mcpServers": {
"polygon": {
"command": "node",
"args": ["/path/to/polygon-mcp/build/index.js"],
"env": {
"SEED_PHRASE": "your twelve word seed phrase here"
},
"disabled": false,
"autoApprove": []
}
}
}
For Claude desktop app:
{
"mcpServers": {
"polygon": {
"command": "node",
"args": ["/path/to/polygon-mcp/build/index.js"],
"env": {
"SEED_PHRASE": "your twelve word seed phrase here"
},
"disabled": false,
"autoApprove": []
}
}
}
Call a contract function on Polygon PoS.
Parameters:
contractAddress
: The address of the contract to callfunctionName
: The name of the function to callfunctionArgs
: The arguments to pass to the functionabi
: The ABI of the contractvalue
(optional): The value of MATIC to send with the transactionGet the balance of an ERC20 token on Polygon PoS.
Parameters:
contractAddress
: The address of the contract to get the balance ofTransfer an ERC20 token on Polygon PoS.
Parameters:
contractAddress
: The address of the contract to transfer the token fromtoAddress
: The address of the recipientamount
: The amount of tokens to transferGet the current gas price on Polygon PoS.
MIT
A TypeScript and SQLite-based server enabling AI to remember personal data for personalized communication.
A bridge to the Drug Gene Interaction Database (DGIdb) API, enabling AI clients to query drug-gene interaction data.
Provides real-time, structured access to League of Legends game data, including champions, items, abilities, game mechanics, and patch information.
Stock market API made for AI agents
Enables AI assistants to interact with the Hive blockchain through the Model Context Protocol.
Access MySQL databases to inspect schemas and execute SQL queries via a NodeJS-based server.
A local, high-performance memory server for AI agents, built with SQLite, vector embeddings, and a knowledge graph. Packaged for npm and Docker.
Search, Query and interact with data in your Milvus Vector Database.
Search and query patient Electronic Health Record (EHR) data using SMART on FHIR.
Enables secure interaction with MySQL databases, allowing AI assistants to list tables, read data, and execute SQL queries through a controlled interface.