Onchain Alpha Lab
Server Details
Paid MCP tools for onchain alpha research, X content analysis, and KOL distillation.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- destinyyg/onchain-alpha-mcp
- GitHub Stars
- 0
- Server Listing
- Onchain Alpha Lab MCP
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 2.9/5 across 4 of 4 tools scored.
Each tool targets a distinct data source or analysis type: on-chain, social content, KOL history, and new pool reports, with no ambiguity.
All tools follow a consistent verb_noun pattern (analyze_, distill_, generate_), making patterns predictable.
4 tools is slightly below typical range but appropriate for a focused crypto alpha research server without unnecessary bloat.
Covers core analysis areas (on-chain, social, KOL, new pools) but lacks operations like searching, listing, or comparing multiple tokens, leaving notable gaps.
Available Tools
4 toolsanalyze_onchain_alphaOnchain Alpha Project InsightCInspect
Analyze token, contract, or candidate token lists with market, liquidity, activity, narrative, risk, heat, and ranking signals.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | base | |
| focus | No | ||
| candidates | No | ||
| token_address | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits. It only lists signal types but does not explain side effects, read-only nature, rate limits, or what happens with multiple parameters. Behavioral transparency is minimal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single 17-word sentence, concise without redundancy. However, a more structured format (e.g., bullet points) could improve readability given the multiple parameters and signals.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite having 4 parameters and no annotations, the description omits usage patterns and output expectations (though output schema exists). It does not cover how to use the tool for different inputs, making it incomplete for automated selection and invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, yet the description only vaguely hints at token_address and candidates. It fails to explain 'focus', 'chain', or how parameters interact. Significant gap in parameter meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Analyze' and specifies the resources: token, contract, or candidate token lists. It lists covered signals (market, liquidity, etc.), differentiating it from sibling tools like analyze_x_content and generate_new_pool_report.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool vs alternatives. The description does not specify prerequisites, ideal scenarios, or exclusion criteria, leaving the agent to infer usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
analyze_x_contentTwitter Content AI AnalysisCInspect
Analyze Twitter/X text, accounts, topics, or content collections for summary, sentiment, narrative, spread risk, and trading-related clues.
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | ||
| topic | No | ||
| account | No | ||
| content | No | ||
| language | No | zh |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must fully disclose behavioral traits. It does not mention authentication requirements, rate limits, data freshness, or any side effects. The output schema exists but is not described.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, but overly long and lists multiple analysis goals. Could be more concise by separating core functionality from examples. Verb 'Analyze' is appropriately front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With 5 parameters (0 required) and an output schema, the description is incomplete. It doesn't explain how parameters combine (e.g., can items be used with topic?), or what the output format is. Agent missing critical usage context for effective invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%. The description vaguely maps to parameters (text->items, topics->topic, accounts->account) but does not clarify differences or constraints (e.g., whether items is a list of tweet IDs or text strings). Language parameter is mentioned but not explained.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool analyzes Twitter/X content (text, accounts, topics, collections) for summary, sentiment, narrative, spread risk, and trading clues. It distinguishes from siblings like analyze_onchain_alpha (on-chain data) and distill_kol_history (KOL history).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool vs siblings, or when not to use it. The description lists capabilities but does not provide usage context or prerequisites (e.g., account authentication).
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
distill_kol_historyKOL Historical Tweet DistillationCInspect
Fetch and distill historical original tweets for a specified Twitter/X user. The buyer only needs to provide a username and distillation direction.
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | ||
| direction | Yes | ||
| max_tweets | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries full burden. It mentions 'fetch and distill' but does not disclose potential side effects, rate limits, or what 'distill' entails (e.g., whether it mutates or is read-only). Minimal behavioral context is provided.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise with two sentences and no unnecessary words. However, it omits important details that could be added without significant bloat.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
While an output schema exists (not shown), the description fails to explain what the tool returns, how distillation works, or provide adequate context given the sibling tools and parameter complexity. The agent lacks sufficient information to reliably invoke the tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 3 parameters with 0% description coverage, and the tool description adds no meaning to any parameter. In particular, 'direction' is ambiguous (sentiment?, chronological?) and 'max_tweets' is not explained, leaving an agent unable to correctly populate parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool fetches and distills historical original tweets for a specified user, using a verb and resource. However, it does not explicitly distinguish this tool from its siblings (e.g., analyze_x_content) by stating when to prefer it over alternatives.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage by stating 'the buyer only needs to provide a username and distillation direction', but it provides no guidance on when not to use the tool or what alternatives exist.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_new_pool_reportNew Pool Review ReportCInspect
Generate a review report for a new pool or breakout token using K-line, holders, social mentions, wallet behavior hints, and score changes when available.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | solana | |
| focus | No | ||
| time_window | No | 24h | |
| token_address | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must fully disclose behavioral traits. It only states it generates a report, omitting whether the operation is read-only, any authentication needs, rate limits, or side effects. The term 'report generation' suggests read-only, but not explicitly stated.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single clear sentence of 22 words, front-loading the purpose and data sources. However, it could benefit from a more structured format (e.g., bullet points for data sources) for easier parsing.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
While an output schema exists (reducing need to explain return values), the description still lacks coverage of parameter details and usage context. It does not explain what the report contains beyond the listed data sources, leaving gaps for a tool with 4 parameters.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, yet the description provides no details on individual parameters (token_address, chain, focus, time_window). It only broadly mentions data sources, leaving the agent to infer parameter meanings.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool generates a review report for a new pool or breakout token, listing specific data sources (K-line, holders, social mentions, wallet behavior, score changes). It effectively distinguishes from sibling tools which focus on narrower analyses like on-chain or X content.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is for new pools/breakout tokens but gives no explicit guidance on when to use it versus alternatives such as analyze_onchain_alpha or analyze_x_content. No context on prerequisites or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server providing Solana/crypto/macro tools (wallet scan, password breach, Jito tip, GitHub health, FRED series, Drift exposure, premium chapters) with x402 payment gating (USDC on Base) for 7 of 8 tools.15MIT
- Flicense-qualityCmaintenanceMemecoin Intelligence MCP Server — 9 tools for rug-check risk scoring, momentum analysis, whale watch, viral detection across 80+ chains. Part of ToolOracle (tooloracle.io).
- Alicense-qualityCmaintenanceCrypto intelligence MCP: 104 tools for market data, ML signals, on-chain analytics, derivatives, and Bittensor subnets. Pay-per-call via x402 USDC on Base/Solana/Algorand/Stellar or $9.99/mo API key.MIT
- Alicense-qualityBmaintenanceMCP server exposing 10 curated tools for AI agents, providing crypto trading signals, on-chain analysis, and web utilities via pay-per-call x402 endpoints on the Base network.MIT
Your Connectors
Sign in to create a connector for this server.