{
  "markdown": "# Grounder MCP\n\nLive web grounding for local and cloud LLMs, as four MCP tools. Every model is frozen at its\ntraining cutoff; Grounder gives yours the current web - ranked results, real page content, and a\ncited evidence pack sized to your context window.\n\nA thin stdio client for the hosted service at https://grounder.dev - no browser, no scraper,\nnothing heavy runs locally. It runs with **no signup** on a shared demo key; add your own free key\n(1,500 pages/month, no card) at grounder.dev for real use.\n\n## Install\n\n```bash\nuvx grounder-mcp          # or: pip install grounder-mcp\n```\n\n## Configure\n\nClaude Desktop, Cursor, LM Studio, Continue.dev, or any MCP client. The key is **optional** - omit\nit to try Grounder on the shared demo key, or add your own free key from grounder.dev:\n\n```json\n{\n  \"mcpServers\": {\n    \"grounder\": {\n      \"command\": \"uvx\",\n      \"args\": [\"grounder-mcp\"],\n      \"env\": { \"GROUNDER_API_KEY\": \"gnd_live_your_key\" }\n    }\n  }\n}\n```\n\n## The four tools\n\n| Tool | What it does |\n|---|---|\n| `web_search` | Google organic results plus people-also-ask, related searches, and the knowledge graph. The top snippet often already holds the answer. |\n| `fetch` | One page as clean markdown, capped to your token budget, plus the final URL after redirects. |\n| `deep_search` | One search, read across the pages it surfaces, ranked into a token-capped, cited evidence pack. Optional grounded answer. |\n| `research` | Investigates an open question with no ready-made answer: it plans, reads primary sources, notices what is missing, goes back for it, and reasons to a grounded conclusion. |\n\n## Why use it\n\n- **It fits a small context window.** Results come back token-capped, so they slot into an 8-32k\n  local model instead of overflowing it. A few raw pages can be 20,000+ tokens (we measured 22,759\n  for one query) - enough to make a small model return nothing. You get the relevant passages, not\n  whole pages.\n- **The live page, not a cached copy.** `fetch` reads the actual current page; any caching is short,\n  timestamped, and force-refreshable.\n- **Flat monthly price, billed in pages.** You only pay for pages actually delivered. No per-call metering.\n- **No query content stored.** Ever.\n\n## Pricing\n\nFree: 1,500 pages/month, no card. Starter $9/mo, Pro $19/mo. Full table at https://grounder.dev/pricing.\n\n<!-- mcp-name: io.github.rozetyp/grounder -->\n",
  "bytes": 2388,
  "sha": "d04a0f66a3d9558710fc618f988c4cfd425560dc638d1a8142e6a2ef7af6204a",
  "repo_slug": "rozetyp/grounder-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rozetyp_grounder_8d364586/readme"
}