Authorizations
Your Smithery API key. You can get one at https://smithery.ai/account/api-keys
Query Parameters
Search query. We use semantic search, so treat this as a prompt. You can use special filters:
- Text Search: Simply type any text to search semantically (e.g.,
machine learning
). - Owner Filter: Use
owner:username
to filter by repository owner (e.g.,owner:smithery-ai
). - Repository Filter: Use
repo:repository-name
to filter by repository name (e.g.,repo:fetch
). - Deployment Status: Use
is:deployed
to show only deployed servers. - Verification Status: Use
is:verified
to show only verified servers.
You can combine multiple filters. For example: owner:mem0ai is:verified memory
.
Example:
"owner:mem0ai is:verified memory"
Smithery profile to filter by. This is the profile ID, NOT the profile name.
Example:
"your-profile-123456"
Page number for pagination (default: 1)
Example:
"1"
Number of items per page (default: 10)
Example:
"10"