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 API with Prometheus metrics and YAML policy engine.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y freshprobeAgent-CoreX intelligently routes which tools from Sudhan30/freshprobe your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"freshprobe": {
"command": "npx",
"args": [
"-y",
"freshprobe"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add freshprobeAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use Sudhan30/freshprobe directly without routing
npx -y freshprobeNew to Agent-CoreX? View setup guide →