Google Slides
A presentation builder for creating and collaborating on slide decks.
https://slides.googleapis.com
https://slidesmcp.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 Slides account this connection is authenticated as. The Slides API host serves no identity endpoint, so this calls Google's shared userinfo endpoint and requires the openid or userinfo.profile scope.
