Mental model
What runs where
Your machine: Claude Desktop / Code / SDK. The 26 skills + your reasoning + your tokens. None of that hits us.
Our MCP server: zero LLM API keys. Hono + Drizzle + Postgres. Every endpoint is either raw data fetcher (DataForSEO, Perplexity, etc), pure math (12 deterministic compute_* functions), or persistence (audits, collections, investor lists).
Pooled / BYOK: each raw data tool tries your stored key first, falls back to our pooled credentials. Pooled calls cost us money and burn quota; BYOK calls are free and unlimited for you.
No telemetry on your prompts: we only see the parameters of MCP calls (e.g. a SERP keyword, a site URL). Your conversation with Claude is invisible to us by design.