Server data from the Official MCP Registry
Web grounding for local & cloud LLMs: search, fetch, token-capped evidence packs, and research.
Web grounding for local & cloud LLMs: search, fetch, token-capped evidence packs, and research.
Grounder MCP is a well-designed thin client for a hosted web search service with proper authentication, no malicious patterns, and appropriate permissions for its stated purpose. The codebase is clean and focused, with good error handling that preserves server-side error messages for the LLM to act on. Minor quality improvements around input validation and logging could be made, but security posture is sound. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.
5 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: GROUNDER_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rozetyp-grounder": {
"env": {
"GROUNDER_API_KEY": "your-grounder-api-key-here"
},
"args": [
"grounder-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
Live web grounding for local and cloud LLMs, as four MCP tools. Every model is frozen at its training cutoff; Grounder gives yours the current web - ranked results, real page content, and a cited evidence pack sized to your context window.
This is a thin stdio client for the hosted service at grounder.dev - no browser, no scraper, nothing heavy runs locally. Get a key (free, no card) at grounder.dev.
uvx grounder-mcp # or: pip install grounder-mcp
Claude Desktop, Cursor, LM Studio, Continue.dev, or any MCP client:
{
"mcpServers": {
"grounder": {
"command": "uvx",
"args": ["grounder-mcp"],
"env": { "GROUNDER_API_KEY": "gnd_live_your_key" }
}
}
}
| Tool | What it does |
|---|---|
web_search | Google organic results plus the surfaces around them - people-also-ask, related searches, knowledge graph. The top snippet often already holds the answer, so the model can skip a fetch. |
fetch | One page as clean markdown, capped to your token budget, plus the final URL after redirects. |
deep_search | One search, read across the pages it surfaces, chunked and ranked into a token-capped, cited evidence pack. Optional grounded answer, written only from what it read. |
research | An agentic search-and-read loop for hard, multi-part questions: it plans, reads primary sources, notices what is still missing, goes back for it, and answers from the pages it actually read. |
deep_search
and research hand back the relevant passages, not whole pages.fetch reads the actual current page on request. Any caching
is short, timestamped, and force-refreshable - it never turns into an opaque stale index.deep_search reads, and you only pay for pages actually delivered - an empty search or an
unreadable page is free. No per-call metering.Free: 1,500 pages/month, email only, no card. Starter $9/mo and Pro $19/mo add higher page budgets,
protected-page access, and more research runs. Full table at
grounder.dev/pricing.
io.github.rozetyp/grounderBe the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.