INDIVIDUAL MCP TOOL
submit_integration_retro
Send MapMap a structured integration retro (problems, gotchas, wins, docs gaps).
LIVE ENDPOINT
https://mcp.mapmap.ai/mcp
Connect to this endpoint to inspect the live schema for submit_integration_retro and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sn-mcp]
url = "https://mcp.mapmap.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sn-mcp": {
"type": "http",
"url": "https://mcp.mapmap.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sn-mcp
Remote MCP URL: https://mcp.mapmap.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sn-mcp": {
"url": "https://mcp.mapmap.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sn-mcp": {
"type": "http",
"url": "https://mcp.mapmap.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sn-mcp",
"transport": "streamable-http",
"url": "https://mcp.mapmap.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
cheapest_fuel_along_route— Find the cheapest fuel along a route, with the REAL extra travel time of stopping at each station — never a straight-line guess.check_adr_tunnel— Check whether a vehicle may pass through a tunnel of a given ADR category ("A"–"E").check_clearance_on_route— Measure a vehicle's overhead clearance along a route against surveyed point cloud geometry, wherever survey coverage exists.check_style_contrast— Audit a map style's colour contrast against WCAG 2.create_style— Create a hosted map style.elevation— Sample terrain elevation.geo_area— Area in square metres enclosed by a ring of 3+ coordinates, computed geodesically.geo_bbox— The axis-aligned bounding box enclosing 1+ coordinates, as {min_lat, min_lon, max_lat, max_lon}.