> ## Documentation Index
> Fetch the complete documentation index at: https://developers.explorium.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude Desktop Integration

**Claude by Anthropic** - The most popular MCP-compatible AI assistant

Claude Desktop provides native support for MCP servers, making it the ideal choice for accessing AgentSource data through natural conversation.

#### Setup Instructions

<Steps>
  <Step title="Install Claude Desktop">
    Install Claude Desktop from [claude.ai](https://claude.ai/)
  </Step>

  <Step title="Click on &#x22;Search and tools&#x22; button">
    <img src="https://mintcdn.com/explorium/_Jy_yzKWZxUWaa_V/images/ScreenshotatNov0916-41-21.png?fit=max&auto=format&n=_Jy_yzKWZxUWaa_V&q=85&s=b4a92d537521c90c2f4be7323a4c73aa" alt="Screenshotat Nov0916 41 21 Pn" width="1316" height="478" data-path="images/ScreenshotatNov0916-41-21.png" />
  </Step>

  <Step title="Click on the &#x22;Add connectors&#x22; option">
    <img src="https://mintcdn.com/explorium/eyadf3qggkZgGT_W/images/ScreenshotatNov0914-02-24.png?fit=max&auto=format&n=eyadf3qggkZgGT_W&q=85&s=3d65a2aacc9dfd75b4559b90fd109926" alt="Screenshot at Nov 09 14:02:24 PM" width="1800" height="954" data-path="images/ScreenshotatNov0914-02-24.png" />
  </Step>

  <Step title="Go to &#x22;Desktop extensions&#x22; tab">
    <Frame>
      <img src="https://mintcdn.com/explorium/eyadf3qggkZgGT_W/images/ScreenshotatNov0914-08-08.png?fit=max&auto=format&n=eyadf3qggkZgGT_W&q=85&s=3f426458e5b903ddb40ca30582ca1821" alt="Screenshot at Nov 09 14:08:08 PM" title="Screenshot at Nov 09 14:08:08 PM" style={{ width:"100%" }} width="1522" height="1376" data-path="images/ScreenshotatNov0914-08-08.png" />
    </Frame>
  </Step>

  <Step title="Select &#x22;Explorium business data hub&#x22; from the list of available extensions">
    <img src="https://mintcdn.com/explorium/eyadf3qggkZgGT_W/images/ScreenshotatNov0914-45-08.png?fit=max&auto=format&n=eyadf3qggkZgGT_W&q=85&s=94b0e94583a96898c755454df254a2fe" alt="Screenshot at Nov 09 14:45:08 PM" width="1662" height="1210" data-path="images/ScreenshotatNov0914-45-08.png" />
  </Step>

  <Step title="Click on the Install button and wait for the installation process to complete">
    <img src="https://mintcdn.com/explorium/eyadf3qggkZgGT_W/images/ScreenshotatNov0914-46-37.png?fit=max&auto=format&n=eyadf3qggkZgGT_W&q=85&s=c4046899a73e1ee5b07f6055f21ab14c" alt="Screenshot at Nov 09 14:46:37 PM" width="1552" height="1128" data-path="images/ScreenshotatNov0914-46-37.png" />
  </Step>

  <Step title="Verify that the Explorium business data hub is enabled now and close the extension window">
    <img src="https://mintcdn.com/explorium/eyadf3qggkZgGT_W/images/ScreenshotatNov0914-55-52.png?fit=max&auto=format&n=eyadf3qggkZgGT_W&q=85&s=c82555618036a6d29463c70269547500" alt="Screenshot at Nov 09 14:55:52 PM" width="1560" height="1118" data-path="images/ScreenshotatNov0914-55-52.png" />
  </Step>

  <Step title="Again click on the 'Search and tools' button to verify that Explorium business data hub appears and enable it by clicking on the toggle to the right of the extension name">
    <img src="https://mintcdn.com/explorium/eyadf3qggkZgGT_W/images/ScreenshotatNov0915-44-18.png?fit=max&auto=format&n=eyadf3qggkZgGT_W&q=85&s=42dfaec482803dbf1997273d9e756659" alt="Screenshotat Nov0915 44 18 Pn" width="1708" height="826" data-path="images/ScreenshotatNov0915-44-18.png" />
  </Step>

  <Step title="Allow Explorium MCP access">
    * Allow Explorium MCP access

    <Frame />

    <Frame>
      <img src="https://mintcdn.com/explorium/s1uRl5fGOrKpLiGF/images/reference/d98928e4d6121f3d09d302868a31dbc7c862b4ea4b855c94e6a560a3eba476d6-image.png?fit=max&auto=format&n=s1uRl5fGOrKpLiGF&q=85&s=195fedba8b0223988d4efde4f703d0df" alt="MCP Access Permission" width="484" height="634" data-path="images/reference/d98928e4d6121f3d09d302868a31dbc7c862b4ea4b855c94e6a560a3eba476d6-image.png" />
    </Frame>
  </Step>
</Steps>

#### Example Conversations

**Finding Companies:**

```
You: Find me 10 SaaS companies in San Francisco with 50-200 employees

Claude: I'll search for SaaS companies in San Francisco with 50-200 employees.

[Searches using fetch_businesses tool]

I found 10 SaaS companies matching your criteria:

1. TechFlow Analytics
   - 125 employees
   - Revenue: $10M-$25M
   - Technologies: AWS, React, PostgreSQL

2. DataSync Solutions
   - 87 employees
   - Revenue: $5M-$10M
   - Technologies: Google Cloud, Python, MongoDB

[... continues with detailed results]
```

**Researching Contacts:**

```
You: Who is the CTO of Snowflake and what's their background?

Claude: I'll look up information about Snowflake's CTO.

[Uses match_businesses, then enrich_businesses_financial_metrics]

The CTO of Snowflake is Benoit Dageville. Here's his background:
- Co-founder of Snowflake
- Previously at Oracle for 16 years
- PhD in Computer Science from University of Paris
- Expertise in database systems and query optimization
```

## Common Patterns

### Research Assistant Pattern

Transform your AI into a business research assistant:

```
1. User asks about a company or industry
2. AI uses match_businesses or fetch_businesses
3. AI enriches with firmographics, technographics, financials
4. AI summarizes findings in natural language
```

### Sales Intelligence Pattern

Enable your AI to support sales activities:

```
1. User provides target company name
2. AI finds company with match_businesses
3. AI fetches key contacts with fetch_prospects
4. AI enriches contact information
5. AI provides actionable insights
```

### Market Analysis Pattern

Use AI for competitive intelligence:

```
1. User asks about market segment
2. AI searches companies with filters
3. AI aggregates statistics
4. AI identifies trends and patterns
5. AI generates market report
```

## Best Practices

### <Icon icon="bullseye-arrow" size={24} /> Prompt Engineering

**Be Specific**

```
Good: "Find B2B SaaS companies in NYC with 50-200 employees using AWS"
Bad: "Find some tech companies"
```

**Chain Requests**

```
"First find Microsoft's business ID, then show me all VPs in their engineering department"
```

**Request Formats**

```
"Show me the results as a table with company name, size, and revenue"
```

### <Icon icon="bolt" size={24} /> Performance Tips

* **Batch Operations**: Ask for multiple companies at once
* **Specific Filters**: Use precise criteria to reduce results
* **Caching**: AI assistants often cache recent results
* **Pagination**: Request specific page numbers for large datasets

### <Icon icon="lock" size={24} /> Security Considerations

* Store API keys in secure configuration files
* Never share API keys in conversations
* Use read-only keys when possible
* Monitor usage through the admin panel

## Advanced Features

### Tool Chaining

Most AI assistants can automatically chain multiple tools:

```
"Find the top 5 competitors of Salesforce and compare their employee counts and technologies"

This triggers:
1. match_businesses (Salesforce)
2. enrich_businesses_competitive_landscape
3. match_businesses (for each competitor)
4. enrich_businesses_firmographics
5. enrich_businesses_technographics
```

### Conversational Memory

AI assistants maintain context across messages:

```
You: "Find info about Uber"
AI: [Provides Uber details]
You: "Now show me their main competitors"
AI: [Understands "their" refers to Uber]
```

### Natural Language Filters

Convert natural language to API filters:

```
"Companies founded in the last 3 years" <Icon icon="arrow-right" /> company_age: ["0-3"]
"Mid-size businesses" <Icon icon="arrow-right" /> company_size: ["51-200", "201-500"]
"Tech companies" <Icon icon="arrow-right" /> linkedin_category: ["Technology"]
```

## Examples Gallery

### Company Research

```
"Give me a complete profile of Tesla including their technology stack,
financial metrics, recent events, and key executives"
```

### Competitive Analysis

```
"Compare the top 5 CRM companies by employee count, revenue,
and technology stack. Show the results in a table."
```

### Lead Generation

```
"Find marketing directors at fintech companies in London
with 100-500 employees. Include their email addresses."
```

### Market Trends

```
"What percentage of SaaS companies with $10M-$50M revenue
are using AWS vs Google Cloud vs Azure?"
```
