Low-code integration
StartupHub.ai for Langflow
Drop the StartupHub MCP server into a Langflow flow with the MCP Connection component.
Connect
Drop it into Langflow
Langflow speaks the Model Context Protocol, so every StartupHub tool shows up automatically — no per-tool wiring.
Add an "MCP Connection" (MCP Tools) component to your flow → choose the Streamable HTTP / SSE mode → paste the URL: https://www.startuphub.ai/api/v1/mcp Langflow lists every StartupHub tool for you to wire into an Agent component.
Prefer a raw config? This works in any Streamable-HTTP MCP client:
{
"mcpServers": {
"startuphub": {
"url": "https://www.startuphub.ai/api/v1/mcp",
"transport": "streamable_http"
}
}
}Facts, not guesses
Grounded data your agent can trust
Other tools have your agent web-search and hope. StartupHub returns structured facts from 23k+ startups and 32k+ funding rounds, each with a source URL: capital by sector, biggest rounds, verified emails, detected tech stacks, and public-record dossiers.
get_trendsget_sector_trendsget_arbitrageintel_previewscan_agent_readinessfind_logosearch_startupssearch_investorsenrich_companyvalidate_emaildiscover_emailintel_lookupShip it in Langflow today
Free tier covers trends, arbitrage, and previews. A free key unlocks search, enrichment, and contacts.
Other framework integrations
Load StartupHub as LangChain tools via the MCP adapter — grounded startup, funding, and enrichment data in any chain or LangGraph agent.
Turn the StartupHub MCP server into a LlamaIndex tool spec for RAG and agent workflows.
Give your CrewAI agents live startup intelligence with the MCP server adapter.
Attach the StartupHub MCP server to an OpenAI Agents SDK agent over Streamable HTTP.
Wire StartupHub into a Pydantic AI agent as an MCP toolset.
Add StartupHub tools to a Google Agent Development Kit agent via MCPToolset.