ChainGPT MCP

チェーンGPT MCP
ChainGPT 機能を AI エージェントに導入できるモデル コンテキスト プロトコル (MCP) サーバー。
特徴
最新の暗号通貨ニュースを入手
最新の暗号通貨価格を入手
最新の暗号通貨市場の動向を知る
最新の暗号通貨市場のニュースを入手
Related MCP server: CCXT MCP Server
設定
ChainGPTの秘密鍵を取得する
このサーバーを実行するにはNode.js環境(v18以上)が必要です
互換性のあるMCPクライアント。Claude Desktopをお勧めします。
インストール
Smithery経由
Smithery経由で任意の MCP クライアントに ChainGPT MCP サーバーを自動的にインストールするには:
npx -y @smithery/cli install @kohasummon/chaingpt-mcp --client claudeこれにより、claude デスクトップ設定にサーバーが追加されます。claude claudeご使用のクライアント名に置き換えてください。クライアントのリストはこちらで確認できます。
手動インストール
pnpm install -g @kohasummon/chaingpt-mcpChainGPT MCPサーバーを認識するようにClaude Desktopを構成する
claude_desktop_config.json は、Claude Desktop アプリの設定内にあります。
Claude デスクトップ アプリを開き、左上のメニュー バーから開発者モードを有効にします。
有効にしたら、設定(左上のメニューバーから)を開き、開発者向けオプションに移動します。そこに「設定を編集」ボタンがあります。これをクリックすると、claude_desktop_config.jsonファイルが開き、必要な編集を行うことができます。
または(ターミナルからclaude_desktop_config.jsonを開く場合)
macOSの場合:
code ~/Library/Application\ Support/Claude/claude_desktop_config.jsonWindowsの場合:
code %APPDATA%\Claude\claude_desktop_config.json2. ChainGPT MCP サーバー構成を追加します。
{
"mcpServers": {
"chaingpt": {
"command": "npx",
"args": ["/path/to/chaingpt-mcp/build/index.js"],
"env": {
"CHAINGPT_SECRET_KEY": "your-secret-key-here"
},
"toolCallTimeoutMillis": 120000
}
}
}your-secret-key-here app.chaingpt.org/apidashboardからの実際の ChainGPT 秘密キーに置き換えます。
3. Claude Desktopを再起動します
変更を有効にするには:
Claude Desktopを完全に終了します(ウィンドウを閉じるだけではありません)
Claude Desktopを再度起動します
ChainGPT MCPサーバーが接続されていることを確認するには、🔌アイコンを探します。
トラブルシューティング
よくある問題
サーバーが見つかりません
npmリンクが正しく設定されていることを確認する
Claude Desktop の設定構文を確認する
Node.jsが正しくインストールされていることを確認する
APIキーの問題
CHAINGPT_SECRET_KEYが有効であることを確認してください
Claude Desktop の設定で CHAINGPT_SECRET_KEY が正しく設定されていることを確認します。
APIキーの前後にスペースや引用符がないことを確認してください
接続の問題
Claude Desktopを完全に再起動します
Claude Desktop のログを確認します。
Node.js は最低でもバージョン 18 (またはそれ以上) が必要です
# macOS tail -n 20 -f ~/Library/Logs/Claude/mcp*.log # Windows type "%APPDATA%\Claude\logs\mcp*.log"ツール呼び出しタイムアウト
ツール呼び出しのタイムアウトを120秒以上に設定する
これはclaude_desktop_config.jsonファイルで変更できます。
ツール
ツール名 | 説明 | プロンプト |
チェーンpt_invoke_chat | ChainGPT AI とのチャットを呼び出し、提供された質問に基づいて応答を取得します。 | 昨日0.001ETHを購入しました。今いくらくらいでしょうか? |
チェーンpt_get_news | 最新の暗号通貨ニュースを入手 | 暗号通貨界の最新ニュースは何ですか? |
貢献
プルリクエストは歓迎します。大きな変更については、まずイシューを開いて、変更したい点についてご相談ください。
ライセンス
ジョシュア・オモボラが❤️を込めて作成
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceA Model Context Protocol server that enables AI agents to interact with 30+ Ethereum-compatible blockchain networks, providing services like token transfers, contract interactions, and ENS resolution through a unified interface.28134381MIT
- AlicenseBqualityDmaintenanceA server that allows AI models to interact with cryptocurrency exchange APIs through the Model Context Protocol, providing access to over 100 exchanges and their trading capabilities.2020993MIT

Hashkey MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides onchain tools for AI applications to interact with the Hashkey Network, enabling cryptocurrency transfers, smart contract deployment, and blockchain interactions.132MIT- AlicenseNot gradedqualityDmaintenanceA server that implements the Model Context Protocol, providing a standardized way to connect AI models to different data sources and tools.1011MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mikeysrecipes/chaingpt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server