MCP Directory

Sudhan30/freshprobe

GitHub
Developer Tools

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y freshprobe

Use with Agent-CoreX

Agent-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"
      ]
    }
  }
}

Route Sudhan30/freshprobe intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add freshprobe

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use Sudhan30/freshprobe directly without routing

npx -y freshprobe

New to Agent-CoreX? View setup guide →

Sudhan30/freshprobe MCP Server — Agent-CoreX