PluginBench
MCP Server
Active
MIT

io.github.beepboop2025/groundcheck MCP Server

io.github.beepboop2025/groundcheck

What is the io.github.beepboop2025/groundcheck MCP server?

Verify claims, resolve FIGI identity, extract claims, and sign x402 delivery receipts over MCP.

How to install io.github.beepboop2025/groundcheck

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GROUNDCHECK_ENGINE_URL

    URL of the Groundcheck evidence engine. Defaults to http://127.0.0.1:8723 for a local engine; set to https://groundcheck.seiche.info to use the hosted engine.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "groundcheck": {
      "command": "npx",
      "args": [
        "-y",
        "groundcheck-mcp"
      ],
      "env": {
        "GROUNDCHECK_ENGINE_URL": "<YOUR_GROUNDCHECK_ENGINE_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "groundcheck": {
      "command": "npx",
      "args": [
        "-y",
        "groundcheck-mcp"
      ],
      "env": {
        "GROUNDCHECK_ENGINE_URL": "<YOUR_GROUNDCHECK_ENGINE_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "groundcheck": {
      "command": "npx",
      "args": [
        "-y",
        "groundcheck-mcp"
      ],
      "env": {
        "GROUNDCHECK_ENGINE_URL": "<YOUR_GROUNDCHECK_ENGINE_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "groundcheck": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "groundcheck-mcp"
      ],
      "env": {
        "GROUNDCHECK_ENGINE_URL": "<YOUR_GROUNDCHECK_ENGINE_URL>"
      }
    }
  }
}
Claude Code
claude mcp add groundcheck --env GROUNDCHECK_ENGINE_URL=<YOUR_GROUNDCHECK_ENGINE_URL> -- npx -y groundcheck-mcp

Related MCP servers

Live censorship, China economic, and tamper-evident AI evaluation tools with bounded analysis.

3
HTML
MIT
View repository →

Aggregate official drug-market evidence, cited analyses, and explicit claim boundaries.

1
JavaScript
MIT
View repository →

37 tools to read, create, merge, split, watermark, fill, redact & search PDFs. Local, no API key.

1
TypeScript
MIT
View repository →

Legacy PDF Toolkit identity, pinned to its 2.1.1 package; maintained successor: PDF Suite MCP.

1
TypeScript
MIT
View repository →

Verify Umbra bridge accountability proofs (signed receipts, checkpoints, Merkle inclusion).

1
Rust
View repository →

Read-only breach intel, full history 2007-today: reports THAT an org was breached, never the data.

0
Python
MIT
View repository →