Google Drive
A cloud storage service for storing, sharing, and organizing files.
https://www.googleapis.com/drive
https://drivemcp.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
me
Get the Google Drive account the connection is authenticated as.
files
Retrieve a list of files from Google Drive.
Unified API Endpoints
/me
Retrieve the Google Drive account this connection is authenticated as.
/drive/files
Retrieve a list of files from Google Drive.
