Bring Dealroom into your AI tools
The Dealroom MCP connector brings company, investor, funding and people data into the AI tools you already use — Claude, Cursor, Codex and more. Ask in plain language to explore Dealroom data.
Free with every Dealroom Premium seat, for a limited time — no setup, just sign in.
Built for
What you can do
Ask in plain language, no code, no setup. Four things investors do every week, each one tried on live Dealroom data.
Keep your deal pipeline current
A two-minute briefing
Investors
Founders
Know a fund before you talk to it
Funds
Frequent co-investors
Notable exits
What would this have returned
Real data, in your workflow
Live, sourced intelligence — delivered in the assistant you already use, and pushed into the tools you work in.
Real, traceable data
Every answer is live Dealroom data, attributable to its source — not the model guessing. No invented companies, rounds or numbers.
In the tools you already use
Ask in plain language right inside Claude, Cursor, VS Code or Codex. No new dashboard, no copy-paste, no context-switching.
Straight into your stack
Chain steps in a single prompt — find, enrich, then push results into your CRM, be it Attio, HubSpot, Salesforce or whatever your team uses. The data lands where you already work.
Connect in your tool
Paste the connector URL, leave Client ID and Secret blank, and sign in with your Dealroom account. Pick your client:
Settings → Connectors → Add custom connector. Paste the URL, leave Client ID and Secret blank, click Add, then sign in.
https://mcp.dealroom.co/mcp
Add the server, then run /mcp to sign in.
claude mcp add --transport http dealroom https://mcp.dealroom.co/mcp
Add to ~/.cursor/mcp.json, then approve the sign-in when prompted.
{ "mcpServers": { "dealroom": { "url": "https://mcp.dealroom.co/mcp" } } }Command palette → MCP: Add Server → HTTP, then paste the URL.
https://mcp.dealroom.co/mcp
For the Codex app: Settings → Configuration → Open config.toml file, then add the snippet below.
For the Codex CLI, edit ~/.codex/config.toml (or a project's .codex/config.toml) directly:
[mcp_servers.dealroom] url = "https://mcp.dealroom.co/mcp"
Then sign in over OAuth:
codex mcp login dealroom
Settings → Connectors (or Integrations) → Add custom connector. Name it Dealroom, paste the URL, keep the transport as Streamable HTTP, then Connect and sign in with your Dealroom account.
https://mcp.dealroom.co/mcp
Any client that supports remote MCP over OAuth 2.1 works. Point it at the URL; for stdio-only clients, use the bridge.
npx mcp-remote https://mcp.dealroom.co/mcp
Adding the Dealroom connector.
Tools & data
22 read-only tools over Dealroom's data on companies, investors, founders, universities and funding. Nothing writes back to your account.
search_companiesFind companies by keyword, sector, stage and locationsearch_investorsFind investors by focus and geographysearch_universitiesFind universities and research institutionssearch_transactionsFind funding rounds by type, size, date and placeanalyze_companyFull company profile: funding, investors, team, signalsanalyze_investorInvestor profile and activityanalyze_founderFounder track record and prior companiesanalyze_universityUniversity ecosystem and spinoutscompare_companiesCompare companies side by sidesimilar_companiesFind competitors and lookalikesShow 12 more entity tools (fundings, shareholders, analytics, patents and more)
entity_fundingsFunding rounds for an entityentity_investmentsInvestments an entity has madeentity_exitsExits and acquisitionsentity_fundsFunds raised or managedentity_analyticsGrowth signals: hiring, web traffic, app downloadsentity_co_investorsFrequent co-investorsentity_shareholdersShareholders and their stakesentity_lp_investmentsLimited-partner investmentsentity_alumniNotable alumni and foundersentity_eventsKey events and milestonesentity_patentsPatentsentity_nearbyNearby companies by locationTools & filters referencePlain Markdown — readable by your AI assistant, too.
Skills & plugins
Ready-made ways to get more out of the connector. More coming during the beta.
Claude skill
A Dealroom skill that helps Claude get the most from the connector. Coming soon
Connector recipe
A one-click setup recipe for your AI tool. Coming soon
Security & privacy
Your data, your access
The connector only returns data your Dealroom license already permits.
Read-only
Every tool reads. Nothing in your Dealroom account is changed.
Verify the endpoint
Connect only to the official mcp.dealroom.co endpoint over HTTPS.
Privacy
See how we handle data in the privacy policy.
Troubleshooting
It says connected, but I get a 401
Which URL do I paste?
https://mcp.dealroom.co/mcp. The older /sse endpoint still works but is deprecated. Do not paste the bare host.