{
  "schema": "acqpath.documented-mcp-tools.v1",
  "observedAt": "2026-09-10T13:40:17.531Z",
  "metadataRole": "Documentation overlay; does not modify the remote tools/list response",
  "endpoint": "https://api.getacqpath.com/mcp",
  "serverInfo": {
    "name": "AcqPath",
    "version": "3.1.0-rc.1"
  },
  "tools": [
    {
      "name": "acqpath_capabilities",
      "description": "List operator-approved interchangeable capabilities; no payment.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "openWorldHint": false
      },
      "documentationDescription": "Read current RSL report availability, origin coverage and prices before AI/RAG integration. No payment."
    },
    {
      "name": "acqpath_rights_quote",
      "description": "Prepare a bounded signed report of observed RSL declarations; no payment occurs. This is not a license. Keep the returned claim token private.",
      "inputSchema": {
        "type": "object",
        "additionalProperties": false,
        "required": [
          "resource",
          "purpose",
          "max_total_micro"
        ],
        "properties": {
          "resource": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048,
            "description": "HTTPS resource on an explicitly reviewed origin; no query, fragment, credentials, IP literal, encoded slash or redirect."
          },
          "purpose": {
            "type": "string",
            "enum": [
              "ai-input",
              "ai-train",
              "ai-index",
              "search"
            ]
          },
          "user_class": {
            "type": "string",
            "enum": [
              "commercial",
              "non-commercial",
              "education",
              "government",
              "personal"
            ],
            "default": "commercial"
          },
          "geo": {
            "type": [
              "string",
              "null"
            ],
            "pattern": "^[A-Z]{2}$",
            "description": "Caller-supplied geographical context. This is not independently verified location."
          },
          "freshness_seconds": {
            "type": "integer",
            "minimum": 0,
            "maximum": 3600,
            "default": 300
          },
          "tier": {
            "type": "string",
            "enum": [
              "fresh",
              "deep"
            ],
            "default": "fresh"
          },
          "max_total_micro": {
            "type": "string",
            "pattern": "^(0|[1-9][0-9]*)$",
            "description": "Exact integer micro-USDC budget."
          }
        }
      },
      "annotations": {
        "readOnlyHint": false,
        "openWorldHint": true,
        "idempotentHint": false
      },
      "documentationDescription": "Prepare one bounded RSL declaration report quote before AI input, indexing, training or search. This can fetch metadata and consumes quota; it performs no settlement. Keep its claim private."
    }
  ],
  "disabledTools": [
    "acqpath_quote"
  ]
}
