search_questions
ActiveTool of mcp-stackexchange
declared in 0.1.0
Search for questions on StackOverflow or any StackExchange site. Returns title, body, score, answer count, tags, and link.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "python async await"
},
{
"site": "askubuntu",
"limit": 10,
"query": "how to install nodejs"
}
],
"required": [
"query"
],
"properties": {
"site": {
"type": "string",
"description": "StackExchange site slug (default: stackoverflow). Examples: serverfault, superuser, askubuntu, math, physics"
},
"limit": {
"type": "number",
"description": "Number of results to return (1-20, default 5)"
},
"query": {
"type": "string",
"description": "Search query string"
},
"_apiKey": {
"type": "string",
"description": "Optional — a StackExchange API key (free, 10k/day) for a dedicated quota. The gateway supplies a platform key; pass your own only to override."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-stackexchange
https://github.com/pipeworx-io/mcp-stackexchange
2/7 registries