Pelias
Rank #33,443co.thinair/geo
Geocoding, truck routing, traffic, weather, and place search via MCP — 11 hosted tools.
Pelias is a Model Context Protocol (MCP) server published by ThinAirTelematics. It ranks #33,443 of 115,460 servers tracked on MCP Toplist. Pelias is listed on Official MCP, with 5 tracked versions. It was first listed on Apr 26, 2026 and most recently updated on May 2, 2026.
Ranks ahead of 82,017 of 115,460 servers on MCP Toplist.
Use Pelias
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http geo https://geo.thinair.co/mcpclaude mcp add --transport http geo https://geo.thinair.co/sse[mcp_servers.geo]
url = "https://geo.thinair.co/mcp"Add to ~/.codex/config.toml.
[mcp_servers.geo]
url = "https://geo.thinair.co/sse"Add to ~/.codex/config.toml.
https://geo.thinair.co/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://geo.thinair.co/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"geo": {
"url": "https://geo.thinair.co/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"geo": {
"url": "https://geo.thinair.co/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"geo": {
"type": "http",
"url": "https://geo.thinair.co/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"geo": {
"type": "http",
"url": "https://geo.thinair.co/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"geo": {
"serverUrl": "https://geo.thinair.co/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"geo": {
"serverUrl": "https://geo.thinair.co/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"geo": {
"url": "https://geo.thinair.co/mcp"
}
}
}{
"mcpServers": {
"geo": {
"url": "https://geo.thinair.co/sse"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/co.thinair%2Fgeo)<a href="https://mcptoplist.com/server/co.thinair%2Fgeo"><img src="https://mcptoplist.com/badge/co.thinair%2Fgeo.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ThinAirTelematics
Other servers by ThinAirTelematics
View all ThinAirTelematics servers →Available versions (5)
| Version | Published |
|---|---|
| 2.1.4 | May 2, 2026 |
| 2.0.6 | Apr 29, 2026 |
| 2.0.5 | Apr 27, 2026 |
| 2.0.3 | Apr 27, 2026 |
| 2.0.2 | Apr 26, 2026 |
Frequently asked questions
- Who maintains Pelias?
- Pelias is maintained by ThinAirTelematics, which publishes 5 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Pelias listed on the Official MCP Registry?
- Yes — Pelias is listed on the Official MCP Registry.
- How many versions does Pelias have?
- MCP Toplist tracks 5 versions of Pelias, most recently published on May 2, 2026.
- Where can I find the source code for Pelias?
- The source code for Pelias is hosted at github.com/ThinAirTelematics/pelias.