discover_tools
ActiveTool of wikipedia
Find tools by describing the data or task. Use when you need to browse, search, look up, or discover what tools exist for: SEC filings, financials, revenue, profit, FDA drugs, adverse events, FRED economic data, Census demographics, BLS jobs/unemployment/inflation, ATTOM real estate, ClinicalTrials, USPTO patents, weather, news, crypto, stocks. Returns the top-N most relevant tools with names, descriptions, and full input schemas (with curated examples) — each result is ready to call directly, no second schema lookup needed. Call this FIRST when you have many tools available and want to see the option set (not just one answer).
Parameters schema
{
"type": "object",
"examples": [
{
"query": "look up FDA drug approvals"
},
{
"query": "analyze housing market trends"
}
],
"required": [
"query"
],
"properties": {
"q": {
"type": "string",
"description": "Alias for query."
},
"task": {
"type": "string",
"description": "Alias for query."
},
"limit": {
"type": "number",
"description": "Maximum number of tools to return (default 20, max 50)"
},
"query": {
"type": "string",
"description": "Natural language description of what you want to do (e.g., \"analyze housing market trends\", \"look up FDA drug approvals\", \"find trade data between countries\"). Accepts task, q, description, search as aliases."
},
"search": {
"type": "string",
"description": "Alias for query."
},
"description": {
"type": "string",
"description": "Alias for query."
}
}
}Parent server
wikipedia
https://github.com/pipeworx-io/mcp-wikipedia
2/7 registries