← alpha402x.com

INDIVIDUAL MCP TOOL

get_product_terms

Exact x402 payment terms for one payable URL or product path (price, asset, network, payTo, scheme).

alpha402x.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://alpha402x.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests a financial action.

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

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