wigle-mcp
Allows searching and retrieving details of observed Bluetooth/BLE devices from WiGLE's wardriving database.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@wigle-mcpsearch for open WiFi networks in downtown Seattle"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Get a free API key (Name + Token) at https://wigle.net/account, under "Your API Key".
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-mcpConfiguration
Claude Code
claude mcp add wigle -- uv --directory /path/to/wigle-mcp run wigle-mcpClaude 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"
}
}
}
}Maintenance
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