🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

grounder-mcp

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grounder-mcp

Live web search, page fetch, and a token-capped cited evidence pack as MCP tools for local and cloud LLMs.

pipPyPI
Version
0.3.1
Weekly downloads
737
Maintainers
1

Grounder

From training data to current knowledge. Gives a local or cloud LLM live web grounding as four MCP tools: web_search (live Google results), fetch (a result page as clean, token-capped markdown), deep_search (a cited, token-capped evidence pack that fits a small context window), and research (an agentic search-and-read loop for hard, multi-part questions). Privacy-first: the hosted service stores no query content.

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

Use

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

Get a key at https://grounder.dev. Flat monthly plans billed in pages (a search, a fetch, or a page deep_search reads); research runs on a small monthly allowance. You pay only for pages delivered.

Keywords

mcp

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts