What is the co.thinair/geo MCP server?
Geocoding, truck routing, traffic, weather, and place search via MCP — 11 hosted tools.
How to install co.thinair/geo
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationrequiredsecretPaste `Bearer ta_live_...` (or `Bearer ta_trial_...`). Get a free key — 15 req/day, no card — at https://geo.thinair.co/connect.
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"geo": {
"url": "https://geo.thinair.co/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"geo": {
"serverUrl": "https://geo.thinair.co/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"geo": {
"type": "http",
"url": "https://geo.thinair.co/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"geo": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://geo.thinair.co/mcp"
]
}
}
}Claude Code
claude mcp add --transport http geo https://geo.thinair.co/mcpRelated MCP servers
Read-only PostgreSQL, MySQL, SQL Server access via MCP — 24 dialect-aware hosted tools.