Labsco
MCP SERVER

Attio

by hmk

Look up an Attio company by name, read its record and the notes filed against it, and write a new note back — without opening the CRM.

CRM & Sales PipelineVerified
Summary
The account history you would open Attio for turns up in the conversation, and nothing else in the CRM moves.

The surface is companies and only companies — no people, no deals, no lists — and writing is limited to adding a note, so no field on the record itself can be changed from here. One thing to know before wiring it up: the reads take a uri while the note write takes a companyId, so the identifier you carry between the two calls is not the same one.

What it is

A narrow Attio surface of 4 tools, all of them on companies: search, record, notes, and a note written back.

What you get
  • Companies found by searching on name
  • A company's record read by its uri
  • The notes on a company, paged with limit and offset
  • A new note added to a company with its own title and body
Requirements

ATTIO_API_KEY, and an Attio workspace with companies in it. The reads address a company by uri, which is what search-companies returns; create-company-note addresses it by companyId instead.

Setup effort

One command plus a key — npx attio-mcp-server, then supply credentials