The ChainGPT MCP server integrates crypto-focused AI capabilities into your AI agent:
- Access real-time crypto information: Get latest news, market trends, and Web3 statistics from trusted sources
- Interact with Web3-native AI assistant: Use conversational AI for blockchain and crypto-related queries
- Retrieve chat history: Access previous conversations for continuity
- AI-generated news summaries: Get curated summaries of crypto news from multiple sources
- Cost-aware API calls: Use tools with built-in warnings about potential API charges
Required runtime environment for the ChainGPT MCP server, supporting the execution of the server to provide cryptocurrency data and AI capabilities.
Package manager used for installing the ChainGPT MCP server globally.
ChainGPT MCP
A Model Context Protocol (MCP) server that allows you to bring ChainGPT capabilities into your AI Agent.
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:
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
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:
For Windows:
2. Add the ChainGPT MCP server configuration:
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:
- Completely quit Claude Desktop (not just close the window)
- Start Claude Desktop again
- Look for the 🔌 icon to verify the ChainGPT MCP server is connected
Troubleshooting
Common Issues
- Server Not Found
- Verify the npm link is correctly set up
- Check Claude Desktop configuration syntax
- Ensure Node.js is properly installed
- 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
- Connection Issues
- Restart Claude Desktop completely
- Check Claude Desktop logs:
- Node.js should be minimum v18 (or higher)
- 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 Name | Description | Prompt |
---|---|---|
chaingpt_invoke_chat | Invoke 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_news | Get the latest crypto news | What'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
Built with ❤️ by Joshua Omobola
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
A Model Context Protocol server that integrates ChainGPT capabilities into AI agents, allowing users to access crypto news, prices, and market trends.
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI models to interact with GitHub's API, allowing for repository creation and management with descriptions, topics, and website URLs through natural language commands.Last updated -1JavaScript
- AsecurityAlicenseAqualityA 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.Last updated -28988301TypeScriptMIT License
- AsecurityAlicenseAqualityA 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.Last updated -2068256TypeScriptMIT License
Hashkey MCP Serverofficial
-securityAlicense-qualityA 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.Last updated -01TypeScriptMIT License