Contract
{
"type": "object",
"anyOf": [
{
"required": [
"name"
]
},
{
"required": [
"domain"
]
},
{
"required": [
"linkedin"
]
},
{
"required": [
"crunchbase"
]
}
],
"properties": {
"name": {
"type": "string",
"minLength": 1,
"description": "Fuzzy investor name search with relevance scoring."
},
"domain": {
"type": "string",
"minLength": 1,
"description": "Website domain or full URL (e.g. 'stripe.com' or 'https://stripe.com'); URLs are parsed to the domain."
},
"linkedin": {
"type": "string",
"minLength": 1,
"description": "LinkedIn company URL."
},
"crunchbase": {
"type": "string",
"minLength": 1,
"description": "Crunchbase organization URL."
}
},
"additionalProperties": false
}{
"type": "object",
"required": [
"success",
"data",
"meta"
],
"properties": {
"data": {
"type": "object",
"properties": {
"investors": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The provider's internal record identifier (a UUID on every fixture observed)."
},
"name": {
"type": "string",
"description": "The investor firm's own public name."
},
"domain": {
"type": [
"string",
"null"
],
"description": "The firm's own website domain, e.g. 'sequoiacap.com'. Observed null on at least one entry in the populated fixture (a firm with no domain on file)."
},
"permalink": {
"type": "string",
"description": "A URL-safe slug identifying this investor record, e.g. 'sequoia-capital'."
},
"description": {
"type": "string",
"description": "A short prose description of the firm's focus and history."
},
"relevance_score": {
"type": "number",
"description": "A fuzzy-match ranking score for a name search; higher is a closer match. Meaning for a domain/linkedin/crunchbase search is unconfirmed -- only a name search was captured with a populated result."
}
},
"additionalProperties": true
},
"description": "10 entries on the one populated fixture observed (a name search for 'Sequoia Capital', matching the endpoint's own meta.total_count of 10 on that fixture); an empty array on the zero-match fixture."
}
},
"additionalProperties": true
},
"meta": {
"type": "object",
"properties": {
"page": {
"type": "number",
"description": "0 on both fixtures observed."
},
"page_size": {
"type": "number",
"description": "Observed as the fractional value 0.1 on both fixtures -- not a usable page-size count on the evidence gathered; shipped as-is rather than reinterpreted."
},
"total_count": {
"type": "number",
"description": "10 on the populated fixture, 0 on the zero-match fixture."
}
},
"additionalProperties": true
},
"message": {
"type": "string",
"description": "Only observed on the zero-match fixture ('No investors found matching your search'); absent on a fixture with results."
},
"success": {
"type": "boolean",
"description": "true on both real calls observed, including the zero-match case."
}
},
"description": "The search result, as returned at routing.responseResultPath ($.output).",
"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.01365 |
- 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 23, 2026
