Claude for Financial Advisors vs X1 (2026): What Each One Holds
Anthropic's advisor plugin, read from its public source: who it is for, what it connects, what it writes, and where a household-owned record like X1 fits beside it.
By Mat Silverstein · Updated Sep 15, 2026
Claude for Financial Advisors is a plugin Anthropic released on September 14, 2026 for financial professionals, with registered investment advisers as its stated audience. Anthropic's announcement says an Enterprise license is required and points RIAs to Enterprise because it includes audit logs. The plugin bundles eight advisor workflows with connectors to the firm's custodian, portfolio, CRM, planning, and estate systems. It is not a household product, it holds no client data of its own, and the record it works from stays with the firm's systems. X1 is an AI family office the household owns, and it connects to Claude and ChatGPT as its own connector. The two are not substitutes. Claude Enterprise supports admin-added custom connectors, so an advisor's firm can mount both in one workspace; we describe that from the documented setup and did not test the two together for this article.
We read the plugin's public source rather than the press release. Anthropic published it on GitHub under the Apache 2.0 license, so every skill, subagent, and connector address is inspectable. Where the source and the coverage disagree, this page follows the source and says so.
Last reviewed: September 15, 2026.
Who this comparison is for
- An RIA principal or operations lead deciding whether to license Claude Enterprise for the plugin, and what it will and will not replace.
- An advisor who already uses Claude and wants to know what changes when the firm turns the plugin on.
- A household with a complex financial life who read the headlines and wants to know whether any of this is for them.
Key takeaways
- Claude for Financial Advisors is for financial professionals. The plugin's own disclosure says "for financial professional use only," and Anthropic's announcement says an Enterprise license is required and points RIAs to Enterprise because it includes audit logs. There is no household or consumer version.
- It runs eight skills: onboarding, pre-meeting prep, post-meeting notes, compliance review, prospect intake, portfolio rebalance review, an alternatives brief, and an estate and tax brief. Each pulls from connected firm systems and falls back to paste or upload when a system is not connected.
- It holds no record of its own. The plugin's README says it "holds no client data." Meeting notes, tasks, and follow-ups are written back to the firm's CRM, briefs are written to files, and an approved memo can be emailed. Nothing accumulates in a record the household holds.
- Schwab is announced, not live. The source marks the Schwab connector "coming soon," and the skills that need custodial titling data fall back to upload until it lands.
- X1 is the household's own record: entities, documents, decisions, professional handoffs, and confirmed outcomes, with the source behind each fact. It works inside Claude and ChatGPT through its own connector, for households directly and for the professionals they invite.
- The practical pairing, from the documented setup: Claude reads the firm's systems through the plugin, and reads the household's confirmed record through X1, in the same session.
At a glance
| Claude for Financial Advisors | X1 | |
|---|---|---|
| Who uses it | Registered investment advisers and their staff | Complex households, and the advisors, CPAs, attorneys, coaches, and insurance professionals they invite |
| Where it runs | Claude Cowork; Anthropic's announcement says an Enterprise license is required | X1's own app, plus Claude and ChatGPT through the X1 connector |
| What it reads | Firm systems through partner connectors: CRM, portfolio, planning, estate, alternatives, meeting notes, email, files | The household's own documents, entities, connected accounts, policies, decisions, and professional threads |
| What it writes | CRM notes, tasks, opportunities, contacts, and attachments; emails sent after approval; files to Drive; portfolio reports on request; acceptance of BlackRock's terms | Proposals into the household record, each confirmed by an authorized person before it becomes part of the record, with a receipt and a path to revert |
| Who holds the record | The firm's CRM and portfolio systems; the plugin keeps none of its own | The household. It stays with the family when an advisor, firm, or AI model changes |
| Estate check | Compares the estate plan in Wealth.com against account titling and beneficiaries at the custodian and portfolio platforms | Reviews the household's own estate documents with page citations, shows what the packet does and does not confirm about the household's entities, accounts, policies, and beneficiary designations, and prepares questions for the attorney |
| Household access | None. The advisor can share outputs, but the household has no login | Direct. A household can start on its own and invite professionals later |
| Source and maintenance | Public on GitHub, Apache 2.0, described by Anthropic as a reference implementation that is not actively maintained | X1's product, maintained by X1 |
| Price | Claude Enterprise licensing; WealthManagement.com reports a usage-dependent ballpark of $70 to $120 per user per month | Household $97 per month or $997 per year; advisor plans from $499 per month |
What Claude for Financial Advisors is, from the source
The plugin is a set of plain-text instructions, not an application. The repository contains eight skill files, six subagent definitions, a handful of templates, and a manifest of connector addresses. When an advisor runs a skill, Claude reads the instructions, calls whichever connected systems the skill names, and assembles a document or a batch of CRM writes for the advisor to approve.
The eight skills, as the README describes them:
- Onboarding. A guided first run that asks the advisor's role and registration type, learns their tech stack by category, and helps connect each tool.
- Pre-meeting. Builds a client review prep document: snapshot, relationship signals, open items, portfolio review, planning topics, agenda, and talking points.
- Post-meeting. Turns a meeting transcript or summary into a CRM note plus action items and opportunities, shown as one batch for approval.
- Compliance. Pre-checks client-facing material against the SEC Marketing Rule, antifraud rules, books and records, and Reg BI, and produces a findings table, suggested disclosures, and a clean redraft. The skill describes its output as a draft review for the firm's compliance officer, not an approval.
- Prospect intake. Normalizes a prospect's statements into a summary, an analyst handoff, and a what-to-expect memo.
- Portfolio rebalance review. Reviews drift against an IPS or model, maps to a model portfolio, lays out tax-aware rebalance options, and drafts a rationale memo.
- Alts brief. A meeting-ready read on a household's alternative investments from iCapital or Addepar, sized against the liquid book.
- Estate and tax brief. Pulls the estate plan from Wealth.com, the prior-year tax look-back, and the accounts' actual titling and beneficiaries, then flags mismatches.
The connectors bundled in the manifest are Orion and Redtail, Wealth.com, Wealthbox, Addepar, Envestnet Tamarac, Zocks, iCapital, MoneyGuide, and BlackRock Advisor Center, alongside general connectors for Gmail, Google Calendar and Drive, Microsoft 365, Box, Dropbox, Slack, Zoom, FactSet, S&P Global, Morningstar, and Daloopa. Salesforce and Snowflake are listed with empty addresses, to be filled in per firm. Schwab, Vanguard, and SS&C Black Diamond appear in the announcement but not in the manifest; the README marks Schwab "coming soon."
Three design conventions worth knowing, because they show how carefully the workflows are written:
- The skills confirm which household they are working on before pulling anything, and treat a wrong-household pull as a privacy incident rather than a mistake.
- A missing value is written as "pending [source]," never guessed. A section whose system is not connected carries a placeholder sentence instead of being dropped.
- If two connected systems disagree on a material fact, the skill stops and asks the advisor rather than presenting both.
Those are good rules. They are also instructions the model follows, not controls the runtime enforces. The README says so directly: the connector-reading subagents are denied shell and web access, and "the rest" is enforced by the model following instructions plus the advisor's tool-permission prompts.
What it does not do
None of this is a criticism. The plugin does what it says. But the boundaries matter for anyone deciding whether it covers their situation.
- It is not for households. The onboarding flow asks for the advisor's firm and registration type. The disclosure limits use to licensed financial professionals. A household member has no way to use it, and nothing it produces is held in a record the household owns.
- It has no workflow for the other professionals around a household. Onboarding accepts other firm roles without gatekeeping, but the eight skills are advisor workflows. There is no dedicated path for a CPA, an estate attorney, an insurance professional, or a coach. The estate skill's answer to a titling mismatch is to recommend the advisor involve the household's attorney, which is the right answer, but the attorney is outside the tool.
- It keeps no record of its own. Every skill starts from the firm's systems and ends in the firm's CRM, a file, or an approved email. Even a per-household preference, such as which system is the book of record, is something the advisor pastes into their own Claude settings. Memory lives in Wealthbox, Redtail, Salesforce, and Zocks, which is where it lived before.
- It has no household structure. Trusts, entities, and operating businesses appear where a connected system reports them, but there is no graph of what the household owns, through which entity, and who confirmed it.
- It is distributed to Enterprise customers. Anthropic's announcement says the plugin is available through the Cowork plugin browser with an Enterprise license, and points RIAs to Enterprise because it includes audit logs. The source itself is public and can be installed in Claude Code by anyone who wants to read it.
Where X1 fits: the household
X1 is built for the complex household: several entities, a trust or two, property, an operating business, concentrated equity, insurance, and a handful of professionals who each see part of the picture. The household owns the record. Documents go in, X1 proposes facts with the source attached, and a person confirms what becomes part of the record. Decisions, professional handoffs, and confirmed outcomes accumulate there, and the record goes with the family when an advisor changes firms or the family changes assistants.
For a household reading about the plugin, the relevant point is this: the plugin gives your advisor a faster way to prepare from the firm's data, and nothing it produces is held in a record you own. If your financial life spans more than one professional and more than one entity, what is missing is a record you own.
Two X1 capabilities map directly onto the plugin's most valuable skill, the estate and tax brief:
- Estate review. Upload the estate documents you already have. X1 reviews them, cites the page behind each finding, and prepares the questions worth an attorney's time. See the estate plan review checklist for what a review covers.
- Household alignment. Inside that review, X1 shows what the reviewed packet does and does not confirm about the household's own record: its entities, connected accounts, policies, and the beneficiary designations on file. It works by matching the review's cited evidence to those records, not by pulling titling from a custodian, so it is narrower than the plugin's titling comparison and it runs against a record the household confirmed. The review stays with the household.
X1 does not draft legal documents, file taxes, trade, or move money. The attorney and the CPA still do their work. Start with the review checklist, or with one document in a free X1 account.
Where X1 fits: the advisor
For an advisor whose firm licenses the plugin, X1 is the household-side complement, not a competitor for the same seat.
- X1 mounts in the same workspace. Claude Enterprise lets an admin add custom connectors, and X1 publishes its connector address and setup on its connector documentation. The plugin's own onboarding tells advisors how to add a custom MCP server for a tool it does not bundle. X1 is not bundled with the plugin or named in its announcement, and we did not test the two side by side for this article.
- X1 supplies what the firm's systems do not hold. The household's confirmed entities and ownership, the documents the family uploaded, the decisions they recorded, the questions still open with the CPA or the attorney, and what happened after the last meeting. Claude can read those through X1's connector with the same permissions the advisor already has in X1, never wider.
- X1 records the outcome. The plugin's post-meeting skill writes a note and tasks to the CRM. X1's coordination threads and decision record keep the outcome with the household once an authorized person confirms it, so the next review, with any advisor, starts from what was settled.
- X1 serves the rest of the household's team. The CPA, the attorney, and the insurance professional can be invited into the specific work that needs their judgment, with the context attached.
What X1 does not do for an advisor: it is not a portfolio system, a custodian feed, a CRM, or a trading tool. A firm that needs drift analysis against a model or an alts book from iCapital will get that from the plugin and its partners. See X1 for professionals for what the practice workspace covers.
How the two could work together in one session
A proposed evaluation, for an advisor on Claude Enterprise with both connected. This is the documented setup; we did not run it end to end for this article.
- Ask Claude to prep for a client review. The plugin's pre-meeting skill pulls the CRM, the portfolio platform, and Zocks.
- Ask Claude what the household has confirmed since the last review. X1 returns the confirmed changes, open questions, and settled decisions from the household's record, each with its source.
- Run the estate and tax brief. The plugin compares the Wealth.com plan to the custodian's titling. In X1's own estate review, the household alignment section shows what the household confirmed about its entities, policies, and beneficiary designations; that section is read in X1, not through the connector.
- After the meeting, the plugin writes the CRM note and tasks. Through X1, the advisor proposes the decision and the follow-up into the household record, and an authorized person reviews and confirms it in X1.
Each step keeps its owner. The firm keeps its CRM. The household keeps its record.
Pricing, compared honestly
WealthManagement.com reports an Anthropic ballpark of roughly $70 to $120 per user per month, described as usage-dependent. Anthropic has not published a price list. That is a per-seat figure for the advisor's AI, and it does not include the partner systems the plugin reads.
X1's household membership is $97 per month or $997 per year. Advisor plans start at $499 per month and include the advisor workspace and client capacity. A per-seat AI license and a household record are different purchases, and comparing the two numbers as if they bought the same thing misleads in both directions. See X1 pricing for current plans.
Questions to ask before your firm turns it on
- Which of our systems are actually connected today, and which fall back to upload? Ask specifically about Schwab.
- Where does the household's record live after the meeting, and what happens to it if the client leaves the firm?
- Who reviews AI-drafted client communications before they go out, and where is that review recorded?
- Can a client's CPA or attorney see the estate mismatch we found, or does that stay in our CRM?
- What does the client receive, and can they carry it with them?
What this means in the next 30 days
- If you run an RIA on Claude Enterprise: install the plugin, connect the systems you already have, and run the pre-meeting and estate skills on two real households. Note where the data was pending. Then add X1 as a custom connector and run the same two households with the household record in the session.
- If you are an advisor without Enterprise: the source is public. Reading the pre-meeting and estate skills is the fastest way to learn what the packaged experience does before your firm buys it.
- If you are a household: the plugin changes nothing about what you hold. Start your own record with one document, and invite your advisor when there is something worth reviewing together.
Frequently asked questions
Is Claude for Financial Advisors available to individuals or households?
No. The plugin's disclosure limits it to financial professional use, the onboarding flow asks for the advisor's firm and registration type, and Anthropic's announcement says an Enterprise license is required. A household member has no version of it.
Does Claude for Financial Advisors store client data?
The README states the plugin holds no client data. Each skill reads from the firm's connected systems at run time and writes results back to the CRM, to files, or to email that the advisor approves before it is sent. Retention is governed by those systems and by the firm's Claude settings.
Is the Schwab connector live?
As of the September 14, 2026 source, no. The README marks Schwab "coming soon," and the estate and rebalance skills fall back to paste or upload for custodial titling and beneficiary data until it is available.
Can X1 and Claude for Financial Advisors run together?
By the documented setup, yes. Claude Enterprise supports admin-added custom connectors, and X1 is a standard MCP connector. The plugin reads the firm's systems; X1 reads the household's confirmed record. X1 is not bundled with the plugin, and we did not test the two together for this article.
Does X1 replace the plugin for an advisor?
No. X1 is not a portfolio, custodian, or CRM system. An advisor who needs drift analysis, model mapping, or an alternatives book will get that from the plugin and its partner connectors. X1 supplies the household-owned record and the coordination with the household's other professionals.
Does either tool give financial, tax, or legal advice?
No. Anthropic's disclosure says the plugin does not provide investment, legal, or tax advice and that outputs must be reviewed by the professional. X1 is software, not a registered investment adviser, tax preparer, or law firm, and it routes legal and tax judgment to the household's own professionals.
Sources
- Anthropic, "Claude for Financial Advisors," September 14, 2026: https://claude.com/blog/claude-for-financial-advisors
- Anthropic, plugin source on GitHub (README, skills, agents,
.mcp.json), v1.0.0, Apache 2.0: https://github.com/anthropics/claude-for-financial-advisors - Charles Schwab press release, September 14, 2026: https://pressroom.aboutschwab.com/press-releases/press-release/2026/Charles-Schwab-and-Anthropic-to-Bring-Claude-to-Independent-Registered-Investment-Advisors/default.aspx
- WealthManagement.com, "Anthropic Launches Claude for Financial Advisors Tool," September 14, 2026 (pricing estimate and Enterprise availability): https://www.wealthmanagement.com/artificial-intelligence/anthropic-launches-claude-for-financial-advisors
- X1 connector documentation: https://mcp.x1wealth.com/docs
- X1 pricing: https://x1wealth.com/pricing
Methodology
We cloned the public plugin repository on September 15, 2026 and read every skill, subagent, template, and the connector manifest, then compared what the source says against the announcement and press coverage. Connector capabilities are described as the source documents them; we did not authenticate to any partner system, and we did not run the Claude Enterprise custom-connector setup live for this page. X1 capabilities are described from X1's shipped product as of the same date. Anthropic's pricing is a press-reported estimate, not a published price list. We have no affiliate or partner relationship with Anthropic or any of the connector vendors named. X1 Wealth publishes this comparison and is presented with that disclosure.
Compliance note
This comparison is educational. It does not constitute financial, tax, legal, or investment advice, and it does not evaluate the suitability of any tool for a specific firm or household. Product features, availability, and pricing change; verify them with each vendor before deciding. X1 Wealth is software, not a registered investment adviser, broker-dealer, tax preparer, or law firm. Anthropic states that its plugin is for financial professional use only and that its outputs require professional review.
Related: ChatGPT vs Claude for wealth management, best MCP servers for finance, how to use Claude for financial planning safely, FP Alpha vs Wealth.com, and the RIA platform comparison.
Give your Claude a household record to work from.
X1 mounts inside the Claude or ChatGPT workspace your practice already uses and supplies the household's confirmed entities, documents, decisions, and professional handoffs.
ChatGPT vs Claude for Wealth Management: 2026 Verdict
Both handle the easy questions. See how they differ on tax planning, estate review, portfolio analysis, and the ways each can fail.
Why Financial Coaching Without Technology Is Flying Blind
The implementation gap costs coaching clients thousands. Here's why the best financial coaching programs include technology, and what to look for if yours doesn't.