Attio MCP Integration

Connect Attio to AI assistants using Model Context Protocol

Available Tools

Clear Auth Session Tokens
Clears the current Attio OAuth tokens from the session. Use this when the user wants to switch to a different Attio account. Your user session remains active. After clearing, the next Attio tool call will trigger a new authentication flow.
Create Comment
Creates a new comment related only to an existing thread, record, or entry. Email addresses of workspace members in the content will trigger notifications. Required scopes: comment:read-write, plus object_configuration:read and record_permission:read for record comments, or list_configuration:read and list_entry:read for entry comments.
Create Company Record
Creates a new company record. This endpoint will throw on conflicts of unique attributes like domains. Required scopes: record_permission:read-write, object_configuration:read.
Create Deal Record
Creates a new deal record. This endpoint will throw on conflicts of unique attributes, if defined. Required scopes: record_permission:read-write, object_configuration:read.
Create Note
Creates a new note for a given record. Required scopes: note:read-write, object_configuration:read, record_permission:read.
Create Person Record
Creates a new person record. This endpoint will throw on conflicts of unique attributes like email_addresses. Required scopes: record_permission:read-write, object_configuration:read.
Create User Record
Creates a new user record. This endpoint will throw on conflicts of unique attributes, like primary_email_address. If you would prefer to update user records on conflicts, please use the Assert user record endpoint instead. Required scopes: record_permission:read-write, object_configuration:read.
Create Workspace Record
Creates a new workspace record. This endpoint will throw on conflicts of unique attributes, like workspace_id. If you would prefer to update workspace records on conflicts, please use the Assert workspace record endpoint instead. Required scopes: record_permission:read-write, object_configuration:read.
Delete Comment
Deletes a comment by ID. If deleting a comment at the head of a thread, all messages in the thread are also deleted. Required scopes: comment:read-write.
Delete Company Record
Deletes a single company record by ID. Required scopes: object_configuration:read, record_permission:read-write.
Showing 1 to 10 of 67 tools