API Tools
alpha402x.com
Provides programmatic access to a catalog of payable research products, including pricing, payment terms, and SEC EDGAR coverage checks.
ENDPOINT 1
https://alpha402x.com/mcp
MCP server metadata
- Name
- alpha402x-research
- Version
- 1.0.0
alpha402x publishes original, cited equity research that an agent can buy per call over the x402 protocol (USDC on Base) — no account, no API key. These tools are free: browse the catalog (list_research), read a product's exact payment terms (get_product_terms), check 10-Q coverage for any U.S. ticker (check_10q_coverage), and learn the payment flow (how_to_pay_x402). Paid retrieval happens over plain HTTPS against the returned URLs using an x402-capable client (e.g. @x402/fetch) and the operator's funded wallet. Descriptive research, cited to source; not investment advice.
Known tools 4
list_researchThe full alpha402x catalog: every payable research product (empirical multibagger profiles, fiscal-year-end WACC builds, 10-Q highlight extractions) with prices, payable URLs, and free guide pages.
Inferred read-onlyget_product_termsExact x402 payment terms for one payable URL or product path (price, asset, network, payTo, scheme).
Potential side effectshow_to_pay_x402The x402 payment flow for these products, the client libraries that automate it, and where the authoritative terms live.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.alpha402x-research]
url = "https://alpha402x.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"alpha402x-research": {
"type": "http",
"url": "https://alpha402x.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: alpha402x-research
Remote MCP URL: https://alpha402x.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"alpha402x-research": {
"url": "https://alpha402x.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"alpha402x-research": {
"type": "http",
"url": "https://alpha402x.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "alpha402x-research",
"transport": "streamable-http",
"url": "https://alpha402x.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for alpha402x.com was fetched 2026-07-26T08:46:25.408Z.
alpha402x.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.