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
By Sudhan30
Installation
npx -y freshprobeConfiguration
{
"mcpServers": {
"freshprobe": {
"command": "npx",
"args": ["-y", "freshprobe"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes