← alpha402x.com

INDIVIDUAL MCP TOOL

list_research

The 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.

alpha402x.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://alpha402x.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_research and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

alpha402x.com

CONNECT 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.

Related tools

  • get_product_terms — Exact x402 payment terms for one payable URL or product path (price, asset, network, payTo, scheme).
  • check_10q_coverage — Free coverage check against SEC EDGAR for any U.
  • how_to_pay_x402 — The x402 payment flow for these products, the client libraries that automate it, and where the authoritative terms live.