Overview
CoreSpeed connects AI agents and automated workflows to your Attio workspace through an OAuth connector. Agents use the MCP interface hosted by CoreSpeed; CoreSpeed then calls Attio's REST API with the workspace permissions you authorize. This app does not register an MCP server with Attio or add an MCP endpoint to Ask Attio. Use the connector to discover CRM objects and lists, look up workspace members, find records, and create or update records in existing objects.
How it works
Connect an Attio workspace in CoreSpeed, then use its seven Attio tools from a CoreSpeed-connected agent.
Read CRM context: list_objects discovers available objects, including people, companies, and custom objects; list_lists reads list definitions; query_records and get_record retrieve records from the object you specify. Listing lists does not read or modify list entries.
Look up teammates: list_workspace_members reads the workspace member directory, including member names, email addresses, and IDs. An agent can answer who belongs to the workspace or resolve a member ID to a person. This feature requires user_management:read; it does not invite members or change their access.
Write CRM records: create_record creates a record in an existing object, and update_record changes the supplied attributes on an existing record. Object configuration and list configuration are read-only.
Data flows from the agent through CoreSpeed to Attio. Attio returns the requested data through CoreSpeed to the agent. Writes send the requested record values in the opposite direction. These are tool-triggered requests, not an automatic background sync.
Configure
-
Sign in to CoreSpeed and open Connectors > Attio at https://app.corespeed.io/connectors/attio.
-
Choose Connect (or Add under Accounts if you already have a connection), then choose the account visibility offered by CoreSpeed.
-
Sign in to Attio, select the workspace, and review the requested access: records read-write, object configuration read, list configuration read, and user management read. Approve the OAuth request to return to CoreSpeed.
-
Confirm the connected workspace/account and note its alias in CoreSpeed. For a private connection, use the same CoreSpeed user and organization in your agent.
-
Connect your MCP-compatible agent to CoreSpeed using the CoreSpeed client setup guide. The MCP endpoint is hosted by CoreSpeed, not Attio. Ask the agent to list Attio objects or look up workspace members, then query records or request a specific create/update action.
-
Manage, reconnect, or disconnect the Attio account from its CoreSpeed connector page.
See the Attio-specific documentation below for tool behavior, permissions, and data flow.