AdvisorFinder MCP Server
An MCP server that gives AI assistants access to SEC-registered financial advisor data, enabling searches by name, firm, or state, full profile lookups, disclosure history checks, and risk assessments.
README
AdvisorFinder MCP Server
<!-- mcp-name: com.advisorfinder/mcp -->
An MCP server that gives AI assistants access to SEC-registered financial advisor data. Search advisors by name, look up full profiles, check disclosure histories, and get risk assessments — all from within Claude or any MCP-compatible client.
Built by AdvisorFinder.
Quick Start
Install
pip install advisorfinder-mcp
Configure Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"advisorfinder": {
"command": "advisorfinder-mcp"
}
}
}
Restart Claude Desktop. Then just ask naturally — "look up my financial advisor John Smith" — and Claude will call the tools automatically.
Alternative: Run with uvx (no install needed)
{
"mcpServers": {
"advisorfinder": {
"command": "uvx",
"args": ["advisorfinder-mcp"]
}
}
}
What You Can Ask
Once configured, just talk to Claude naturally:
- "Give me a full profile on Jane Doe at Wells Fargo"
- "Look up financial advisor Thomas Kopelman"
- "Search for advisors named Smith in New York"
- "Is my advisor safe? Their name is John Doe, he's at Edward Jones in Texas"
- "Tell me about Edward Jones as a firm — how many advisors do they have?"
- "How many registered advisors are in the SEC database?"
No CRD numbers needed. Just use the advisor's name, firm, or state.
Tools
| Tool | Description |
|---|---|
search_advisors |
Search by name, state, or firm. Supports full names ("Joseph Montgomery") or just last names. |
lookup_advisor |
Full advisor profile by CRD — employment history, office location, registered states, years of experience, designations, exams, outside business activities, disclosures, and risk score. |
verify_advisor |
Quick risk profile check — active/inactive, disclosures, risk level, etc. |
get_risk_profile |
Detailed risk assessment with individual risk factors and severity ratings. |
get_firm_info |
Firm overview — total advisors, disclosure rates, location. |
get_database_stats |
Database-wide statistics — 433,000+ advisors, top states, disclosure rates. |
When an advisor isn't found in our database, all tools return direct links to SEC IAPD and FINRA BrokerCheck so you can still find them through official sources.
Resources
Reference data that AI assistants can read for context:
| Resource | Description |
|---|---|
advisorfinder://risk-scoring-methodology |
How risk scores are calculated — point values for each disclosure type, risk level thresholds |
advisorfinder://credentials-guide |
Guide to financial advisor credentials — CFP, CFA, CPA, ChFC, Series 7/65/66, and more |
advisorfinder://data-sources |
About SEC IAPD, FINRA BrokerCheck, and how to verify data independently |
Data Coverage
What's included: 433,000+ investment advisors registered with the SEC, including employment history, exam records, professional designations, outside business activities, disclosure events (complaints, regulatory actions, criminal matters, terminations, bankruptcies), and registration status across all 50 states.
What's not included: Advisors registered only as broker-dealer representatives (not investment advisers) may not appear. For broker-only registrations, the tools provide direct links to FINRA BrokerCheck. Fee schedules, assets under management, client reviews, and investment performance are not available — those require Form ADV filings or other sources.
Data is sourced from the SEC Investment Adviser Public Disclosure (IAPD) database, updated monthly.
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.
For personalized financial guidance, consult a qualified professional.
Links
- AdvisorFinder: advisorfinder.com
- SEC IAPD: adviserinfo.sec.gov
- FINRA BrokerCheck: brokercheck.finra.org
- Source: github.com/drew-keever/advisorfinder-mcp
- PyPI: pypi.org/project/advisorfinder-mcp
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.