Contract
{
"type": "object",
"anyOf": [
{
"required": [
"id"
]
},
{
"required": [
"domain"
]
},
{
"required": [
"linkedin"
]
},
{
"required": [
"crunchbase"
]
}
],
"properties": {
"id": {
"type": "string",
"format": "uuid",
"pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$",
"description": "Fundable UUID."
},
"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",
"properties": {
"code": {
"type": "string",
"description": "Present only on the not-found fixture, in place of `success`/`data` -- an error code, e.g. 'NOT_FOUND', when the given identifier does not match a known company."
},
"data": {
"type": "object",
"properties": {
"company": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Fundable's internal record id (UUID)."
},
"name": {
"type": "string",
"description": "The company's public business name, e.g. 'Stripe'."
},
"domain": {
"type": "string",
"description": "The company's website domain."
},
"region": {
"type": "string",
"description": "e.g. 'California'."
},
"address": {
"type": "string",
"description": "The company's public headquarters location as a single string, e.g. 'South San Francisco, California, United States, North America'."
},
"location": {
"type": "object",
"properties": {
"city": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"permalink": {
"type": "string"
}
},
"additionalProperties": true
},
"state": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"permalink": {
"type": "string"
}
},
"additionalProperties": true
},
"region": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"permalink": {
"type": "string"
}
},
"additionalProperties": true
},
"country": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"permalink": {
"type": "string"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
},
"industries": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"permalink": {
"type": "string"
}
},
"additionalProperties": true
}
},
"ipo_status": {
"type": "string",
"description": "e.g. 'private'."
},
"legal_name": {
"type": "string",
"description": "The company's registered legal name, e.g. 'Stripe, LLC.'."
},
"similarity": {
"type": [
"number",
"string",
"null"
],
"description": "Observed as null on the one real fixture; meaning unconfirmed."
},
"latest_deal": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"pre": {
"type": "boolean"
},
"date": {
"type": "string",
"description": "ISO 8601 timestamp of the deal. A capture-time heuristic flagged this field as phone-number-shaped; reviewed against the real observed value and confirmed a false positive (it is a timestamp, not a phone number)."
},
"type": {
"type": "string",
"description": "e.g. 'EQUITY'."
},
"articles": {
"type": "array",
"items": {
"type": "object",
"properties": {
"date": {
"type": "string",
"description": "A capture-time heuristic flagged this field as phone-number-shaped; reviewed against the real observed value and confirmed a false positive (it is a timestamp, not a phone number)."
},
"is_primary": {
"type": "boolean"
}
},
"additionalProperties": true
},
"description": "Press coverage of the deal. `link` (a source-article URL) is dropped from this tool's response -- see responseShaping."
},
"extension": {
"type": "boolean"
},
"investors": {
"type": "array",
"items": {},
"description": "Observed as an empty array on the one real fixture; item shape unconfirmed."
},
"financings": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"type": {
"type": "string"
},
"currency": {
"type": "string"
},
"size_usd": {
"type": "number"
},
"size_native": {
"type": "number"
}
},
"additionalProperties": true
}
},
"description": {
"type": "object",
"properties": {
"long_description": {
"type": "string",
"description": "May name investors/participants as part of public deal reporting."
},
"short_description": {
"type": "string"
}
},
"additionalProperties": true
},
"intermediate": {
"type": "string",
"description": "e.g. 'NONE'."
},
"angel_investor_ids": {
"type": "array",
"items": {
"type": "string"
},
"description": "Observed as an empty array on the one real fixture."
},
"total_round_raised": {
"type": [
"number",
"null"
],
"description": "Observed null on the one real fixture."
}
},
"description": "The company's most recently recorded funding/deal event.",
"additionalProperties": true
},
"total_raised": {
"type": "number",
"description": "Total raised, in USD."
},
"num_employees": {
"type": [
"string",
"null"
],
"description": "An employee-count range, e.g. '5001-10000'. A capture-time heuristic flagged this field as phone-number-shaped; reviewed against the real observed value and confirmed a false positive (it is a numeric range, not a phone number)."
},
"num_investors": {
"type": "number"
},
"guru_permalink": {
"type": "string",
"description": "A stable, URL-safe slug identifying this company record internally."
},
"all_investor_ids": {
"type": "array",
"items": {
"type": "string"
},
"description": "UUID identifiers of the company's investors. A capture-time heuristic flagged this field as phone-number-shaped; reviewed against the real observed values and confirmed a false positive (every observed entry is a UUID string, not a phone number)."
},
"long_description": {
"type": "string",
"description": "A multi-paragraph business narrative assembled from public reporting; may name executives, founders, or investors as part of that public business news."
},
"short_description": {
"type": "string"
},
"num_funding_rounds": {
"type": "number"
},
"latest_valuation_usd": {
"type": [
"number",
"null"
]
},
"latest_valuation_date": {
"type": [
"string",
"null"
],
"description": "ISO 8601 timestamp of the latest valuation. A capture-time heuristic flagged this field as phone-number-shaped; reviewed against the real observed value and confirmed a false positive (it is a timestamp, not a phone number)."
}
},
"description": "Present only when a matching company is found.",
"additionalProperties": true
}
},
"additionalProperties": true
},
"meta": {
"type": "object",
"properties": {
"page": {
"type": "number"
},
"page_size": {
"type": "number"
}
},
"additionalProperties": true
},
"message": {
"type": "string",
"description": "Present only on the not-found fixture -- a human-readable message accompanying `code`, e.g. 'Not found: HTTP 404'."
},
"success": {
"type": "boolean",
"description": "true on the one real matching-company call observed."
}
},
"description": "The company record, as returned at routing.responseResultPath ($.output). Shapes to `{ code, message }` when the given identifier does not match a known company (see the notfound fixture).",
"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.0819 |
- 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
