Google Docs
A cloud-based word processor for creating, editing, and collaborating on documents.
https://docs.googleapis.com
https://docsmcp.googleapis.com/mcp/v1
Agent
const bundleup = new BundleUp('Zw7Lt7...');
const mcp = bundleup.mcp('conn_abc123').connect();
const tools = await mcp.listTools(); Proxy
const bundleup = new BundleUp('Zw7Lt7...');
const proxy = bundleup.proxy('conn_abc123');
const response = await proxy.get('/[...]');Unified MCP Tools
No Unified MCP tools available.
Unified API Endpoints
/me
Retrieve the Google Docs account this connection is authenticated as. The Docs API host serves no identity endpoint, so this calls Google's shared userinfo endpoint and requires the openid or userinfo.profile scope.
