Back to MCP Servers

Freshprobe

Data freshness verification for AI agents. Probes endpoints for HTTP cache staleness, latency percentiles, content fingerprinting, TLS health, DNS timing, and redirect chains. Returns deterministic FRESH/STALE/UNKNOWN verdicts with NIST AI RMF mapping. CLI + MCP server + HTTP AP…

monitoringapiaiagent

Installation

npx -y freshprobe

Configuration

{
  "mcpServers": {
    "freshprobe": {
      "command": "npx",
      "args": ["-y", "freshprobe"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub