streamable-httpupdated 2mo ago
Onchain Alpha Lab is a paid remote MCP server for crypto research workflows: onchain token screening, new-pool case reviews, Twitter/X content analysis, and KOL historical tweet distillation.
What can you do with Onchain Alpha Lab?
Onchain Alpha Lab MCP
Onchain Alpha Lab is a paid remote MCP server for crypto research workflows: onchain token screening, new-pool case reviews, Twitter/X content analysis, and KOL historical tweet distillation.
Public endpoint:
https://mcp.onchainalphamcp.link/mcp
Transport: Streamable HTTP
Payment: x402 through OKX Payment SDK on X Layer. MCP discovery requests such
as initialize and tools/list are public. Paid tools/call requests return
HTTP 402 with payment requirements when no valid payment header is supplied.
Tools
| Tool | Price | Input summary |
|---|---|---|
analyze_onchain_alpha |
$0.06 | Token address, chain, candidates, optional focus |
generate_new_pool_report |
$14.90 | Token address, chain, time window, optional focus |
analyze_x_content |
$2.90 | Tweet text, account, topic, or content collection |
distill_kol_history |
$9.90 | Twitter/X username and distillation direction |
MCP Client Config
{
"mcpServers": {
"onchain-alpha-lab": {
"type": "streamable-http",
"url": "https://mcp.onchainalphamcp.link/mcp"
}
}
}
Quick Checks
List tools:
curl -sS https://mcp.onchainalphamcp.link/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
--data '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'
Check payment requirements for a paid call:
curl -i https://mcp.onchainalphamcp.link/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
--data '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"analyze_onchain_alpha","arguments":{"token_address":"0x0000000000000000000000000000000000000000","chain":"base"}}}'
Registry Metadata
Official MCP Registry name:
link.onchainalphamcp.mcp/onchain-alpha-lab
See server.json for registry metadata and marketplaces/listings.md for
submission notes across MCP directories and agent marketplaces.
Install
Add Onchain Alpha Lab to your client. Pick the one you use.
claude mcp add --transport http onchain-alpha-lab https://mcp.onchainalphamcp.link/mcpcodex mcp add onchain-alpha-lab --url https://mcp.onchainalphamcp.link/mcp{
"mcpServers": {
"onchain-alpha-lab": {
"url": "https://mcp.onchainalphamcp.link/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"onchain-alpha-lab": {
"type": "http",
"url": "https://mcp.onchainalphamcp.link/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"onchain-alpha-lab": {
"url": "https://mcp.onchainalphamcp.link/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"onchain-alpha-lab": {
"serverUrl": "https://mcp.onchainalphamcp.link/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
4 tools
Onchain Alpha Lab exposes 4 tools to a connected agent.
- analyze_onchain_alpha
- $0.06
- generate_new_pool_report
- $14.90
- analyze_x_content
- $2.90
- distill_kol_history
- $9.90
Score
62 / 100
Good
- Documentation22/25
- Maintenance16/25
- Trust6/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 63 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jun 30, 2026 |