MCP server exposing 4 tools for startuphub.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/startuphub/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
startuphub_startups — Search the StartupHub.ai startup database — returns startup profiles (name, domain, sector, funding, tech). Filter by free-text plus sector / tech stack / funding stage / stealth status. Example: startuphub_startups({ q: "anthropic", limit: 5, _apiKey: "your-key" })startuphub_investors — Search the StartupHub.ai investor database — returns investor profiles (name, type, focus sectors/stages, portfolio, location). Example: startuphub_investors({ q: "sequoia", limit: 5, _apiKey: "your-key" })startuphub_enrich — Resolve a company domain into a full StartupHub.ai profile: firmographics, tech fingerprint, and funding history. Example: startuphub_enrich({ domain: "anthropic.com", _apiKey: "your-key" })startuphub_trends — Get the rolling AI-funding trends snapshot from StartupHub.ai — capital deployed, biggest rounds, and hot sectors / stages / exits. Example: startuphub_trends({ _apiKey: "your-key" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/startuphub/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io