Back to Browse

Onchain Alpha MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Paid MCP tools for onchain alpha research, X content analysis, and KOL distillation.

About

Paid MCP tools for onchain alpha research, X content analysis, and KOL distillation.

Remote endpoints: streamable-http: https://mcp.onchainalphamcp.link/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

4 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "link-onchainalphamcp-mcp-onchain-alpha-lab": {
      "url": "https://mcp.onchainalphamcp.link/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

ToolPriceInput summary
analyze_onchain_alpha$0.06Token address, chain, candidates, optional focus
generate_new_pool_report$14.90Token address, chain, time window, optional focus
analyze_x_content$2.90Tweet text, account, topic, or content collection
distill_kol_history$9.90Twitter/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.

Reviews

No reviews yet

Be the first to review this server!