MCP Directory

stadiamaps/stadiamaps-mcp-server-ts

GitHub
Web Utilities

A MCP server for Stadia Maps' Location APIs - Lookup addresses, places with geocoding, find time zones, create routes and static maps

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y stadiamaps-mcp-server-ts

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from stadiamaps/stadiamaps-mcp-server-ts your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "stadiamaps-mcp-server-ts": {
      "command": "npx",
      "args": [
        "-y",
        "stadiamaps-mcp-server-ts"
      ]
    }
  }
}

Route stadiamaps/stadiamaps-mcp-server-ts intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add stadiamaps-mcp-server-ts

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use stadiamaps/stadiamaps-mcp-server-ts directly without routing

npx -y stadiamaps-mcp-server-ts

New to Agent-CoreX? View setup guide →

stadiamaps/stadiamaps-mcp-server-ts MCP Server — Agent-CoreX