What is the Hiveround MCP server?
Marketplace MCP server for live venture-capital raises and agent-mediated dealflow.
How to install Hiveround
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"marketplace": {
"url": "https://hiveround.com/api/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"marketplace": {
"serverUrl": "https://hiveround.com/api/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"marketplace": {
"type": "http",
"url": "https://hiveround.com/api/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"marketplace": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://hiveround.com/api/mcp"
]
}
}
}Claude Code
claude mcp add --transport http marketplace https://hiveround.com/api/mcpRelated MCP servers
Discover MCP servers + tools, auto-install into any client, pay for x402 endpoints in USDC.
View repository →