{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "qrshuffle-public",
    "title": "QRshuffle Public MCP",
    "version": "1.0.0"
  },
  "description": "Public discovery and navigation tools for QRshuffle.",
  "documentationUrl": "https://qrshuffle.com/docs/api",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://qrshuffle.com/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "authentication": {
    "required": false,
    "schemes": []
  },
  "tools": [
    {
      "name": "get_pricing_summary",
      "title": "Get pricing summary",
      "description": "Return a concise summary of QRshuffle pricing options and the pricing page URL.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "get_signup_link",
      "title": "Get signup link",
      "description": "Return the best URL for starting a QRshuffle signup flow.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "get_agent_resources",
      "title": "Get agent resources",
      "description": "Return machine-readable discovery URLs for QRshuffle APIs and agent integrations.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    }
  ],
  "_meta": {
    "origin": "https://qrshuffle.com"
  }
}