{
  "name": "RooAGI MCP Server",
  "description": "A locally run Model Context Protocol server that connects compatible AI agents to RooAGI tools. The website does not expose a remote MCP endpoint.",
  "version": "0.1.1",
  "protocol": "MCP",
  "transport": "stdio",
  "remote_endpoint": null,
  "capabilities": {
    "tools": true,
    "prompts": true,
    "resources": false
  },
  "tools": [
    {
      "name": "RooAGI MCP Server tools",
      "description": "Tools distributed with the RooAGI MCP Server package. Install and run the server locally to make them available to your MCP client."
    }
  ],
  "prompts": [
    {
      "name": "RooAGI MCP Server prompts",
      "description": "Prompts distributed with the RooAGI MCP Server package."
    }
  ],
  "installation": {
    "documentation": "https://rooagi.com/download#mcp-server",
    "downloads": "https://rooagi.com/download",
    "platforms": ["linux-amd64", "linux-arm64", "darwin-arm64", "windows-amd64"]
  },
  "security": {
    "network_access": "local-client-controlled",
    "website_access": "not exposed",
    "authentication": "configured by the local MCP client"
  }
}
