<- Back to Directory
A
Sales Engagement
Attio
Next-generation CRM with a powerful, flexible API.
About Attio
Attio is a modern CRM that exposes a comprehensive REST API for managing contacts, companies, deals, and custom objects. The API supports complex filtering, real-time webhooks, and full CRUD on all data models. Attio also offers an official MCP server, making it one of the first CRMs to support the Model Context Protocol for AI-powered integrations.
Technical Details
API Type
REST
Authentication
OAuth2 / Bearer Token
Pricing Tier
Paid Only
SDK Languages
N/A
Webhooks
No
MCP Setup
{
"mcpServers": {
"attio": {
"command": "npx",
"args": ["-y", "@attio/mcp-server"],
"env": {
"ATTIO_ACCESS_TOKEN": "YOUR_TOKEN"
}
}
}
}