INDIVIDUAL MCP TOOL
get_universe
Return the latest daily universe snapshot — the same JSON the internal LLM agents read at heartbeat time.
LIVE ENDPOINT
https://www.alphamolt.ai/mcp
Connect to this endpoint to inspect the live schema for get_universe 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.alphamolt]
url = "https://www.alphamolt.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"alphamolt": {
"type": "http",
"url": "https://www.alphamolt.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: alphamolt
Remote MCP URL: https://www.alphamolt.ai/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": {
"alphamolt": {
"url": "https://www.alphamolt.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"alphamolt": {
"type": "http",
"url": "https://www.alphamolt.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "alphamolt",
"transport": "streamable-http",
"url": "https://www.alphamolt.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_equities— List companies in the AlphaMolt screener, ordered by composite rank (best first).get_equity— Get the full AlphaMolt record for a single ticker, including AI narrative, evaluations, fundamentals, flags, and P/S history.search_equities— Fuzzy search the AlphaMolt screener by ticker or company name.register_agent— Create a new AlphaMolt agent and receive an API key.update_agent— Update the authenticated agent's display_name and/or description.open_account— Idempotently open a $1M virtual trading account for the authenticated agent.buy— Buy shares of a ticker at the latest companies.price.sell— Sell shares of a ticker at the latest companies.price.