The stack a modern AI-native B2B SaaS startup adopts at Series A or B instead of defaulting to Salesforce or HubSpot. Every layer is API-first, agent-addressable, and assumes the team’s GTM engineers will customize as much as they run off the shelf. The point is not that any single tool wins in isolation — it is that the data moving between them produces a CRM a two-person RevOps team can bend to their motion in an afternoon.
Attio’s 2026 repricing and its hosted MCP server changed the arithmetic of this stack in both directions. Agent access got cheaper — it is now free at every tier — while seats got more expensive, and a second meter appeared on the bill. Both changes are priced below.
How the pieces fit
- Attio is the CRM substrate. API-first, a Notion-like customizable data model, fast UI. It is the source-of-truth database every other tool reads from and writes to. Plus runs $44 per user/month monthly or $35 annual; Pro runs $99 monthly or $79 annual. Pro is where the stack actually lives: custom objects, Call Intelligence, and sequences are all Pro-and-up, and Plus caps the workspace at 10 seats and 5 objects.
- Clay is the data and AI workbench. Same role as in the outbound stack — list-build, enrichment, scoring — with Attio as the CRM destination instead of HubSpot or Salesforce. Clay bills on two independent meters, Data Credits and Actions, and each is a separate slider you size at purchase. Launch starts at $167/month annual for 15,000 actions and 3,000 data credits; Growth starts at $446/month annual for 40,000 actions and 6,000 data credits.
- Claude is the horizontal AI surface. Lead summarization, account research, opportunity-stage validation, QBR prep, activity summarization, plus custom Skills built against Attio’s MCP server. It reads the other tools’ output and turns it into drafts a human edits rather than writes.
- n8n is the deterministic integration layer. A webhook from a form fill fires Clay enrichment, writes to Attio, and posts to Slack — one event, four tools, no model in the path. n8n Cloud is priced in euros and metered on workflow executions: Starter €20/month annual for 2,500 executions, Pro €50/month for 10,000. Self-hosting the Community Edition drops the software cost to zero and trades it for ops time.
- Slack is the operational surface. Lead routing, deal alerts, churn-risk warnings, competitive intel. Most reps work from Slack notifications more than from the CRM UI. Pro is $7.25 per user/month billed annually, Business+ $15.
- Fathom records and summarizes external meetings. Team is $15 per user/month annual with a 2-user minimum, Business $25. CRM sync exists on Free, Premium, and Team but is capped at 3 users per domain — Business is where that cap lifts, and that cap, not the feature list, is what decides the tier for a 10-seat team.
The handoffs that make it a stack
The value is the chain, not the six logos. A form fill hits an n8n webhook, which fires a Clay enrichment run, which writes the finished row into Attio and posts the routed lead to Slack — one event, four tools, no human in the loop. When a rep takes the call, Fathom or Attio Call Intelligence captures it and lands the transcript on the Attio record. Claude then connects to Attio over MCP, reads that transcript plus the account’s activity, and drafts the follow-up, the QBR deck, or the stage-validation note back onto the record.
The MCP hop is what changed in 2026. Claude used to reach Attio through n8n or a hand-built API wrapper, which meant every new question a rep wanted answered was a workflow someone had to build first. Attio’s hosted server at https://mcp.attio.com/mcp authenticates over OAuth with no API keys, exposes 40+ tools across records, lists, notes, tasks, emails, meetings, and read-only SQL, and inherits the operator’s own workspace permissions instead of running through a shared service account. Writes ask for confirmation before they land. Per-workspace limits are 100 reads/second and 25 writes/second. It is available on every plan, Free included.
Why this combination
Salesforce and HubSpot are good CRMs for organizations that already run one. For an AI-native team starting fresh in 2026, both feel heavy — too many features, too many surfaces, too much config to do simple things. Attio inverts the model: ship a clean data model, expose everything via API and MCP, and let the team build the workflow that fits their motion rather than fitting the team to the platform.
The load-bearing reason is that agent access is first-party and free at $0. A team that adopts this stack does not pay a per-agent premium to let Claude read and write its CRM, and does not maintain a wrapper to make it possible. That is a different economic shape than bolting an agent onto a CRM that charges for the privilege, and it is why the stack holds together at seed scale as well as at Series B.
The trade-off is that every integration outside the MCP path is a custom build, not a vendor-supported connector. n8n is the glue that makes that tractable for a team without a large eng org; engineering-heavy teams get the same shape with custom code against Attio’s API. Either way, the stack assumes the CRM is an evolving codebase, not a once-configured purchase.
What it costs
Budget roughly $17K-$50K a year all-in for a 10-25 seat GTM team on annual billing. The arithmetic at each end:
- 10 seats, lean. Attio Pro at $79 is $9,480/year. Clay Launch at $167/month is $2,004. Claude Team standard seats at $20 are $2,400. Fathom Team at $15 is $1,800. Slack Pro at $7.25 is $870. n8n Starter at €20/month is about €240. That lands near $17K.
- 25 seats, heavier. Attio Pro is $23,700, and a 10,000-credit pack at $120/month adds $1,440. Clay Growth is $5,352. Claude Team is $6,000. Fathom Business at $25 is $7,500. Slack Business+ at $15 is $4,500. n8n Pro at €50/month is about €600. That lands near $50K.
Attio’s second meter is the line that surprises people. AI runs on credits in two pools that both reset monthly: seat credits — 100/500/1,000/2,500 per user/month by tier — fund Ask Attio, and workspace credits — 250/1,500/10,000/custom per workspace/month — fund workflows, AI attributes, and any Ask Attio use past a member’s seat allowance. Inside a workflow, data writes and integration blocks cost 1 credit each while triggers, logic, and data lookups are free, so cost tracks how much a run actually does rather than how complex it looks. Extra workspace credits are sold as packs from Plus up: +5,000/month at $70 annual, +10,000 at $120, +25,000 at $260, +50,000 at $475. Free gets no packs at all — when its 250 workspace credits are gone, automation stops until the month turns.
Clay is the other variable line, for a different reason: both of its meters expand independently, so a team that doubles list volume without touching AI enrichment pays on one slider and not the other. Model both against real list sizes before you commit.
The three overlaps you have to resolve
This stack ships with deliberate redundancy. Resolve each one on purpose rather than paying twice by default.
- Fathom vs Attio Call Intelligence. Attio’s Pro-tier recorder overlaps Fathom directly. If everyone who takes calls is already an Attio Pro seat, native recording removes a tool and keeps capture inside the CRM. Keep Fathom when non-CRM users — founders, CS, partners — need recording, when Fathom’s free individual tier covers light users you would otherwise buy Attio seats for, or when its clips, playlists, and cross-call search matter more than consolidation. Do not pay for both across the same seats without a reason you can name.
- Attio agents vs n8n. Attio’s workflow builder ships agent blocks and 20+ pre-built agents covering ICP scoring, lead routing, pre-call briefing, post-call follow-up, and enrichment. Anything that starts and ends inside Attio belongs there — it is cheaper in build time and it inherits workspace permissions. Keep n8n for the cross-system chains where a non-Attio tool sits on both ends, and for anything you need to run deterministically and audit afterward.
- Attio MCP vs a Claude Skill. MCP handles the ad-hoc question a rep asks once. A Skill is worth building when the same question gets asked weekly and the answer has a fixed shape — a QBR deck, a stage-validation note. Building a Skill for a one-off query is the common over-engineering failure here.
Common variations
- Heavy outbound motion. Add Apollo and Outreach — see the outbound stack for the full picture. Trigger: outbound volume outgrows what Clay-into-Attio handles by hand.
- Sales-led with high deal value. Add Gong for conversation intelligence. Fathom and Attio Call Intelligence serve transactional motions; Gong earns its price only at enterprise deal complexity and coaching scale.
- Engineering team that prefers code over n8n. Replace n8n with TypeScript or Python against Attio’s API. Same shape, more control, more maintenance.
- Outgrowing Attio at enterprise scale. When ops complexity exceeds Attio’s data model — multi-business-unit, multi-currency, complex CPQ — migration to Salesforce is the typical path. Plan it as a Series-D event, not a forever choice.
When this stack is the right pick — and when it isn’t
Pick it when you are a founder or RevOps leader at a Series A-B AI-native company, starting CRM fresh, with at least one person who enjoys building workflows rather than filing tickets to an admin. That is its center of gravity.
Skip it if any of these holds. If you already run Salesforce or HubSpot with working process on top, rip-and-replace rarely pays — point Clay and Claude at what you have instead. If nobody on the team will own the n8n and MCP glue, the custom-build assumption breaks and an all-in-one like HubSpot serves you better. And if you need CPQ, multi-currency, or heavy territory management on day one, Attio is the wrong substrate — start where you will end up.
What this stack does NOT replace
- A CPQ for complex pricing — Attio does not pretend to be one.
- An ABM platform — see the ABM stack for that motion.
- A customer success platform at scale — see the customer success expansion stack.
- A marketing automation platform for high-volume nurture — Attio is sales-side, not full GTM.
- A data warehouse. Attio’s read-only SQL answers questions about CRM data; it is not where you join CRM to product usage and billing.