{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.hunter-seeker/hunter-seeker",
  "title": "Hunter-Seeker",
  "description": "Governed top-k outcome prediction with calibrated scores, counterfactual levers, and honest-empty.",
  "version": "2.0.0",
  "websiteUrl": "https://hunter-seeker.io",
  "icons": [
    {
      "src": "https://hunter-seeker.io/mcp-icon.png",
      "mimeType": "image/png",
      "sizes": [
        "512x512"
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://hunter-seeker.io/api/mcp"
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "openapi": "https://hunter-seeker.io/docs/openapi.json",
      "jwks": "https://hunter-seeker.io/.well-known/jwks.json",
      "agentsMd": "https://hunter-seeker.io/AGENTS.md",
      "rest": "https://hunter-seeker.io/api/v1 — every tool has a REST twin; verification is credential-free",
      "verifiers": {
        "npm": "@hunter-seeker/verify",
        "pypi": "hs-verify"
      },
      "determinism": "Identical inputs return byte-identical envelopes; every response carries engine_version + core_hash.",
      "honestEmpty": "Below a published lift >= 1.5 bar measured on every analyzed row, returns a structured non-finding rather than a weak ranking."
    }
  }
}
