Skip to main content
Footstep MCP server
The Footstep MCP server lets AI agents call routing and geocoding tools directly. It implements the Model Context Protocol, the open standard for connecting LLMs to external tools.

Connect

Point your MCP client at the hosted server. No installation required.
https://mcp.footstep.ai
Pass your API key as a header or in the URL, depending on your client. See the configuration guide for setup examples.
If you prefer to run the server locally, install via npm: npm install -g @footstep/mcp-server or use npx @footstep/mcp-server. See local setup for details.

Supported clients

MCP is an open standard. The Footstep MCP server works with any compatible client:
ClientTypeRemoteLocal
Claude Desktop / CodeAI assistant / CLIYesYes
CursorIDEYesYes
WindsurfIDEYesYes
Cline / ContinueVS Code extensionsYesYes
OpenAI Agents SDKPython frameworkYesYes
Gemini (via LangChain)Python frameworkYesYes
Vercel AI SDKTypeScript frameworkYesYes
Any MCP clientCustom agents, frameworksYesYes

Next steps

Configuration

Set up the MCP server with your client.

Tools

See what tools are available to your agent.