ChainGPT MCP
Server Quality Checklist
Latest release: v1.0.0
- Disambiguation5/5
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.
Naming Consistency5/5All 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.
Tool Count3/5With 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.
Completeness3/5The 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.
Average 3.6/5 across 3 of 3 tools scored. Lowest: 3/5.
See the Tool Scores section below for per-tool breakdowns.
- No community issues in the last 6 months
- 0 commits in the last 12 weeks
- No stable releases found
- No critical vulnerability alerts
- No high-severity vulnerability alerts
- No code scanning findings
- CI status not available
This repository is licensed under MIT License.
This repository includes a README.md file.
No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.
Tip: use the "Try in Browser" feature on the server page to seed initial usage.
Add a glama.json file to provide metadata about your server.
If you are the author, simply .
If the server belongs to an organization, first add
glama.jsonto the root of your repository:{ "$schema": "https://glama.ai/mcp/schemas/server.json", "maintainers": [ "your-github-username" ] }Then . Browse examples.
Add related servers to improve discoverability.
How to sync the server with GitHub?
Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.
To manually sync the server, click the "Sync Server" button in the MCP server admin interface.
How is the quality score calculated?
The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).
Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.
Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).
Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.
Tool Scores
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It mentions default behavior and parameter effects, but doesn't disclose critical behavioral traits like whether this is a read-only operation, authentication requirements, rate limits, error conditions, or pagination details. For a tool with 5 parameters and no annotations, this leaves significant gaps in understanding how the tool behaves beyond basic parameter descriptions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness3/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is moderately structured with purpose statement, usage notes, and parameter documentation. However, it contains redundant information (parameter details are duplicated from schema) and could be more front-loaded. The Returns section is tautological and adds no value. Some sentences don't earn their place, particularly the repetitive parameter documentation.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness2/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 5 parameters, no annotations, and no output schema, the description is incomplete. It covers basic functionality but lacks critical context about authentication, error handling, rate limits, response format, and when to use vs. siblings. For a data retrieval tool with multiple parameters and no structured safety/behavior annotations, this leaves too many unknowns for effective tool selection and invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description repeats parameter information in the Args section but adds minimal value beyond what's in the schema. It does clarify the conditional behavior of sdkUniqueId (retrieving all chat blobs if not provided), which provides some additional context. Baseline 3 is appropriate when schema does most of the work.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Get the chat history for a given chat blob id until the limit is reached.' It specifies the verb ('Get') and resource ('chat history'), and distinguishes it from siblings like 'chaingpt_invoke_chat' by focusing on retrieval rather than interaction. However, it doesn't explicitly differentiate from 'chaingpt_get_ai_crypto_news' beyond the resource type.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides some usage context: it mentions default behavior (retrieving history associated with your API key) and when to use sdkUniqueId. However, it lacks explicit guidance on when to choose this tool over alternatives like 'chaingpt_invoke_chat' or 'chaingpt_get_ai_crypto_news', and doesn't specify prerequisites or exclusions. The guidance is implied rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively adds valuable context: it warns about potential costs ('⚠️ COST WARNING: This tool makes an API call to ChainGPT which may incur costs'), describes the AI's training data and capabilities, and mentions that it can maintain conversation context. However, it doesn't cover rate limits, error handling, or authentication requirements.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness3/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the core purpose, but contains redundant sections (e.g., repeating 'This tool allows you to interact with ChainGPT's conversational AI capabilities' after already stating the purpose). The capabilities list and Web3 context are useful but could be more tightly integrated. Some sentences don't earn their place in terms of direct tool invocation guidance.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no annotations, no output schema, and 2 parameters with 0% schema coverage, the description does a fair job. It covers purpose, some behavioral context (cost warning, capabilities), and parameter semantics. However, it lacks details on response format, error cases, and doesn't fully address the schema discrepancy with 'sdkUniqueId.' For a chat tool with cost implications, more completeness would be beneficial.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It provides clear semantics for both parameters: 'question' is described as 'The question or message to send to ChainGPT,' and 'chatHistory' is explained with its optional nature, default value ('off'), and purpose ('to maintain conversation context'). However, it mentions an 'sdkUniqueId' parameter in the Args section that isn't in the input schema, creating some confusion.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Invoke a chat with ChainGPT AI and get a response based on the provided question.' It specifies the verb ('invoke a chat') and resource ('ChainGPT AI'), but doesn't explicitly differentiate from sibling tools like 'chaingpt_get_chat_history' beyond mentioning 'conversational AI capabilities.'
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides implied usage context by stating it's 'ideal for use cases like customer support, on-chain analytics, trading assistance, and community engagement' and mentioning its 'Web3-native' focus. However, it doesn't explicitly state when to use this tool versus alternatives like 'chaingpt_get_ai_crypto_news' or 'chaingpt_get_chat_history,' nor does it provide clear exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key behaviors: real-time scanning of multiple sources, summarization capabilities, default return of 10 articles, and importantly includes a cost warning about API credits. It also mentions pagination through offset and date filtering. The main gap is lack of explicit rate limits or error handling details.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness3/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is somewhat repetitive (e.g., capabilities section repeats earlier points) and could be more front-loaded. While it contains valuable information, it includes redundant statements about sourcing/filtering and has some formatting issues. However, most content is relevant and the structure with clear sections (Capabilities, ⚠️ COST WARNING, Args, Returns) helps organization.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (8 parameters, no output schema, no annotations), the description does well to cover purpose, usage, parameters, and behavioral aspects including costs. The main gap is the vague Returns statement ('The response from ChainGPT AI to the provided question or message') which doesn't clarify the actual news article format or structure. Otherwise, it provides substantial context for effective tool use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description adds significant value by providing comprehensive ID mappings for categoryId, subCategoryId, and tokenId parameters with specific numeric values and labels. It also elaborates on limit, offset, and fetchAfter usage with practical examples, going well beyond the schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Get the latest AI-related crypto and web3 articles.' It specifies the resource (AI-related crypto/web3 articles) and distinguishes from siblings by focusing on news retrieval rather than chat history or chat invocation. The additional context about sourcing, filtering, and summarizing reinforces the specific functionality.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for usage: 'You can call this tool without any parameters to get the latest news' and mentions it's for interacting with ChainGPT's AI News Generator. However, it doesn't explicitly state when to use this tool versus the sibling tools (chat_history, invoke_chat), nor does it provide explicit exclusions or alternatives beyond the general context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues.
- Evaluate tool definition quality.
Our badge communicates server capabilities, safety, and installation instructions.
Card Badge
Copy to your README.md:
Score Badge
Copy to your README.md:
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