Attio
A modern CRM for managing people, companies, and relationships with flexible, data-driven workflows.
https://api.attio.com
https://mcp.attio.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
me
Get the Attio account the connection is authenticated as.
companies
Retrieve a list of companies from Attio.
contacts
Retrieve a list of contacts from Attio.
Unified API Endpoints
/me
Retrieve the Attio account this connection is authenticated as. Attio authorizes per workspace, so the name and avatar describe the workspace rather than the member.
/crm/companies
Retrieve a list of companies from Attio.
/crm/contacts
Retrieve a list of contacts from Attio.
