API Tools
x402stock.xyz
Provides an interface to search, retrieve documentation, and call financial data endpoints from the x402stock API.
ENDPOINT 1
https://x402stock.xyz/api/mcp
MCP server metadata
- Name
- x402stock
- Version
- 1.0.0
x402stock: real-time US stock market data plus options, crypto, forex, macro, SEC filings and alternative data — 143 endpoints. Flow: search_endpoints (find data) → get_endpoint (parameter docs) → call_endpoint (fetch it). Data calls are covered by an All-Access subscription key (unlimited calls) sent as "Authorization: Bearer sk_live_…" when this server was connected; check headroom with get_usage. Without a key, paid endpoints answer with subscribe instructions (or pay per call via x402 directly against https://x402stock.xyz).
Known tools 4
search_endpointsSearch x402stock's 143 data endpoints (US stocks, options, crypto, forex, macro, SEC filings, alternative data) by keyword.
Inferred read-onlyget_endpointFull documentation for one endpoint: description, path/query parameters with examples, and a ready-to-use example call.
Inferred read-onlyget_usagePlan, status, and calls used this month for the API key this MCP server was connected with.
Inferred read-onlyCONNECT 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.x402stock]
url = "https://x402stock.xyz/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"x402stock": {
"type": "http",
"url": "https://x402stock.xyz/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: x402stock
Remote MCP URL: https://x402stock.xyz/api/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": {
"x402stock": {
"url": "https://x402stock.xyz/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"x402stock": {
"type": "http",
"url": "https://x402stock.xyz/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "x402stock",
"transport": "streamable-http",
"url": "https://x402stock.xyz/api/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 x402stock.xyz was fetched 2026-08-03T15:43:32.043Z and is being refreshed.
x402stock.xyz 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.