{
  "name": "smry-public-reader",
  "kind": "product",
  "description": "Read and search exact public sources as clean text with stable paragraph citations.",
  "icon": "https://smry.ai/icon.png",
  "url": "https://r.smry.ai/mcp",
  "registryUrl": "https://smithery.ai/servers/miryaboy/smry-public-reader",
  "registryUrls": [
    "https://smithery.ai/servers/miryaboy/smry-public-reader",
    "https://registry.modelcontextprotocol.io/?q=ai.smry.r%2Fsmry-product"
  ],
  "transport": "streamable-http",
  "capabilities": {
    "tools": true,
    "resources": false
  },
  "tools": [
    {
      "name": "read_public_source",
      "description": "Read or search one exact public source URL with stable paragraph anchors."
    }
  ],
  "resources": [],
  "mcpServers": {
    "smry-public-reader": {
      "type": "streamable-http",
      "url": "https://r.smry.ai/mcp",
      "authentication": {
        "type": "none"
      }
    },
    "smry-reader-docs": {
      "type": "streamable-http",
      "url": "https://r.smry.ai/docs/mcp",
      "authentication": {
        "type": "none"
      }
    },
    "smry-account": {
      "type": "streamable-http",
      "url": "https://api.smry.ai/mcp",
      "authentication": {
        "type": "oauth2",
        "protectedResourceMetadata": "https://api.smry.ai/.well-known/oauth-protected-resource/mcp"
      }
    }
  }
}
