startuphub_enrich
Pack: startuphub · Endpoint: https://gateway.pipeworx.io/startuphub/mcp
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” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
domain | string | yes | Company domain to enrich, e.g. “anthropic.com” (bare domain, no scheme) |
_apiKey | string | yes | StartupHub.ai API key (${KEY_HINT}) |
Example call
curl -X POST https://gateway.pipeworx.io/startuphub/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"startuphub_enrich","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"startuphub": {
"url": "https://gateway.pipeworx.io/startuphub/mcp"
}
}
}
See Getting Started for client-specific install steps.