{
  "name": "ONS Server",
  "description": "MCP server for accessing UK Office for National Statistics (ONS) data",
  "version": "1.1.0",
  "package": "@wearelevelai/mcp-ons-server",
  "repository": "https://github.com/wearelevelai/mcp-ons-server",
  "category": "Data & Analytics",
  "tools": [
    {
      "name": "health",
      "description": "Check server and Redis connection status"
    },
    {
      "name": "ons_list_datasets",
      "description": "Lists available ONS datasets with optional keyword search"
    },
    {
      "name": "ons_get_observations",
      "description": "Gets observations from a specific dataset with filtering"
    }
  ],
  "installation": {
    "npm": "npm install -g @wearelevelai/mcp-ons-server",
    "claude_desktop": {
      "mcpServers": {
        "ons-server": {
          "command": "npx",
          "args": ["-y", "@wearelevelai/mcp-ons-server"]
        }
      }
    }
  },
  "tags": [
    "statistics",
    "data",
    "uk",
    "government",
    "analytics"
  ]
} 