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

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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.

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation4/5

Tools are mostly distinct: database stats, firm info, search, and various advisor detail levels (quick verify, risk profile, full lookup). Some overlap exists between get_risk_profile, lookup_advisor, and verify_advisor, but their descriptions clearly differentiate them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case (get_database_stats, lookup_advisor, etc.), making them predictable and easy to understand.

Tool Count5/5

With 6 tools, the server is well-scoped for an advisor lookup service—covering overview, firm info, search, full details, quick check, and risk assessment without being excessive.

Completeness4/5

The tool set covers key query types (overview, firm, search, detailed advisor info, quick check, risk). Minor gap: no direct method for a 'full profile' with web-based info, but the search tool includes instructions for that.

Maintenance

ActivityMaintained
ResponsivenessNo issues