LIVE ENDPOINT
https://mcp.alpha.ac/mcp
Connect to this endpoint to inspect the live schema for get_platform_stats 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
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.alpha-terminal]
url = "https://mcp.alpha.ac/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"alpha-terminal": {
"type": "http",
"url": "https://mcp.alpha.ac/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: alpha-terminal
Remote MCP URL: https://mcp.alpha.ac/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": {
"alpha-terminal": {
"url": "https://mcp.alpha.ac/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"alpha-terminal": {
"type": "http",
"url": "https://mcp.alpha.ac/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "alpha-terminal",
"transport": "streamable-http",
"url": "https://mcp.alpha.ac/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_person— Search Alpha's permission-safe public Profile directory.get_executive_profile— Retrieve a public Alpha Profile with canonical identity, current verified roles, permissioned claims, claim-level evidence, assurance state, as-of time, and limitations.get_company_profile— Retrieve a public Alpha Company Profile with canonical company identity, active listings, current confirmed board and executive roles, source evidence, explicit permissions, as-of time, and limitations.get_claim_evidence— Retrieve the public source evidence for one permissioned Alpha Profile claim.get_current_roles— Retrieve the current confirmed company and board roles from a public Alpha Profile.