Add investor data to VS Code
One mcp.json file connects VS Code to verified investors, your pipeline and your Data Room, ready for agent mode.
Start raisingroundfunded_directory_search3 resultsCreated by founders from top global accelerators
Connect it
Checked against the vendor documentation, not written from memory.
- 1
Open Round Funded, go to Account, MCP and create a key. Copy it now, it is shown once.
- 2
Create .vscode/mcp.json in your project.
- 3
Paste the block below and swap in your key. Keep the type field. Without it VS Code treats the URL as a command to run and fails with a confusing error.
- 4
Reload the window, then start the server from the action shown above the block in the file.
.vscode/mcp.json
{
"servers": {
"roundfunded": {
"type": "http",
"url": "https://www.roundfunded.com/api/mcp",
"headers": {
"Authorization": "Bearer PASTE_YOUR_KEY_HERE"
}
}
}
}Replace the placeholder with your own key. Anything still saying PASTE_YOUR_KEY_HERE will fail to authenticate.
What your agent can actually see
Connecting Round Funded does not hand an AI assistant your inbox or your card. Here is the exact line.
It can read
- The investor database78,000 verified angels, VC firms, accelerators and incubators.
- Your pipelineWhich investor sits in which stage, and the notes you wrote.
- Your outreach boardWhat is drafted, queued, sent and replied.
- Your Data RoomThe profile an investor sees when you share your link.
- Your account statusPlan, credits left, connected inboxes.
It can write
- Move pipeline cardsBetween stages, with a note.
- Update your Data RoomKeep the profile current.
- Draft outreachWritten and queued for your review.
- Reveal a contactThe only action that spends a credit.
It can never
- Send an emailIt stages the draft. You press send.
- Read your inboxSend-only Gmail access. The server has none.
- See another founderA key is bound to one workspace.
- Change your billingIt cannot upgrade you or move money.
What it costs to run
Searching is free and unmetered. Only revealing a contact spends anything, and only the first time you reveal that investor.
| Plan | Contacts per 30 days | Per day | Requests |
|---|---|---|---|
| Round+ | 1000 | 100 | 20 per 60s |
| Round Pro | 3000 | 300 | 60 per 60s |
| Lifetime | 5000 | 300 | 60 per 60s |
MCP needs an active paid plan. It is not part of the trial, and the contact allowance cannot be topped up separately.
Questions before you connect
Can it send emails to investors for me?
No, and this is deliberate. The agent can draft outreach and queue it. Delivery needs a person. An AI mistake in an investor inbox cannot be undone, so the send button stays with you.
Does searching cost me anything?
No. Search, filters, pipeline and Data Room reads are unmetered. The only metered action is revealing an investor contact, and repeat reveals of the same investor are free.
Is my key safe to paste into a config file?
It is scoped to one workspace and works at the Round Funded MCP endpoint only. It cannot read your inbox, reach another founder or change your billing. If a config file leaks, revoke the key in Account, MCP and it is dead immediately.
Why is the type field required?
VS Code supports both local command servers and remote HTTP ones. Without type set to http it assumes the first, tries to execute the URL and fails in a way that looks like your key is wrong.
Should I commit mcp.json?
Not with a real key in it. Either keep the file out of version control or use a VS Code input so the key is prompted rather than stored.
Keep exploring
The database your agent reads, and the tools around it.
Round Funded
Stop pasting investor names into a chat
Fundraising research where you already spend your day.