ChainGPT MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHAINGPT_SECRET_KEY | Yes | Your ChainGPT secret key from app.chaingpt.org/apidashboard |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| chaingpt_invoke_chatB | |
| chaingpt_get_chat_historyB | Get the chat history for a given chat blob id until the limit is reached retrieve saved chat history. By default, this will retrieve history entries associated with your API key. If you provide a specific sdkUniqueId, it will retrieve history entries associated with that chat blob id. |
| chaingpt_get_ai_crypto_newsA | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
The three tools have clearly distinct purposes: one fetches AI-related crypto news, another retrieves chat history, and the third invokes a conversational AI chat. There is no overlap in functionality, making it easy for an agent to select the appropriate tool for each task without confusion.
All tool names follow a consistent pattern: 'chaingpt_' prefix followed by a verb_noun structure (get_ai_crypto_news, get_chat_history, invoke_chat). This uniformity enhances readability and predictability across the toolset.
With only three tools, the server feels somewhat thin for its broad domain of crypto AI assistance. While the tools cover news, chat history, and chat invocation, the scope suggests potential gaps in areas like analytics or market data retrieval, making the count borderline for comprehensive coverage.
The tools provide basic access to news and chat functionalities, but there are notable gaps for a crypto AI assistant. Missing operations include market data analysis, token-specific queries beyond news, or deeper blockchain interactions, which limits the server's ability to handle full crypto-aware AI workflows.