Contract
{
"type": "object",
"anyOf": [
{
"required": [
"repos"
]
},
{
"required": [
"q"
]
},
{
"required": [
"usernames"
]
}
],
"properties": {
"q": {
"type": "string",
"description": "search query (mode=search)"
},
"mode": {
"enum": [
"repo",
"search",
"user"
],
"type": "string",
"description": "what to fetch"
},
"repos": {
"type": "string",
"description": "comma list of owner/name (mode=repo)"
},
"maxItems": {
"type": "string",
"default": "30"
},
"usernames": {
"type": "string",
"description": "comma list (mode=user)"
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"count": {
"type": "number",
"description": "Number of entries in `items`."
},
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The repository name, without the owner prefix."
},
"type": {
"type": "string",
"description": "Observed as the literal 'repository' on the one mode=repo fixture."
},
"forks": {
"type": "number"
},
"owner": {
"type": "string",
"description": "The repository owner's GitHub login or org name."
},
"stars": {
"type": "number"
},
"topics": {
"type": "array",
"items": {
"type": "string"
}
},
"license": {
"type": "string",
"description": "Observed as a string ('MIT') on the one fixture; a repository with no declared license was not captured, so that case is unconfirmed (not observed null in any fixture)."
},
"fullName": {
"type": "string",
"description": "e.g. 'react/react' (owner/name)."
},
"language": {
"type": "string",
"description": "Observed as a string ('JavaScript') on the one fixture; a repository with no detected primary language was not captured, so that case is unconfirmed (not observed null in any fixture)."
},
"pushedAt": {
"type": "string",
"description": "ISO 8601 timestamp of the last push."
},
"createdAt": {
"type": "string",
"description": "ISO 8601 timestamp."
},
"updatedAt": {
"type": "string",
"description": "ISO 8601 timestamp."
},
"description": {
"type": "string",
"description": "Observed as a string on the one fixture; a repository with no description was not captured, so empty/absent behavior is unconfirmed (not observed null in any fixture)."
},
"openIssuesCount": {
"type": "number"
}
},
"description": "One repository entry, as returned for mode=repo.",
"additionalProperties": true
},
"description": "Observed as one repository object (mode=repo) or empty (mode=search, no matches). mode=user's item shape was never captured."
}
},
"description": "Rooted at the result path. `items` shape below is confirmed only for mode=repo (one fixture, facebook/react) and the empty-array case for mode=search (one fixture, a query with no matches). mode=user was never captured -- its item shape is unconfirmed.",
"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.03003 |
- 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 8, 2026
