AdvisorFinder MCP Server
This server provides AI assistants with access to SEC-registered financial advisor data for searching, looking up profiles, risk assessment, and more. It integrates with MCP-compatible clients like Claude Desktop, allowing natural language queries without initially requiring CRD numbers.
Search advisors (
search_advisors): Find investment advisors by name, state, or firm — no CRD number needed to start.Full advisor profiles (
lookup_advisor): Retrieve detailed regulatory data including employment history, office location, registered states, years of experience, designations, exams, outside business activities, disclosures, and risk scores.Quick verification (
verify_advisor): Get active status, current firm, disclosure summary, risk score, and a recommendation.Risk assessment (
get_risk_profile): Obtain a detailed risk profile with individual risk factors and severity ratings.Firm information (
get_firm_info): Access firm overview including advisor count, disclosure rates, and location.Database statistics (
get_database_stats): Get overall statistics like total advisors (433,000+), active counts, firms, disclosure rates, top states, and data freshness.Fallback links: If an advisor isn't found, all tools return direct links to SEC IAPD and FINRA BrokerCheck for further research.
Contextual resources: AI assistants can read resources on risk scoring methodology, financial advisor credentials, and data sources to enhance responses.
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., "@AdvisorFinder MCP Serversearch for advisors in New York named Smith"
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.
AdvisorFinder MCP Server
An MCP server that gives AI assistants access to SEC-registered financial advisor data — search advisors by name, look up full profiles, check disclosure status, and review firm fees, all from within Claude or any MCP-compatible client.
Built by AdvisorFinder.
Quick Start
Remote server (recommended)
The fastest way to use this — no install, always up to date. Point your MCP client at:
https://mcp.advisorfinder.com/mcpClaude (custom connector): Settings → Connectors → Add custom connector → paste the URL above.
Claude Code:
claude mcp add --transport http advisorfinder https://mcp.advisorfinder.com/mcppip / uvx (stdio)
Prefer a local stdio process — e.g. for MCP clients that don't yet support remote/HTTP servers directly? Install the package; it runs a thin stdio proxy in front of the same remote server above.
pip install advisorfinder-mcp{
"mcpServers": {
"advisorfinder": {
"command": "advisorfinder-mcp"
}
}
}Or with uvx (no install needed):
{
"mcpServers": {
"advisorfinder": {
"command": "uvx",
"args": ["advisorfinder-mcp"]
}
}
}By default the proxy talks to https://mcp.advisorfinder.com/mcp. To point it at a different deployment (e.g. staging), set ADVISORFINDER_MCP_URL:
{
"mcpServers": {
"advisorfinder": {
"command": "advisorfinder-mcp",
"env": { "ADVISORFINDER_MCP_URL": "https://staging.example.com/mcp" }
}
}
}Related MCP server: SEC EDGAR MCP
What You Can Ask
Once configured, just talk to Claude naturally:
"Look up financial advisor Thomas Kopelman"
"Search for advisors named Smith in New York"
"Give me the full profile on Jane Doe at Wells Fargo"
"Is my advisor's registration active? Their name is John Doe, he's at Edward Jones in Texas"
"Does John Doe have any disclosures on file?"
"Tell me about Edward Jones as a firm — how many advisors do they have, and what do they charge?"
"How many registered advisors are in the SEC database, and how fresh is the data?"
No CRD numbers needed — search by name, firm, city, or state.
Tools
Tool | Description |
| Search SEC-registered investment adviser representatives by name, firm, city, and/or state. Returns CRD, name, linked firm(s), a four-state disclosure status, and an SEC IAPD link per match. |
| Full profile by CRD: employment history, exams, registered states, self-reported professional designations, years in the industry, and four-state disclosure status. |
| Quick verification by CRD or name (optionally narrowed by firm/state): is the registration active, what states, how long in the industry, and disclosure status. Never returns a numeric risk score — only the underlying facts. |
| Search SEC- and state-registered investment adviser firms by name and/or state. Returns CRD, name, city/state, AUM band, advisor headcount, and an SEC IAPD link. State-registered-only firms are included but flagged as thinner-coverage. |
| Full firm profile by CRD: locations, other/prior names, fee schedule (from Form ADV Part 2A where available), disciplinary flags, and advisor roster count. |
| Database-wide stats: firm and advisor counts, data vintages (as-of dates for each upstream source), and a full four-state disclosure tally. |
Disclosure status is always one of four honest states — none_reported, disclosed_no_detail, disclosed_with_detail, or unknown — never phrased as "clean" or "safe." When we don't have a record for someone, every tool returns direct links to SEC IAPD and FINRA BrokerCheck so you can still look them up through official sources.
Resources
Resource | Description |
| Guide to financial advisor credentials — CFP, CFA, CPA, ChFC, Series 7/65/66, and more (all self-reported; not independently verified here). |
| About SEC IAPD, FINRA BrokerCheck, what we store vs. don't, and how to verify data independently. |
| What's covered, what isn't (state-only firms, disclosure detail, verified designations), and what an empty result actually means. |
Data & Limitations
Coverage: SEC-registered investment adviser firms and the active investment adviser representatives (IARs) linked to them. State-registered-only firms are mostly out of scope — a handful appear via a linked IAR, but treat any state-registered firm's advisor roster as incomplete by default. Use get_database_stats for current firm/advisor counts and per-source data vintages (as-of dates), which move independently of this package's version.
Disclosure detail is deliberately not republished here. We store and surface a disclosure status (one of the four states above), never the underlying event narratives, allegations, or settlement amounts. Always check FINRA BrokerCheck or SEC IAPD directly for the full disclosure record before making any decision.
Designations are self-reported. Every professional designation (CFP, CFA, etc.) shown here comes from the advisor's own filing — none of it is independently verified against the issuing body. Check directly with the issuing body if a credential matters to your decision.
No numeric risk score. This server intentionally does not compress disclosure/registration facts into a single risk number — it surfaces the underlying facts so you can judge for yourself.
Disclaimer
This MCP server is provided by AdvisorFinder and is intended for informational and research purposes only. It is not financial, legal, or investment advice.
The data served through this tool originates from publicly available SEC and FINRA databases. AdvisorFinder acts as an intermediary to make this public data more accessible — we do not independently verify, endorse, or guarantee the accuracy or completeness of the underlying data.
Important:
A disclosure on an advisor's record does not necessarily indicate wrongdoing. Always review the full context of any disclosure event through official SEC and FINRA sources.
AI assistants may interpret or summarize data in ways that are incomplete or inaccurate. Always verify AI-generated assessments against official sources before making decisions.
This tool should not be used as the sole basis for selecting, evaluating, or dismissing a financial advisor.
Changelog
2.0.0 — Breaking changes
This is a full rebuild, not an incremental update:
New toolset.
verify_advisor→check_advisor;lookup_advisor→get_advisor;get_risk_profileis removed;search_firmsandget_firmare new.Numeric risk score removed entirely. v1's
get_risk_profiletool and theadvisorfinder://risk-scoring-methodologyresource are gone. Disclosure information is now surfaced only as the four honest states described above — never compressed into a score.Backend replaced. The server now reads from a local, periodically-refreshed SQLite export instead of querying upstream sources live per-request.
v1.x clients should upgrade. The old v1 API surface (
verify_advisor,lookup_advisor,get_risk_profile,advisorfinder://risk-scoring-methodology) is being retired and will stop working. Update to the new tool names and drop any reliance on risk scores.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server providing read-only access to SEC EDGAR filings, allowing LLMs to look up companies, search filings, and retrieve securities offering data.31MIT
- AlicenseCqualityCmaintenanceMCP server for accessing SEC EDGAR filings. Connects AI assistants to company filings, financial statements, and insider trading data with exact numeric precision.21348AGPL 3.0

Sablier MCP Serverofficial
AlicenseAqualityDmaintenanceAn MCP server that lets AI assistants analyze portfolios, stress-test scenarios, generate synthetic market paths, and scan SEC filings — in under 2 minutes.833MIT- Alicense-qualityBmaintenanceHosted MCP server that gives AI agents real-time access to SEC EDGAR filings search, 10-K/8-K reading, XBRL financial facts, and insider-trade (Form 4) alerts.101MIT
Related MCP Connectors
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/drew-keever/advisorfinder-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server