Contract
{
"type": "object",
"required": [
"slug"
],
"properties": {
"slug": {
"type": "string",
"description": "Organization permalink/slug (e.g. 'stripe', 'google', 'anthropic')."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"uuid": {
"type": "string",
"description": "The organization's own Crunchbase entity id."
},
"properties": {
"type": "object",
"properties": {
"status": {
"type": "string",
"description": "The company's operating status, e.g. 'operating'."
},
"rank_org": {
"type": "integer",
"description": "A Crunchbase influence-rank score; lower is more prominent (58 for Stripe on the real fixture)."
},
"categories": {
"type": "array",
"items": {
"type": "object",
"properties": {
"uuid": {
"type": "string",
"description": "A Crunchbase internal category-taxonomy id, shared across every company under that category -- not specific to this organization."
},
"value": {
"type": "string",
"description": "The category's display name."
},
"permalink": {
"type": "string",
"description": "A category-name URL slug."
},
"entity_def_id": {
"type": "string",
"description": "'category' on every entry observed."
}
},
"additionalProperties": true
},
"description": "The company's industry/category tags (9 entries on the real Stripe fixture, e.g. 'Billing', 'FinTech', 'Payments')."
},
"identifier": {
"type": "object",
"properties": {
"uuid": {
"type": "string",
"description": "Same value as the entity's own top-level `uuid`."
},
"value": {
"type": "string",
"description": "The organization's display name, e.g. 'Stripe'."
},
"permalink": {
"type": "string",
"description": "The organization's own slug, the same value passed as `slug`."
},
"entity_def_id": {
"type": "string",
"description": "'organization' on the real fixture observed."
}
},
"description": "The organization's own identity fields.",
"additionalProperties": true
},
"short_description": {
"type": "string",
"description": "A one-sentence description of what the company does."
},
"num_employees_enum": {
"type": "string",
"description": "An employee-count bracket code, e.g. 'c_05001_10000' for 5,001-10,000 employees on the real Stripe fixture -- not an exact headcount."
},
"location_identifiers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"uuid": {
"type": "string",
"description": "A Crunchbase internal location-taxonomy id, shared across every organization or person at that location -- not specific to this company."
},
"value": {
"type": "string",
"description": "Human-readable location name, e.g. 'California'."
},
"permalink": {
"type": "string",
"description": "A location-name URL slug."
},
"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": "A location chain (city, region, country, continent -- 4 entries on the real Stripe fixture) describing where the company is headquartered."
}
},
"additionalProperties": true
},
"preview_properties": {
"type": "object",
"properties": {
"founded_on": {
"type": "object",
"properties": {
"is_present": {
"type": "boolean",
"description": "Whether a founding date is on file for this company."
}
},
"additionalProperties": true
},
"funding_total": {
"type": "object",
"properties": {
"is_present": {
"type": "boolean",
"description": "Whether a total-funding figure is on file."
}
},
"additionalProperties": true
},
"last_funding_at": {
"type": "object",
"properties": {
"is_present": {
"type": "boolean",
"description": "Whether a most-recent-funding date is on file."
}
},
"additionalProperties": true
}
},
"description": "Whether certain detail fields exist on file for this organization, as boolean presence flags -- not the underlying values themselves.",
"additionalProperties": true
}
},
"description": "Present only on a matched organization; absent on a not-found slug.",
"additionalProperties": true
},
"status": {
"type": "string",
"description": "'success' on the matched-organization case (observed on the Stripe fixture). Absent entirely -- the whole shaped result is `{}` -- when the slug matches no organization, observed directly on the not-found fixture."
}
},
"description": "The organization profile, as returned at the endpoint's result path. Two real calibration calls back this shape: an unambiguous well-known company (Stripe, full profile returned) and a slug matching no organization (a genuinely empty `{}` result, not an error -- see 'status' and 'data' below).",
"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 23, 2026
