Notion
A workspace for notes, docs, and knowledge management across teams.
https://api.notion.com
https://mcp.notion.com/mcp
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 Notion account this connection is authenticated as. Internal integrations resolve to the bot user; the authorizing person is read from the bot owner when present.
