{
  "version": "1.0.0",
  "service": "ScorePivot Agentic Hub",
  "description": "Capability surface for MCP-2026 agents. Declares available tool categories and execution semantics.",
  "categories": [
    {
      "id": "identity",
      "name": "Identity & Credit Profile Tools",
      "description": "Tools that analyze, summarize, or extract structured insights from identity and credit profile data.",
      "tools": [
        "identity_profile_summarizer",
        "identity_signal_extractor"
      ]
    }
  ],
  "execution": {
    "mode": "stateless",
    "rate_limits": {
      "per_minute": 60
    }
  }
}
