apiosk_search
ActiveTool of Apiosk
declared in 1.3.0
Search and browse the Apiosk catalog. Use this first when you need to find APIs by capability, price, or category.
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.70.
Parent server
Apiosk
https://github.com/obcraft/apiosk-mcp
1/7 registries