Attio for your agents.
Connect Attio once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 8 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Attio.
What agents can do with Attio
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
attio_list_objectsList all objects (lists) in the workspace.
attio_get_objectGet details of an object type by its plural slug (e.g. people, companies).
attio_list_entriesList entries (records) in an object. `object_slug` is the object type (e.g. people).
attio_create_entryCreate a new entry in an object. `object_slug` is the object type. `data` is a JSON object of field values keyed by field slug.
attio_get_entryGet a single entry by its id within an object. Returns all field values.
attio_update_entryUpdate field values on an existing entry. Only send the fields to change.
attio_delete_entryDelete an entry by its id within an object.
attio_list_attributesList all attributes (fields) for an object type, including their types and config.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Go to Attio > Settings > Developer > API Keys.
- Click 'Create API Key', name it (e.g. even-connect).
- Select the scopes needed (read:objects, write:objects, etc.).
- Copy the key; it is shown once.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Attio to Even: call connect_begin("attio") on the even-connect MCP and walk me through it.
List people and company objects in Attio, retrieve all entries from the people list, then create a new deal entry.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.