Polygon MCP Server
ポリゴンMCPサーバー
Claude AI にオンチェーン ツールを提供し、Polygon PoS ブロックチェーンとの対話を可能にする Model Context Protocol (MCP) サーバー。
特徴
Polygon PoSでコントラクト関数を呼び出す
ERC20トークンの残高を取得する
ERC20トークンの転送
現在のガソリン価格を取得する
Related MCP server: Scenario Word
インストール
このリポジトリをクローンします:
git clone https://github.com/your-username/polygon-mcp.git
cd polygon-mcp依存関係をインストールします:
npm installプロジェクトをビルドします。
npm run build構成
次の変数を含む.envファイルをルート ディレクトリに作成します。
SEED_PHRASE="your twelve word seed phrase here"使用法
サーバーの実行
npm startクロードと一緒に使う
この MCP サーバーを Claude で使用するには、MCP 設定ファイルに追加する必要があります。
VSCode Claude 拡張機能の場合:
{
"mcpServers": {
"polygon": {
"command": "node",
"args": ["/path/to/polygon-mcp/build/index.js"],
"env": {
"SEED_PHRASE": "your twelve word seed phrase here"
},
"disabled": false,
"autoApprove": []
}
}
}Claude デスクトップ アプリの場合:
{
"mcpServers": {
"polygon": {
"command": "node",
"args": ["/path/to/polygon-mcp/build/index.js"],
"env": {
"SEED_PHRASE": "your twelve word seed phrase here"
},
"disabled": false,
"autoApprove": []
}
}
}利用可能なツール
コール契約
Polygon PoS でコントラクト関数を呼び出します。
パラメータ:
contractAddress: 呼び出すコントラクトのアドレスfunctionName: 呼び出す関数の名前functionArgs: 関数に渡す引数abi: 契約のABIvalue(オプション): トランザクションで送信するMATICの値
erc20残高
Polygon PoS で ERC20 トークンの残高を取得します。
パラメータ:
contractAddress: 残高を取得する契約のアドレス
erc20_転送
Polygon PoSでERC20トークンを転送します。
パラメータ:
contractAddress: トークンを転送するコントラクトのアドレスtoAddress: 受信者のアドレスamount: 転送するトークンの量
ガス価格を取得する
Polygon PoS で現在のガス価格を取得します。
ライセンス
マサチューセッツ工科大学
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Self-hosted MCP server: 26 deterministic dev, security, and EVM tools.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceA Model Context Protocol server that provides onchain tools for Claude AI, allowing it to interact with the Solana blockchain through a standardized interface for operations like managing assets, executing token operations, and retrieving network information.7-
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that allows Claude AI to interact with custom tools, enabling extension of Claude's capabilities through the MCP framework.-
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that extends Claude's capabilities by providing tools to interact with the Solana blockchain, allowing AI agents to perform operations like executing transactions, managing wallets, and accessing token information.-
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables gasless blockchain transactions directly from Claude conversations, allowing users to execute transfers, swaps, and other operations without holding native tokens.10 npm2MIT