{
  "name": "Averray MCP endpoint",
  "type": "mcp_protocol_endpoint",
  "description": "This is an MCP protocol endpoint, not a browser page.",
  "transport": "streamable_http",
  "connect": {
    "url": "https://api.averray.com/mcp",
    "clientConfig": {
      "mcpServers": {
        "averray": {
          "transport": "streamable-http",
          "url": "https://api.averray.com/mcp"
        }
      }
    }
  },
  "install": {
    "npm": {
      "package": "@averray/mcp",
      "command": "npx -y @averray/mcp",
      "description": "Stdio bridge for clients that cannot connect to Streamable HTTP directly."
    },
    "cursor": {
      "deeplink": "cursor://anysphere.cursor-deeplink/mcp/install?name=averray&config=eyJ1cmwiOiJodHRwczovL2FwaS5hdmVycmF5LmNvbS9tY3AifQ%3D%3D",
      "clientConfig": {
        "mcpServers": {
          "averray": {
            "url": "https://api.averray.com/mcp"
          }
        }
      }
    },
    "claudeCode": {
      "command": "claude mcp add --transport http averray https://api.averray.com/mcp"
    },
    "claudeDesktop": {
      "clientConfig": {
        "mcpServers": {
          "averray": {
            "command": "npx",
            "args": [
              "-y",
              "@averray/mcp"
            ]
          }
        }
      }
    }
  },
  "plainHttpAlternative": {
    "method": "GET",
    "path": "/verify/profiles",
    "url": "https://api.averray.com/verify/profiles",
    "description": "Browse the published verification profiles over plain HTTP."
  }
}