Skip to main content
Glama

wigle-mcp

An MCP server that exposes WiGLE.net wardriving lookups as tools for LLMs.

Tools

  • network_search — search WiGLE's database of observed WiFi networks by SSID, BSSID, location bounding box, country/region/city, or encryption.

  • network_detail — full detail for a single BSSID, including SSID history and recorded sighting locations.

  • bluetooth_search / bluetooth_detail — same, for observed Bluetooth/BLE devices.

  • cell_search / cell_detail — same, for observed cell towers.

  • user_stats — your WiGLE account stats (rank, discovered network counts).

  • site_stats — WiGLE-wide totals (networks, locations, users).

Related MCP server: LLM Researcher

Setup

  1. Get a free API key (Name + Token) at https://wigle.net/account, under "Your API Key".

  2. Provide credentials either via environment variables:

    WIGLE_API_NAME=...
    WIGLE_API_TOKEN=...

    or in ~/.config/wigle-mcp/config.json:

    {"api_name": "...", "api_token": "..."}

Running

uv run wigle-mcp

Configuration

Claude Code

claude mcp add wigle -- uv --directory /path/to/wigle-mcp run wigle-mcp

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "wigle": {
      "command": "uv",
      "args": ["--directory", "/path/to/wigle-mcp", "run", "wigle-mcp"],
      "env": {
        "WIGLE_API_NAME": "your-api-name",
        "WIGLE_API_TOKEN": "your-api-token"
      }
    }
  }
}

Cursor

Add to your .cursor/mcp.json (project-level) or ~/.cursor/mcp.json (global):

{
  "mcpServers": {
    "wigle": {
      "command": "uv",
      "args": ["--directory", "/path/to/wigle-mcp", "run", "wigle-mcp"],
      "env": {
        "WIGLE_API_NAME": "your-api-name",
        "WIGLE_API_TOKEN": "your-api-token"
      }
    }
  }
}
Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/thehappydinoa/wigle-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server