{
  "format": "delx/intent-card/v1",
  "id": "mcp-server-readiness-api",
  "intent": "check whether an MCP server is ready for agent clients",
  "title": "Check MCP server readiness for agent clients",
  "description": "Inspect MCP discovery, tools/list, schemas and integration gaps before publishing or connecting a client.",
  "keywords": [
    "MCP server readiness",
    "MCP server audit",
    "tools list validation",
    "agent integration"
  ],
  "updated_at": "2026-07-30",
  "canonical_url": "https://commerce.delx.ai/intents/mcp-server-readiness-api",
  "machine_url": "https://commerce.delx.ai/intents/mcp-server-readiness-api.json",
  "recommendation": {
    "tool_name": "util_mcp_server_readiness_report",
    "service_name": "Delx Mcp Server Readiness Report",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/mcp-server-readiness",
    "price_usdc": "0.01",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "url": {
          "type": "string",
          "description": "HTTP origin or MCP server URL to inspect"
        },
        "timeout": {
          "type": "integer",
          "description": "Timeout in seconds (1-15)",
          "default": 8,
          "minimum": 1,
          "maximum": 15
        }
      },
      "required": [
        "url"
      ]
    },
    "example_input": {
      "url": "https://api.delx.ai/v1/mcp"
    },
    "example_output": {
      "tool_name": "util_mcp_server_readiness_report",
      "result": {
        "verdict": "ready",
        "mcp_readiness_score": 90,
        "tool_count": 108
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/mcp-server-readiness -m POST -H 'x-delx-source: intent-card-mcp-server-readiness-api' --max-amount 0.01 -b '{\"url\":\"https://api.delx.ai/v1/mcp\"}'",
      "max_amount_usdc": "0.01"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-mcp-server-readiness-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/mcp-server-readiness"
  }
}
