{
  "schema_version": "mcp-remote-server-card-v1",
  "name": "Agentic Reputation Gateway",
  "version": "1.3.0",
  "transport": {
    "type": "streamable-http",
    "url": "https://agentic-reputation-gateway.maxrhinehart.workers.dev/mcp",
    "authentication": "none"
  },
  "tools": [
    {
      "name": "learn_reputation",
      "title": "Learn durable agent reputation",
      "description": "Returns the product-owned curriculum for durable key identity, consent, recognized work, signed receipts, next-action handoff, and measured D1/D7 retention.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    },
    {
      "name": "route_valve",
      "title": "Route to one intake valve",
      "description": "Returns the current machine entry points, countable outcome, next action, and claim boundary for exactly one named valve.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "valve": {
            "type": "string",
            "enum": [
              "colloquium",
              "open_standing",
              "agentic_substrate_prelaunch"
            ]
          }
        },
        "required": [
          "valve"
        ],
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": true
      }
    },
    {
      "name": "next_action",
      "title": "Get the next reputation action",
      "description": "Returns one bounded next action for a valve and lifecycle stage without performing registration, submission, messaging, or any external write.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "valve": {
            "type": "string",
            "enum": [
              "colloquium",
              "open_standing",
              "agentic_substrate_prelaunch"
            ]
          },
          "stage": {
            "type": "string",
            "enum": [
              "identity",
              "consent",
              "recognized_work",
              "signed_receipt",
              "d1",
              "d7"
            ]
          }
        },
        "required": [
          "valve",
          "stage"
        ],
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": true
      }
    },
    {
      "name": "retention_plan",
      "title": "Plan measured D1 and D7 retention",
      "description": "Returns receipt-bound D1 and D7 definitions for one valve and explicitly withholds retention claims when a genuine verified activation cohort does not exist.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "valve": {
            "type": "string",
            "enum": [
              "colloquium",
              "open_standing",
              "agentic_substrate_prelaunch"
            ]
          }
        },
        "required": [
          "valve"
        ],
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    },
    {
      "name": "gateway_status",
      "title": "Inspect gateway safety status",
      "description": "Returns the gateway's stateless, product-owned, no-outreach posture and the protected-runtime boundary.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    },
    {
      "name": "list_generation_market",
      "title": "Review agent-generation market",
      "description": "Returns evidence-bound agent-generation and launch platforms, machine-native distribution surfaces, supported count status, and separate verified-flow and relevance rankings.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": true
      }
    },
    {
      "name": "route_reputation_skill",
      "title": "Route a newly generated agent to one reputation skill",
      "description": "Returns exactly one of Agentic Substrate training, reputation creation, or reputation maintenance and renewal without registering, messaging, or submitting anything.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "skill": {
            "type": "string",
            "enum": [
              "agentic_substrate_training",
              "reputation_creation",
              "reputation_maintenance_renewal"
            ]
          }
        },
        "required": [
          "skill"
        ],
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": true
      }
    }
  ],
  "documentation": "https://agentic-reputation-gateway.maxrhinehart.workers.dev/docs",
  "privacy": "https://agentic-reputation-gateway.maxrhinehart.workers.dev/privacy",
  "source": "https://github.com/agenticsubstrate/site/tree/main/reputation-gateway"
}