apiosk_search
ActiveTool of Apiosk
Search and browse the Apiosk catalog by capability, price, or category. For browsing/filtering the catalog. When the goal is to fulfil a user request with real paid data ('get me the live X'), prefer apiosk_discover, which decomposes the need and ranks the best endpoints across sources.
Parameters schema
{
"type": "object",
"properties": {
"sort": {
"enum": [
"name",
"price",
"newest"
],
"type": "string",
"description": "Sort order for results."
},
"limit": {
"type": "number",
"description": "Maximum number of APIs to return."
},
"order": {
"enum": [
"asc",
"desc"
],
"type": "string",
"description": "Sort direction."
},
"offset": {
"type": "number",
"description": "Pagination offset."
},
"search": {
"type": "string",
"description": "Free-text search over API names and descriptions."
},
"category": {
"type": "string",
"description": "Optional category filter."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Apiosk
https://github.com/obcraft/apiosk-mcp
1/7 registries