Work

Google Maps Platform Code Assist MCP

A hosted MCP service that gives AI coding agents current official Google Maps Platform documentation and samples.

Docs ↗Launch blog ↗

Official Code Assist documentation showing its experimental status, MCP grounding, public sources, and retrieval tools

The goal

Developers increasingly let their agents read the docs for them. When an AI generates wrong Google Maps Platform code, the developer blames the platform, not the model. The goal: make AI coding agents generate correct, current platform code, and turn that field pain into a product surface we could operate and improve.

What shipped

Our team built and shipped Code Assist: an MCP server that grounds AI coding agents in official Google Maps Platform documentation, code samples, and architecture guides through retrieval. I led the strategy and stayed close to the work as we took it from a GitHub alpha to a hosted remote MCP service that works with compatible MCP clients.

With it connected, agents retrieve current official docs instead of relying only on training memory. That gives the agent current API surfaces, code samples, and architecture guidance inside the task.

What I learned

Current documentation is most useful when the agent can retrieve it inside the task, and an eval checks the result.

← All work