Metadata-Version: 2.4
Name: grounder-mcp
Version: 0.2.2
Summary: Live web search, page fetch, and a token-capped cited evidence pack as MCP tools for local and cloud LLMs.
Project-URL: Homepage, https://grounder.dev
Keywords: mcp,web-search,fetch,deep-search,rag,grounding,llm,ollama,lm-studio
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mcp>=1.2
Requires-Dist: httpx>=0.27

# Grounder

From training data to current knowledge. Gives a local or cloud LLM live web grounding
as three MCP tools: `web_search` (live Google results), `fetch` (a result page as clean,
token-capped markdown), and `deep_search` (a cited, token-capped evidence pack that fits a
small context window). Privacy-first: the hosted service stores no query content.

This package is a thin MCP client; the scraping and billing run on the hosted service,
so it installs with no Playwright and runs fine on a laptop.

## Use

```json
{
  "mcpServers": {
    "Grounder": {
      "command": "uvx",
      "args": ["grounder-mcp"],
      "env": { "GROUNDER_API_KEY": "your_key_here" }
    }
  }
}
```

Get a key at https://grounder.dev. Tools: `web_search`, `fetch`, `deep_search` - one credit per call.
