MCP integration
Ground exposes an MCP server so coding agents can call search, package search, Rover, and related tools using your API key. Usage follows the same rate limits and quotas as the REST API for your account.Endpoint
X-API-Key header with the same gnd_… value—check your client’s docs.
Configure your client
Add a server entry that points at the URL above and forwards your key. Example shape (field names depend on the product):Tools (overview)
Tools map to documented REST capabilities—for example hybrid search, RMH search, on-demand package search, and Rover jobs. Tool names and parameters match what the MCP server publishes in its manifest; refer to the API reference for request semantics and response shapes.Source code
The MCP server implementation lives in the open-source repo undermcp-server/. Build and run it locally only if you are developing Ground; production traffic should use https://api.trygroundai.com/mcp.