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.