{
  "serverInfo": {
    "name": "ProRanked",
    "version": "1.0.0"
  },
  "description": "ProRanked EV charging platform MCP server — find chargers, start/stop charging sessions, and query CPMS / eMSP / OCPI data.",
  "url": "https://mcp.proranked.com/mcp",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://mcp.proranked.com/mcp"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "authorization": {
    "type": "oauth2",
    "authorization_servers": [
      "https://id.proranked.com"
    ],
    "resource": "https://mcp.proranked.com"
  }
}