MCP Server
Connect AI agents to your mapping data.
MCP Keys
Create and manage MCP keys for AI assistant integrations
Loading API keys...
Connection
Paste this into your MCP client config to connect.
Config path:
~/Library/Application Support/Claude/claude_desktop_config.json{
"mcpServers": {
"mapping-travel": {
"command": "npx",
"args": [
"-y",
"mcp-remote@0.1.38",
"https://mcp.mapping.travel/mcp",
"--header",
"X-API-Key:${MT_MCP_KEY}"
],
"env": {
"MT_MCP_KEY": "mt_mcp_live_…"
}
}
}
}