This server wraps TomTom's Search and Routing APIs, giving you location search and route calculation through the MCP protocol. It's hosted via Pipeworx's gateway infrastructure, which means you can drop in a single URL and start querying without managing your own server process. The setup supports a plain English ask_pipeworx interface that automatically maps questions to the right API calls, so you can ask for directions or location lookups without constructing tool calls manually. Useful when you're building location aware features into Claude workflows and want turnkey access to TomTom's mapping data. The source doesn't list individual tools, but given the API coverage you're looking at fuzzy search, geocoding, and turn by turn routing at minimum.
TomTom MCP — wraps the TomTom Search & Routing APIs (api.tomtom.com)
Part of Pipeworx — an MCP gateway connecting AI agents to 744+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"tomtom": {
"url": "https://gateway.pipeworx.io/tomtom/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 744+ 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 Tomtom data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp