apihub_list_services
Read-only. Lists onboarded APIHub services alphabetically, returning each service's slug, name, description, category, provider, endpoint count, and lowest per-endpoint price in microdollars. No authentication required. Use this to browse the full onboarded catalog when you don't have a specific capability in mind; prefer apihub_search when filtering by query, category, or price. Does not include external x402 APIs (use apihub_search_external for those) and does not return endpoint-level details (use apihub_get_service for that).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional max number of services to return. Default 20, minimum 1, hard cap 100. Values above 100 are clamped. |