bigdatacloud-mcp-server

bigdatacloudapi/bigdatacloud-mcp-server
★ 0 stars JavaScript 🤖 AI/LLM Updated 1mo ago
BigDataCloud MCP Server — IP Geolocation, Reverse Geocoding & more for AI assistants
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bigdatacloud-mcp-ser": {
      "command": "npx",
      "args": [
        "-y",
        "bigdatacloudapi/bigdatacloud-mcp-server"
      ]
    }
  }
}