# Dealroom MCP Connector

Dealroom’s MCP connector brings company, investor, funding and people data into AI assistants for startup and ecosystem research.

Canonical URL: https://a2a-mcp.org/entry/dealroom-mcp

Language: en

Category: MCP Servers

Updated: 2026-09-14

## About

Dealroom’s MCP connector brings company, investor, funding and people data into AI assistants for startup and ecosystem research.

## Key Features

- Search companies and investors using Dealroom data.
- Explore company profiles, funding and related market signals.

## Use Cases

Retrieve company and private-market information inside an authorized research assistant.

## Limitations

This is Dealroom.co, the company-data platform. DealRoom.net is a different product with a different MCP integration.

## Sources

- Project documentation: https://dealroom.co/mcp/
- Setup reference: https://mcp.dealroom.co/

## MCP Setup

### Access requirements

- Dealroom Premium account with MCP access.

### Client setup

#### Claude Code

Transport: `http`

```bash
claude mcp add --transport http dealroom https://mcp.dealroom.co/mcp
```

Auth:
- Run /mcp and sign in to Dealroom.
#### Cursor

Transport: `http`

```json
{
  "mcpServers": {
    "dealroom": {
      "url": "https://mcp.dealroom.co/mcp"
    }
  }
}
```

Auth:
- Complete the browser sign-in and approve access to your account.

### Authorization flow

- OAuth sign-in tokens. The current guide no longer accepts pasted Dealroom API keys or Basic authentication.

Setup docs: https://dealroom.co/mcp/

## Tags

- MCP
- company-data
- research

## Also known as

- Dealroom

## Alternatives

- Tracxn MCP
- PitchBook Premium MCP Connector

## Sources

- [Project website](https://dealroom.co/mcp/)
- [Project documentation](https://dealroom.co/mcp/)
- [Setup reference](https://mcp.dealroom.co/)

Last checked: 2026-09-14
