@striderlabs/mcp-usaa
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@striderlabs/mcp-usaaCheck my account balances"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@striderlabs/mcp-usaa
USAA banking and insurance connector for personal AI agents.
Enables AI assistants to manage your USAA accounts — check balances, view transactions, transfer funds, pay bills, manage insurance policies, file claims, access investments, and more — all through the Model Context Protocol.
Features
Banking — Account balances, transaction history, fund transfers, bill pay, mobile check deposit
Insurance — View policies (auto, home, renters, life), file claims, track claim status
Investments — Brokerage, IRA, and 529 account access with holdings
Credit Cards — Balances, available credit, payment info, transaction history
Loans — Auto, personal, mortgage, and VA loan balances and payment details
Session Persistence — Login once, sessions saved to
~/.strider/usaa/
Related MCP server: Accounting MCP
Installation
npm install -g @striderlabs/mcp-usaaInstall the browser (required for automation):
npx patchright install chromiumMCP Client Configuration
Claude Desktop
Add to your ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"usaa": {
"command": "striderlabs-mcp-usaa"
}
}
}Other MCP Clients
{
"mcpServers": {
"usaa": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-usaa"]
}
}
}Available Tools
Authentication
Tool | Description |
| Check current login status |
| Open browser to USAA login page |
| Save session after manual login |
| Clear session and log out |
Banking
Tool | Description |
| All account balances (checking, savings, money market) |
| Transaction history for an account |
| Transfer between accounts (requires |
| Pay a bill via Bill Pay (requires |
| Deposit a check image (requires |
Insurance
Tool | Description |
| All policies (auto, home, renters, life, etc.) |
| File a new insurance claim (requires |
| Status of existing claims |
Investments
Tool | Description |
| Brokerage, IRA, 529 accounts with holdings |
Credit Cards
Tool | Description |
| All cards with balances and payment info |
| Transaction history for a card |
Loans
Tool | Description |
| All loans with balances and payment details |
Usage Examples
Check balances
"What are my USAA account balances?"
→ calls usaa_get_account_balancesTransfer money
"Transfer $500 from my checking to savings"
→ calls usaa_transfer_funds with confirm=trueFile a claim
"File an auto insurance claim for a fender bender on March 10th"
→ calls usaa_file_claim with confirm=trueCheck investments
"How are my USAA investments doing?"
→ calls usaa_get_investment_accountsAuthentication Flow
USAA uses multi-factor authentication, so login is browser-assisted:
Call
usaa_login— a browser window opens to USAA's login pageComplete login manually in the browser (username, password, MFA code)
Call
usaa_confirm_login— session cookies are saved to~/.strider/usaa/All subsequent calls use the saved session automatically
Sessions persist until they expire or you call usaa_logout.
Safety & Confirmation
Destructive or financial operations require explicit confirmation:
usaa_transfer_funds— requiresconfirm: trueusaa_pay_bill— requiresconfirm: trueusaa_mobile_deposit— requiresconfirm: trueusaa_file_claim— requiresconfirm: true
Calling without confirm: true returns a preview of the action without executing it.
Technical Details
Built on Patchright (stealth Playwright fork) for browser automation
Runs headful Chrome to handle USAA's bot detection and MFA
Session data stored in
~/.strider/usaa/(auth.json + session.json)Communicates with MCP clients via stdio transport
Limitations
Manual login required — USAA's security requires human-in-the-loop for initial authentication
MFA required — Must complete MFA in the browser window during login
Session expiry — USAA sessions expire; re-login will be needed periodically
DOM-dependent — Selectors may need updates if USAA changes their web UI
Troubleshooting
"Not logged in" errors
→ Call usaa_login, complete login in the browser, then usaa_confirm_login
"Timeout" errors → USAA's site may be slow or your session expired. Try re-logging in.
"net::ERR_" errors → Check your internet connection. USAA may be temporarily unavailable.
Browser doesn't open
→ Run npx patchright install chromium to install the browser
Development
git clone https://github.com/striderlabs/mcp-usaa
cd mcp-usaa
npm install
npm run build
npm startLicense
MIT — See LICENSE
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/markswendsen-code/mcp-usaa'
If you have feedback or need assistance with the MCP directory API, please join our Discord server