Gives Claude access to the OpenCellID database for looking up cell tower locations worldwide. You can query tower positions by cell ID, MCC, MNC, and LAC codes, which is useful when you're working with mobile network data or building location services that need to map cellular infrastructure. Runs through Pipeworx's gateway, which means you can use their ask_pipeworx tool to query in plain English instead of wrangling API parameters yourself. Requires a free OpenCellID API key. Reach for this when you need to geolocate devices based on cell tower data or analyze cellular network coverage patterns.
OpenCellID MCP — cell tower geolocation database (free with key)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"opencellid": {
"url": "https://gateway.pipeworx.io/opencellid/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Opencellid data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
hovecapital/read-only-local-postgres-mcp-server
cocaxcode/database-mcp
io.github.infoinlet-marketplace/mcp-mysql
io.github.cybeleri/database-admin
io.github.yash-0620/postgres-mcp-secured