npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@bigdatacloudapi/mcp-server

v1.0.0

Published

BigDataCloud MCP Server — IP Geolocation, Reverse Geocoding, Network, Timezone, Phone/Email Validation and more for AI assistants

Downloads

114

Readme

BigDataCloud MCP Server

An MCP (Model Context Protocol) server that gives AI assistants access to BigDataCloud APIs — IP geolocation, reverse geocoding, network intelligence, timezone, phone/email validation and more.

Why?

Ask your AI assistant to geolocate an IP address, reverse-geocode GPS coordinates, or validate a phone number — and get real, accurate results powered by BigDataCloud's patented IP geolocation technology.

Quick Start

Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "bigdatacloud": {
      "command": "npx",
      "args": ["-y", "@bigdatacloud/mcp-server"],
      "env": {
        "BIGDATACLOUD_API_KEY": "your-api-key-here"
      }
    }
  }
}

Cursor

Add to .cursor/mcp.json in your project:

{
  "mcpServers": {
    "bigdatacloud": {
      "command": "npx",
      "args": ["-y", "@bigdatacloud/mcp-server"],
      "env": {
        "BIGDATACLOUD_API_KEY": "your-api-key-here"
      }
    }
  }
}

VS Code (GitHub Copilot)

Add to your VS Code settings or .vscode/mcp.json:

{
  "mcp": {
    "servers": {
      "bigdatacloud": {
        "command": "npx",
        "args": ["-y", "@bigdatacloud/mcp-server"],
        "env": {
          "BIGDATACLOUD_API_KEY": "your-api-key-here"
        }
      }
    }
  }
}

API Key

Free tier available — most tools work with a free API key:

  1. Sign up at bigdatacloud.com/login
  2. Get your API key from the dashboard
  3. Set the BIGDATACLOUD_API_KEY environment variable

All tools require an API key. The free tier gives you access to every endpoint with generous volume limits.

Available Tools

All Tools (free API key — all endpoints, volume-limited)

| Tool | Description | |------|-------------| | ip-geolocation | IP address → city, region, country, coordinates, ISP | | ip-geolocation-full | Full geolocation + confidence area + hazard report | | ip-geolocation-with-confidence | Geolocation + confidence score + area boundary | | reverse-geocode | Coordinates → detailed address information | | reverse-geocode-with-timezone | Coordinates → address + timezone details | | asn-info | AS number → organisation, country, prefixes | | network-by-ip | IP → BGP prefix, carrier, network type | | country-by-ip | IP → country with detailed country info | | timezone-by-ip | IP → timezone, offset, DST, local time | | timezone-by-location | Coordinates → timezone details | | phone-number-validate | Phone number → country, carrier, line type | | email-verify | Email → format check, domain, MX, disposable status | | user-agent-info | UA string → browser, OS, device, bot detection | | ip-hazard-report | VPN, proxy, Tor, bot, spam threat assessment | | tor-exit-nodes | List active Tor exit nodes with geolocation |

Need more volume? Upgrade your plan.

Example Prompts

Once configured, try asking your AI assistant:

  • "Where is IP address 8.8.8.8 located?"
  • "What's the address at coordinates -34.9285, 138.6007?"
  • "What timezone is 203.0.113.50 in?"
  • "Validate this phone number: +61 4 1234 5678"
  • "Is this email address valid: [email protected]?"
  • "What AS number does 1.1.1.1 belong to?"
  • "Show me the current Tor exit nodes"

About BigDataCloud

BigDataCloud provides next-generation IP geolocation powered by patented technology. Our system continuously collects ground-truth location data and uses proprietary algorithms to deliver industry-leading accuracy — verified daily in our public accuracy report.

  • 🏆 Patented technology — US Patent 11,792,110 B2
  • 📊 Transparent accuracy — public daily benchmark vs. competitors
  • 🌍 Global coverage — IPv4 and IPv6
  • Ultra-fast — edge-deployed flat-file architecture

License

MIT