Skip to main content
Glama
drew-keever

AdvisorFinder MCP Server

by drew-keever

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
lookup_advisorA

Look up a registered investment advisor by their CRD number. Returns regulatory data from SEC IAPD: employment history, registrations, exams, designations, disclosures, and risk scoring.

IMPORTANT: When presenting results to users, always include ALL returned data — especially employment_history (shows career timeline and actual office location), designations (professional credentials), exams (indicates years of experience from earliest exam date), and registrations (licensed states). Calculate years of experience from the earliest exam or employment date. If the user asks for a 'full profile', also do a web search to find the advisor's practice name, team, awards, and specializations.

search_advisorsA

Search for investment advisors by name, state, or firm. Name can be a full name like 'Joseph Montgomery' or just a last name like 'Montgomery'.

After finding results, use lookup_advisor with the CRD number to get the full profile. If no results found, suggest the user check FINRA BrokerCheck and SEC IAPD directly — links are provided in the response.

verify_advisorA

Quick verification check for an investment advisor. Returns active status, current firm, disclosure summary, risk score, and recommendation. Use this for a quick yes/no safety check. For full details use lookup_advisor instead.

get_risk_profileB

Get a detailed risk assessment for an investment advisor including risk score, risk factors with severity levels, and recommendation.

get_firm_infoB

Get information about an investment advisory firm including advisor count, disclosure rates, and statistics.

get_database_statsA

Get overall statistics about the SEC advisor database including total advisors, active count, firms, disclosure rates, and top states.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
risk_scoring_methodologyRisk scoring methodology used to assess financial advisors.
credentials_guideGuide to financial advisor credentials, designations, and licenses.
data_sourcesInformation about the data sources used by the AdvisorFinder MCP server.

Latest Blog Posts

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