Attio Tools

Customer Relation

Attio is a modern CRM platform that helps teams manage relationships, track deals, and organize customer data. Use it to manage contacts, companies, deals, tasks, notes, and more with a flexible object-based data model.

This MCP Bundle Server is compatible with any MCP client including Claude Desktop, Cursor, and other Model Context Protocol implementations.

59 tools

Tools in this Bundle (59)

Attio Assert List Entry

Global
v1.0.0

Assert a list entry by parent record: if the record already exists in the list, update it; otherwise add it. Idempotent upsert for list entries.

Attio Assert Record

Global
v1.0.0

Assert a record: find by matching attribute and update, or create if not found. This is the idempotent upsert — safer than separate create/update when...

Attio Create Attribute

Global
v1.0.0

Create a new attribute (field/column) on an object or list. Supports text, number, select, status, currency, date, and many other types.

Attio Create Comment

Global
v1.0.0

Create a comment on a record or reply to an existing thread. Use thread_id to reply, or record_id + object to start a new thread. Workspace members ca...

Attio Create List

Global
v1.0.0

Create a new list (pipeline/board) in your Attio workspace. Lists contain entries that reference records. After creating, add attributes with create_a...

Attio Create Note

Global
v1.0.0

Create a new note on a record. Notes cannot be edited after creation — to change a note, delete it and create a new one. Returns the created note.

Attio Create Object

Global
v1.0.0

Create a new custom object type in your Attio workspace. Objects define data models (like people, companies, or custom types). After creating, add att...

Attio Create Select Option

Global
v1.0.0

Create a new option for a select-type attribute. Use list_select_options to see existing options first.

Attio Create Status

Global
v1.0.0

Create a new status for a status-type attribute (pipeline stage). Use list_statuses to see existing statuses first.

Attio Create Webhook

Global
v1.0.0

Create a webhook with one or more event subscriptions. target_url must be HTTPS. Each subscription requires event_type and filter (null for no filter,...

Attio Delete Comment

Global
v1.0.0

Delete a comment permanently. CAUTION: This action cannot be undone.

Attio Delete List Entry

Global
v1.0.0

Delete a list entry permanently. CAUTION: This action cannot be undone. All entry data will be permanently removed.

Attio Delete Note

Global
v1.0.0

Delete a note permanently. CAUTION: This action cannot be undone. All note data will be permanently removed.

Attio Delete Record

Global
v1.0.0

Delete a record permanently. CAUTION: This action cannot be undone. All record data, relationships, and associated entries will be permanently removed...

Attio Delete Task

Global
v1.0.0

Delete a task permanently. CAUTION: This action cannot be undone. All task data will be permanently removed.

Attio Delete Webhook

Global
v1.0.0

Delete a webhook permanently. CAUTION: This cannot be undone.

Attio Fetch List

Global
v1.0.0

Fetch detailed configuration for a specific list. Returns list metadata including attributes, relationships, and configuration. Use this to understand...

Attio Fetch List Entry

Global
v1.0.0

Fetch detailed information for a specific list entry. Returns all entry attributes, relationships, and metadata.

Attio Fetch Note

Global
v1.0.0

Fetch detailed information for a specific note. Returns all note attributes including title, content (rich text), and linked record.

Attio Fetch Object

Global
v1.0.0

Fetch detailed configuration for a specific object. Returns object metadata including attributes, relationships, and configuration. Use this to unders...

Attio Fetch Record

Global
v1.0.0

Fetch detailed information for a specific record. Returns all record attributes, relationships, and metadata. Use this to get complete details about a...

Attio Fetch Task

Global
v1.0.0

Fetch detailed information for a specific task. Returns all task attributes including title, description, status, due date, assignments, and linked re...

Attio Fetch Workspace Member

Global
v1.0.0

Fetch detailed information for a specific workspace member. Returns member details including name, email, roles, and permissions.

Attio Find Or Create Meeting

Global
v1.0.0

Find an existing meeting or create a new one. If a calendar_url is provided and matches an existing meeting, returns that meeting. Otherwise creates a...

Attio Get Attribute

Global
v1.0.0

Get detailed configuration for a specific attribute including type, options, and validation rules.

Attio Get Call Recording

Global
v1.0.0

Get a single call recording by ID. Returns recording details including status, web URL, and creation metadata.

Attio Get Call Transcript

Global
v1.0.0

Get the transcript for a call recording. Returns timestamped speech segments with speaker names. Each segment includes the spoken text, start/end time...

Attio Get Comment

Global
v1.0.0

Get a specific comment by ID. Returns the comment content, author, thread, and metadata.

Attio Get Meeting

Global
v1.0.0

Get a specific meeting by ID. Returns full meeting details including title, description, time, participants, and linked records.

Attio Get Self

Global
v1.0.0

Get information about the authenticated user and workspace. Returns user details, workspace information, and authentication status. Use this to verify...

Attio Get Thread

Global
v1.0.0

Get a specific thread by ID. Returns the thread with all its comments.

Attio Get Webhook

Global
v1.0.0

Get details of a specific webhook by ID.

Attio List Attributes

Global
v1.0.0

List attributes (fields/columns) for an object or list. Use this to understand the schema before creating records or filtering. Returns attribute name...

Attio List Call Recordings

Global
v1.0.0

List all call recordings for a meeting. Returns recording IDs, status (processing/completed/failed), web URLs, and creation metadata. Use get_call_tra...

Attio List Entry Attr Values

Global
v1.0.0

List values for a specific attribute on a list entry. Useful for reading individual fields on pipeline entries.

Attio List List Entries

Global
v1.0.0

List entries in a specific list. Entries reference records and contain their own attribute values. Returns entries with their attributes and metadata.

Attio List Lists

Global
v1.0.0

List all lists in your Attio workspace. Lists are used to model processes and contain entries that reference records. Returns list metadata including ...

Attio List Meetings

Global
v1.0.0

List meetings with optional filtering by linked record, participants, or date range. Returns meeting details including title, time, participants, and ...

Attio List Notes

Global
v1.0.0

List all notes in your Attio workspace. Notes are rich text documents that reference a single parent record. Returns note details including title, con...

Attio List Objects

Global
v1.0.0

List all objects configured in your Attio workspace. Objects are data models like people, companies, deals, or custom objects. Returns object metadata...

Attio List Record Attr Values

Global
v1.0.0

List values for a specific attribute on a record. Useful for reading individual fields, especially multiselect or historical values.

Attio List Record Entries

Global
v1.0.0

List all list entries that a record appears in. Shows which lists/pipelines a person, company, or deal is part of.

Attio List Records

Global
v1.0.0

List records for a specific object type (e.g., people, companies, deals). Returns records with their attributes and metadata. Use filters to narrow re...

Attio List Select Options

Global
v1.0.0

List all select options for a select-type attribute. Use this to discover valid values before setting select fields on records or entries.

Attio List Statuses

Global
v1.0.0

List all statuses for a status-type attribute. Use this to discover valid status values for pipeline/workflow stages.

Attio List Tasks

Global
v1.0.0

List all tasks in your Attio workspace. Tasks are actionable items with references to linked records and assigned workspace members. Returns task deta...

Attio List Threads

Global
v1.0.0

List comment threads on a record or list entry. Returns threads with their comments and metadata.

Attio List Webhooks

Global
v1.0.0

List all webhooks configured in your Attio workspace.

Attio List Workspace Members

Global
v1.0.0

List all workspace members. Workspace members are users with access to the workspace. Returns member details including name, email, and roles.

Attio Search Records

Global
v1.0.0

Search records across all objects using Attio's native search endpoint. Returns matching records from people, companies, deals, and custom objects. Us...

Attio Update Attribute

Global
v1.0.0

Update an existing attribute's title, description, slug, or settings (required, unique, multiselect, archived).

Attio Update List

Global
v1.0.0

Update an existing list's name, slug, or access permissions.

Attio Update Object

Global
v1.0.0

Update a custom object's name or slug.

Attio Update Select Option

Global
v1.0.0

Update a select option's title or archive it. Use list_select_options to find option IDs.

Attio Update Status

Global
v1.0.0

Update a status's title, celebration effect, target time, or archive it. Use list_statuses to find status IDs.

Attio Update Webhook

Global
v1.0.0

Update a webhook's target URL or event subscriptions. Subscriptions are fully replaced when provided.

Attio Upsert List Entry

Global
v1.0.0

Create a new list entry or update an existing entry. If entry_id is provided, updates the entry with specified fields. If omitted, creates a new entry...

Attio Upsert Record

Global
v1.0.0

Create a new record or update an existing record. If record_id is provided, updates the record with specified fields (partial update). If omitted, cre...

Attio Upsert Task

Global
v1.0.0

Create a new task or update an existing task. If task_id is provided, updates the task with specified fields. If omitted, creates a new task. Returns ...

Required Providers (1)

Attio

Customer Relations
Attio is a modern CRM platform that helps teams manage relationships, track deals, and organize customer data. Use it...

Setup Instructions

Connect this Attio Tools MCP Bundle Server to any MCP client in minutes

Compatible with Claude Desktop, Cursor, and all Model Context Protocol clients

https://mcp.mcpbundles.com/bundle/attio

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

⚡ Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Attio Tools?

Get started with this MCP Bundle Server and connect it to your MCP client

Attio Tools MCP Bundle Server - MCP Bundles • MCP Bundles