# Prospect SEC investment advisors from Claude via MCP

**Use case:** 

Connect this MCP-ready SEC advisor API to Claude and prospect registered investment advisor firms and their details directly in chat.

## Input

```json
{
  "query_type": "firms",
  "firm_name": "Vanguard",
  "firm_city": "Boston",
  "firm_state": "NY",
  "firm_country": "US",
  "firms_limit": 10,
  "contact_firm_name": "Morgan Stanley",
  "organization_crds": "7691,250",
  "contacts_limit": 10
}
```

## Output

```json
{
  "query_type": {
    "label": "Query Type",
    "format": "string"
  },
  "query_timestamp": {
    "label": "Search Timestamp",
    "format": "string"
  },
  "firms": {
    "label": "Firms Search Results",
    "format": "object"
  },
  "contacts": {
    "label": "Contacts Search Results",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Investment Finance Professionals](https://apify.com/johnvc/secinvestmentadvisorcontacts) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/secinvestmentadvisorcontacts) to learn more, explore other use cases, and run it yourself.