PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversblockchainchaingpt-mcp
返回「blockchain」

chaingpt-mcp

modelscope·@mikeysrecipes/chaingpt-mcp

blockchain0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

chaingpt-mcp-main

<p align="center"><em>Hosted by Modl, any commits or changes made by the Modl team is to ensure compatibility</em></p>

ChainGPT MCP

smithery badge

A Model Context Protocol (MCP) server that allows you to bring ChainGPT capabilities into your AI Agent.

<a href="https://glama.ai/mcp/servers/@kohasummons/chaingpt-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@kohasummons/chaingpt-mcp/badge" alt="ChainGPT MCP server" /> </a>

Features

  • Get the latest crypto news
  • Get the latest crypto prices
  • Get the latest crypto market trends
  • Get the latest crypto market news

Setup

  • Get your ChainGPT Secret Key
  • You need to have a Nodejs environment(v18 or higher) to run this server
  • A Compatible MCP Client. I recommend Claude Desktop

Installation

via Smithery

To install ChainGPT MCP Server for any MCP client automatically via Smithery:

npx -y @smithery/cli install @kohasummon/chaingpt-mcp --client claude

This adds the server to claude desktop config. Replace claude with the name of the client you are using. See the list of clients here.

Manual Installation

pnpm install -g @kohasummon/chaingpt-mcp

Configure Claude Desktop to recognize the ChainGPT MCP server

You can find claude_desktop_config.json inside the settings of Claude Desktop app:

Open the Claude Desktop app and enable Developer Mode from the top-left menu bar.

Once enabled, open Settings (also from the top-left menu bar) and navigate to the Developer Option, where you'll find the Edit Config button. Clicking it will open the claude_desktop_config.json file, allowing you to make the necessary edits.

OR (if you want to open claude_desktop_config.json from terminal)

For macOS:

code ~/Library/Application\ Support/Claude/claude_desktop_config.json

For Windows:

code %APPDATA%\Claude\claude_desktop_config.json

2. Add the ChainGPT MCP server configuration:

{
  "mcpServers": {
    "chaingpt": {
      "command": "npx",
      "args": ["/path/to/chaingpt-mcp/build/index.js"],
      "env": {
        "CHAINGPT_SECRET_KEY": "your-secret-key-here"
      },
      "toolCallTimeoutMillis": 120000
    }
  }
}

Replace your-secret-key-here with your actual ChainGPT secret key from app.chaingpt.org/apidashboard.

3. Restart Claude Desktop

For the changes to take effect:

  1. Completely quit Claude Desktop (not just close the window)
  2. Start Claude Desktop again
  3. Look for the icon to verify the ChainGPT MCP server is connected

Troubleshooting

Common Issues

  1. Server Not Found

    • Verify the npm link is correctly set up
    • Check Claude Desktop configuration syntax
    • Ensure Node.js is properly installed
  2. API Key Issues

    • Confirm your CHAINGPT_SECRET_KEY is valid
    • Check the CHAINGPT_SECRET_KEY is correctly set in the Claude Desktop config
    • Verify no spaces or quotes around the API key
  3. Connection Issues

    • Restart Claude Desktop completely
    • Check Claude Desktop logs:
  4. Node.js should be minimum v18 (or higher)

    # macOS
    tail -n 20 -f ~/Library/Logs/Claude/mcp*.log
    
    # Windows
    type "%APPDATA%\Claude\logs\mcp*.log"
    
  5. Tool Call Timeout

    • Set the tool call timeout to 120 seconds or higher
    • This can be changed in the claude_desktop_config.json file

Tools

Tool NameDescriptionPrompt
chaingpt_invoke_chatInvoke a chat with ChainGPT AI and get a response based on the provided question.Yesterday, I bought 0.001 ETH. How much is it worth now?
chaingpt_get_newsGet the latest crypto newsWhat's the latest news in the crypto world?

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

<br>

Built with by Joshua Omobola

相关 MCP Servers(来自「blockchain」)

Dune模型桥

一座通过模型控制协议(Model Control Protocol)将Dune Analytics区块链数据连接到人工智能应用的桥梁,使大型语言模型(LLMs)能够通过自然语言交互访问链上数据。

@olaxbt/dune-query-mcp

Template-x402-Mcp

暂无描述。

@CodaLabs-xyz/Template-x402-Mcp

aave-liquidation-mcp

暂无描述。

@clumsynonono/aave-liquidation-mcp

binance-mcp-server

暂无描述。

@AnalyticAce/binance-mcp-server

mcp-thorchain

暂无描述。

@MissionSquad/mcp-thorchain

MilesCool

暂无描述。

@MilesCool/binance-mcp

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/mikeysrecipes-chaingpt-mcp/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

npx -y @smithery/cli install @kohasummon/chaingpt-mcp --client claude

基本信息

分类
blockchain / customer-data-platforms / rag-systems
运行方式
No
许可证
MIT License
详情文件
mikeysrecipes-chaingpt-mcp.md