Query and manage the Attio CRM: search companies and people, read and create records, and browse lists via the v2 API.
60+ deploysclaude mcp add attio --url https://datafaucet.dev/api/mcp/t/attio
Run this command in your terminal · most users connect in under 60s
GET endpoints
attio_list_objects
List the object types in the workspace (companies, people, deals, plus custom objects). Returns each object's api_slug and singular/plural names.
https://api.attio.com/v2/objects
attio_get_record
Get a single record by object and record id. Returns the record's full attribute values.
https://api.attio.com/v2/objects/{object}/records/{record_id}
attio_list_lists
List the CRM lists in the workspace (e.g. sales pipeline, onboarding). Returns each list's id, api_slug, and name.
https://api.attio.com/v2/lists
POST endpoints
attio_list_companies
List company records (most recent first, up to 25). Returns data[] with record id and values (name, domains, description).
https://api.attio.com/v2/objects/companies/records/query
attio_list_people
List people records (up to 25). Returns data[] with record id and values (name, email_addresses, job_title, company).
https://api.attio.com/v2/objects/people/records/query
attio_search_records
Search records of an object by name substring. Pass object (companies/people/deals) and a query string. Returns matching data[] with id and values.
https://api.attio.com/v2/objects/{object}/records/query
attio_create_record
Create a record in an object (e.g. a company or person) with a name value. Returns the created record's id.
https://api.attio.com/v2/objects/{object}/records
Run this in your terminal:
claude mcp add attio https://datafaucet.dev/api/mcp/t/attio
Connect Attio to your AI agent in under 60 seconds. No account required.
{notion_token}) with your real credentialsNeed API keys? Try our free sandbox templates first to see MCP in action with zero setup.
Replace these placeholders with your real values before deploying:
{attio_token}API settings page{name}Your value{object}Your value{query}Your value{record_id}Resource identifierPreview:
GET https://api.attio.com/v2/objects Authorization: Bearer {attio_token}
claude mcp add attio --url https://datafaucet.dev/api/mcp/t/attioWhat your AI agent sees
I have access to 7 tools from Attio: attio_list_objects, attio_list_companies, attio_list_people, and 4 more.
“List the object types in the workspace (companies, people, deals, plus custom objects). Returns each object's api_slug and singular/plural names.”
Calling attio_list_objects... Done. Here are the results.
Try these prompts
“Find all companies in my CRM with 'acme' in the name”
Copy“Create a new person record for Jane Doe”
Copy“List the most recent 25 people and their job titles”
CopyClick any prompt to copy, then paste into your AI client.