{
"mcpServers": {
"bridgeft-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 1 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
MCP (Model Context Protocol) server for the BridgeFT WealthTech API. Gives Claude Code direct access to BridgeFT data — accounts, positions, transactions, balances, performance, AUM, securities, households, billing, and more.
cd ~/workspace/bridgeft
go build -o bridgeft-mcp .
Add to your ~/.claude/settings.json (or project .claude/settings.json):
{
"mcpServers": {
"bridgeft": {
"command": "/Users/<username>/<workspace>/bridgeft/bridgeft-mcp"
}
}
}
Optionally override the base URL:
{
"mcpServers": {
"bridgeft": {
"command": "/Users/<username>/<workspace>/bridgeft/bridgeft-mcp",
"env": {
"BRIDGEFT_BASE_URL": "https://your-custom-endpoint.com/v2"
}
}
}
}
list_accounts — List all accounts (paginated)get_account — Get account by IDfilter_accounts — Filter accounts by criterialist_related_persons — List account holders, beneficiaries, trusteesfilter_related_persons — Filter related personslist_positions / get_position / filter_positions / latest_positionslist_transactions / get_transaction / filter_transactions / latest_transactionslist_balances / get_balance / filter_balances / latest_balanceslist_lots / get_lot / filter_lots / latest_lotslist_realized_gains / filter_realized_gains / latest_realized_gainslist_securities — List all securitiesget_security — Get security by IDfilter_securities — Filter securitiessearch_securities — Search by ticker/nameaccount_performance — Account returns (TWR/MWR)household_performance — Household-level performancebenchmark_performance — Benchmark comparison datalist_aum — Firm-wide AUMaum_by_account — AUM by accountaum_by_household — AUM by householdlist_households / get_household / filter_households / create_household / remap_householdslist_benchmarks / get_benchmark / filter_benchmarkslist_asset_classifications / filter_asset_classificationslist_target_allocations / filter_target_allocationslist_printable_reports / filter_printable_reportsrun_web_reportlist_models / get_modellist_strategies / get_strategylist_billing_groups / list_fee_structureslist_invoices / filter_invoiceslist_billing_reportslist_jobs / get_job — Background job statusaccount_summary_status — Data feed healthsource_data_status — Processing pipeline statuslist_indexes / filter_indexes — IDC market indexeslist_advisor_codes — Firm advisor/rep codesapi_request — Raw request to any endpoint (method, path, body, query)Once configured, ask Claude Code:
"List my BridgeFT accounts"
"Show latest positions for account 12345"
"What's the performance of account 67890 from 2025-01-01 to 2025-12-31?"
"Search for securities matching 'AAPL'"
"Filter transactions for account 12345 with type 'BUY'"
Claude Code ←(stdio/JSON-RPC)→ bridgeft-mcp ←(HTTPS/REST)→ BridgeFT API
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Hash-verified file editing MCP server with token efficiency hook. 11 tools for AI coding agents.
MCP Security Weekly
Get CVE alerts and security updates for Bridgeft Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.