Google Sheets
A collaborative spreadsheet tool for analyzing data and building reports.
https://sheets.googleapis.com
https://sheetsmcp.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 Sheets account this connection is authenticated as. The Sheets API host serves no identity endpoint, so this calls Google's shared userinfo endpoint and requires the openid or userinfo.profile scope.
