search_apis
ActiveTool of mcp-apis-guru
Search the APIs.guru directory of 2,500+ public APIs by free-text query. Matches against the API's name/key, its title, description, and categories. Returns a list of matching APIs each with name (the directory key, e.g. "stripe.com" or "googleapis.com:calendar"), title, truncated description, provider, categories, preferred version, last-updated date, docs link, and OpenAPI/Swagger spec URL. Use this to discover which public APIs exist for a given domain (payments, weather, maps, etc.) and to get the exact `name` to pass to get_api.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Max results to return (default 20)."
},
"query": {
"type": "string",
"description": "Free-text search term, e.g. \"payments\", \"calendar\", \"weather\"."
}
}
}Parent server
mcp-apis-guru
https://github.com/pipeworx-io/mcp-apis-guru
2/7 registries