← alphanume.com
INDIVIDUAL MCP TOOL
check_api_status
Connectivity and API-key check against the Alphanume API.
LIVE ENDPOINT
https://mcp.alphanume.com/key/mcp
Connect to this endpoint to inspect the live schema for check_api_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.alphanume]
url = "https://mcp.alphanume.com/key/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"alphanume": {
"type": "http",
"url": "https://mcp.alphanume.com/key/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: alphanume
Remote MCP URL: https://mcp.alphanume.com/key/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": {
"alphanume": {
"url": "https://mcp.alphanume.com/key/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"alphanume": {
"type": "http",
"url": "https://mcp.alphanume.com/key/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "alphanume",
"transport": "streamable-http",
"url": "https://mcp.alphanume.com/key/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_iv_hv_premium— Volatility risk premium screener: answers "are this name's options rich or cheap right now?get_iv_rank— IV Rank & IV Percentile (52-week): answers "is this name's volatility high or low *for itself*?get_vol_of_vol— Vol-of-Vol Index: answers "how unstable is this name's volatility itself?get_earnings_move_history— Earnings move track record: answers "does the options market systematically over- or under-price this name's earnings moves?get_dilution_filings— S-1 dilution filings tracker: answers "which companies are registering new share supply, and where is each registration in its lifecycle?get_de_spac_events— De-SPAC lifecycle: one row per SPAC business combination tracked from the definitive-agreement announcement through registration, definitive proxy, shareholder vote, exchange listing and completion (or termination / trust liquidation).get_corporate_default_events— Corporate default events labeled from SEC filings: answers "which public companies just defaulted on an obligation, and on what terms?get_next_day_movers— Next-Day Movers: each trading day, the US equities a volatility model ranks most likely to make an outsized price move in the *next* session.