# Adviser Search > Free, searchable mirror of SEC/state investment-adviser registrations (Form ADV), > private fundraising filings (Form D, Reg A, crowdfunding/Form C), adviser brochures > (Form ADV Part 2), and the people behind them — all from public SEC data. ## For agents (MCP) An MCP server exposes this data as tools over the streamable-HTTP transport: - MCP endpoint: https://search.stillhousedata.com/mcp (POST, stateless) - Discovery manifest: https://search.stillhousedata.com/.well-known/mcp.json - No authentication required. Requests are rate-limited per IP. Connect with Claude Code: ``` claude mcp add adviser-search --transport http https://search.stillhousedata.com/mcp ``` ## Tools - search_advisers: Search the full directory of registered investment advisers (Form ADV). - list_new_advisers: List the most recently registered advisers (newest funds). - get_adviser: Full detail for one adviser by CRD. - get_adviser_websites: Websites/socials disclosed by an adviser. - search_brochures: Full-text search of Form ADV Part 2 brochures. - get_brochure_versions: Brochure versions on file for a firm by CRD. - get_brochure: One brochure's parsed markdown + metadata. - fundraising_feed: Browse Form D / Reg A / crowdfunding offerings. - feed_industries: Industry filter values for the Form D / Reg A feed. - get_person: Person profile + roles across advisers/filings. - search_all: Unified search across people and company buckets. - get_related: Related advisers/issuers for a CRD or CIK. - data_coverage: Dataset totals, date ranges, and counts by year.