Contract
{
"type": "object",
"required": [
"package"
],
"properties": {
"package": {
"type": "string",
"description": "The exact PyPI package (project) name, e.g. 'requests'."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"code": {
"type": "string",
"description": "Present instead of the package fields above when the request errors -- observed as 'HTTP_400' for a package name with no matching PyPI project."
},
"name": {
"type": "string",
"description": "The package name, echoed back."
},
"author": {
"type": "string",
"description": "The package's declared author, as published in its own PyPI metadata -- typically 'Name <email>' but observed only on the one real fixture, so an alternate or empty format is unconfirmed."
},
"license": {
"type": "string",
"description": "Declared license, e.g. 'Apache Software License'."
},
"message": {
"type": "string",
"description": "Human-readable error message accompanying `code`."
},
"summary": {
"type": "string",
"description": "One-line package summary."
},
"version": {
"type": "string",
"description": "The current/latest published version."
},
"keywords": {
"type": "array",
"items": {
"type": "string"
},
"description": "Package keywords/tags. Observed empty on the one real fixture -- presumably a list of strings when a package declares any, unconfirmed shape when populated."
},
"dependencies": {
"type": "array",
"items": {
"type": "string"
},
"description": "Declared dependency specifiers, as raw PEP 508 strings including any extras/markers."
},
"total_releases": {
"type": "number",
"description": "Total number of releases ever published for this package."
},
"python_versions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Flattened list of Python-related trove classifiers observed on the package (specific version numbers mixed with implementation/status tags like 'CPython', 'PyPy', '2 - Beta') -- not a clean list of only version numbers."
},
"recent_releases": {
"type": "array",
"items": {
"type": "object",
"properties": {
"version": {
"type": "string"
},
"upload_date": {
"type": "string",
"description": "ISO-8601 UTC timestamp."
},
"python_requires": {
"type": [
"string",
"null"
],
"description": "Per-release Python constraint. Observed null on every entry seen so far."
}
},
"additionalProperties": true
},
"description": "The ten most recent releases, oldest-first on the one real fixture observed."
},
"requires_python": {
"type": "string",
"description": "Declared Python version constraint, e.g. '>=3.10'."
},
"description_content_type": {
"type": "string",
"description": "MIME type of the package's long description, e.g. 'text/markdown'."
}
},
"description": "A package's metadata record on a successful lookup, or an error code/message when the requested package name does not exist on PyPI.",
"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.081082365 |
- 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
