Skip to main content
Glama

Crunchbase MCP Server

get_funding_rounds

Retrieve funding round details for a specific company using the Crunchbase MCP Server. Input a company name or ID to access funding information and limit results as needed.

Instructions

Get funding rounds for a specific company

Input Schema

NameRequiredDescriptionDefault
company_name_or_idYesCompany name or UUID
limitNoMaximum number of results to return (default: 10)

Input Schema (JSON Schema)

{ "properties": { "company_name_or_id": { "description": "Company name or UUID", "type": "string" }, "limit": { "description": "Maximum number of results to return (default: 10)", "type": "number" } }, "required": [ "company_name_or_id" ], "type": "object" }

You must be authenticated.

Other Tools from Crunchbase MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cyreslab-AI/crunchbase-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server