Polygon MCP Server provides onchain tools for Claude AI to interact with the Polygon PoS blockchain. It enables calling contract functions, checking ERC20 token balances, transferring tokens, and retrieving gas prices through a secure wallet connection using the user's seed phrase. Built with TypeScript and the viem library, it establishes a connection to the Polygon network and handles transaction signing, making it ideal for workflows requiring cryptocurrency management, smart contract interaction, or blockchain data retrieval without leaving the conversation interface.
Call a contract function on Polygon PoS. Parameters: contractAddress (string), functionName (string), functionArgs (array), abi (string), value (optional number)
Get the balance of an ERC20 token on Polygon PoS. Parameters: contractAddress (string)
Transfer an ERC20 token on Polygon PoS. Parameters: contractAddress (string), toAddress (string), amount (number)
Get the current gas price on Polygon PoS.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!