Contract
{
"type": "object",
"required": [
"limit"
],
"properties": {
"limit": {
"type": "integer",
"description": "Max results to return."
},
"query": {
"type": "string",
"description": "Search keyword for investor name (e.g. 'sequoia', 'andreessen'). Omitting returns all investors."
}
},
"additionalProperties": false
}{
"type": "object",
"required": [
"status",
"data"
],
"properties": {
"data": {
"type": "object",
"required": [
"count",
"entities"
],
"properties": {
"count": {
"type": "integer",
"description": "Total number of matching investors (23 for 'sequoia', 0 for a no-match query) -- not necessarily the number of entities returned, which is capped by `limit`."
},
"entities": {
"type": "array",
"items": {
"type": "object",
"required": [
"uuid",
"properties"
],
"properties": {
"uuid": {
"type": "string",
"description": "Crunchbase's internal id for this investor entity, duplicated at properties.identifier.uuid on every real entity observed."
},
"properties": {
"type": "object",
"required": [
"identifier",
"location_identifiers"
],
"properties": {
"identifier": {
"type": "object",
"properties": {
"uuid": {
"type": "string"
},
"value": {
"type": "string",
"description": "The investor's display name -- may name a firm (e.g. 'Sequoia Capital') or an individual person, since Crunchbase investor records include both firms and individual angel investors; only firm-shaped names were observed on the real calibration calls."
},
"image_id": {
"type": "string"
},
"permalink": {
"type": "string"
},
"entity_def_id": {
"type": "string",
"description": "'organization' on every entity observed."
}
},
"additionalProperties": true
},
"location_identifiers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"uuid": {
"type": "string",
"description": "Crunchbase's internal id for this location entity -- shared across every investor at the same place (e.g. every US-based entity observed carries the identical 'united-states' uuid). Not a phone number or any other private value despite a digit-heavy shape (see this file's header)."
},
"value": {
"type": "string",
"description": "The place's display name."
},
"permalink": {
"type": "string"
},
"entity_def_id": {
"type": "string",
"description": "'location' on every entry observed."
},
"location_type": {
"type": "string",
"description": "e.g. 'city', 'region', 'country', 'continent'."
}
},
"additionalProperties": true
},
"description": "The investor's location hierarchy. 4 entries on every real entity observed: city, region, country, continent, in that order."
},
"num_investments_funding_rounds": {
"type": "integer",
"description": "Observed on 3 of 5 real entities (2458, 70, 23) -- absent entirely, not null, on the other 2, so do not assume it is always present."
}
},
"additionalProperties": true
},
"preview_properties": {
"type": "object",
"properties": {
"num_exits": {
"type": "object",
"properties": {
"is_present": {
"type": "boolean"
}
},
"additionalProperties": true
},
"investor_type": {
"type": "object",
"properties": {
"length": {
"type": "integer",
"description": "Present only when is_present is true."
},
"is_present": {
"type": "boolean"
}
},
"additionalProperties": true
},
"investor_stage": {
"type": "object",
"properties": {
"length": {
"type": "integer",
"description": "Present only when is_present is true."
},
"is_present": {
"type": "boolean"
}
},
"additionalProperties": true
}
},
"description": "Presence/length flags only, not the underlying stage/type/exit values themselves -- not observed on the empty-result fixture since it has no entities.",
"additionalProperties": true
}
},
"additionalProperties": true
},
"description": "Empty when `count` is 0. Otherwise capped at the requested `limit` (5 requested, 5 returned on the real 'sequoia' call)."
}
},
"additionalProperties": true
},
"status": {
"type": "string",
"description": "'success' on both real calls observed."
}
},
"description": "The search result, as returned at the endpoint's result path.",
"additionalProperties": true
}Pricing
Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.
Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.
| Charge | Rate |
|---|---|
Per call Flat, regardless of what comes back | $0.0273 |
- Cost basis
- Not recorded
This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.
- Updated
- Sep 15, 2026
