← Back to directory

Fidelity MCP Server (Strider Labs)

Strider Labs · Custody & Clearing

Vendor

Lets agents view Fidelity accounts, positions and holdings across brokerage, IRA and 401(k) custody.

Fidelitycustody401kIRA
Status
Vendor
Auth
OAuth
Hosting
Local
Community rating
Not rated yet
Open documentation →
Rate this server

How to connect Fidelity MCP Server (Strider Labs)

Step 1

Local server — run it on your machine

Fidelity MCP Server (Strider Labs) runs locally over stdio. You need Node.js (for npx) or Python (for uvx) installed, then add the command below to your client's MCP config file.

Command

npx -y @striderlabs/mcp-fidelity

Client config snippet

{
  "mcpServers": {
    "fidelity-mcp-strider": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-fidelity"
      ]
    }
  }
}

Step 2

Authenticate with OAuth

Your client opens a browser sign-in with the vendor. Approve only the scopes you need, and use a read-only account first when the platform offers one.

Step 3

Verify, then widen access

Restart your client, confirm the server's tools appear, and run one read-only question first. Keep client-side approval prompts on for any tool that can write, trade or send. Confirm with your firm's compliance policy before connecting systems holding client data.

Prompts that use this server

Starter prompts from the Practice Stacks that rely on Custody & Clearing.

Funding and transfer-in reconciliation

Confirm the money actually landed and matches expectations.

Onboard a ClientCustody & ClearingBanking & Account Aggregation

Read-only: compare the expected funding for <client name> in CRM against the incoming transfers visible in the custody and account-aggregation tools. Show expected vs. received amounts, dates, account numbers masked to the last four digits, and flag any mismatch or missing transfer. Do not initiate, cancel or modify any transfer or trade. Cite which tool each figure came from so I can spot-check it.

Guardrail · Read-only. Verify figures at the source before they reach a client document.

Allocation drift report

Which accounts have drifted and by how much.

Trade & RebalanceWealth PlatformsCustody & Clearing

Read-only: compare current allocations against target models across my accounts, using the wealth platform for targets and modelled positions and the custodial feed for actual settled holdings and cash. List every position or sleeve drifted beyond <tolerance, e.g. 3%> as Account / Sleeve / Target / Actual / Drift / Estimated trade size, and separately flag any holding or cash balance where the platform and the custodian disagree, since that breaks the drift math. Do not place, stage, cancel or modify any order. Cite the tool behind each figure.

Guardrail · Read-only. Never grant trading scopes to a tool that only needs to report.

Tax-lot and wash-sale check

A flag list before trades are placed.

Trade & RebalanceCustody & ClearingMarket & Financial Data

Read-only: for the proposed sells in <account>, review tax lots at the custodian and flag short-term gains, large realised gains, and any purchase in the last 30 days that could create a wash sale. Then use market-data tools to value each lot at the latest available price and to check for splits, mergers or other corporate actions that would change basis or share count. Output Symbol / Lot / Acquired / Basis / Market value / Gain-loss / Flag / Source. Do not place or modify trades. Tell me where the data may be delayed or incomplete.

Guardrail · Read-only. Confirm lot data with the custodian before acting on it.

Read the full connection guide →