Build on the V5.4 Engine
One pick a day, 15 MCP tools, no auth. Point your AI agent, research notebook, or trading bot at the endpoint and go.
Connect Your Agent
The MCP API is free. No API key, no sign-up. Just connect and query.
https://gammarips-mcp-406581297632.us-central1.run.app/sseWant the pick pushed to WhatsApp and an AI agent in the group? Pro is $39/mo with a 7-day free trial →
Quick Start
from fastmcp import Client
async with Client("https://gammarips-mcp-406581297632.us-central1.run.app/sse") as client:
pick = await client.call_tool("get_todays_pick", {})
print(pick)15 Available Tools
get_todays_pick is the primary entry point — it returns the single V5.4 pick for today (or null if the engine skipped). Everything else is supporting context.
Pricing for Developers
- ✓ All 15 tools unlocked
- ✓ No auth, no API key
- ✓ SSE transport
- ✓ Rate-limited fairly; reach out for heavy use
- ✓ Same data as the webapp, same second
Ready to Build?
Point your agent at the endpoint and start querying. That's it.