stack_get_user
ActiveTool of mcp-stackexchange
Look up a StackExchange user by numeric ID. Returns display name, reputation, badges (gold/silver/bronze counts), location, website, account age, last access, and per-site activity counts (questions/answers). Works on any StackExchange site (default: stackoverflow).
Parameters schema
{
"type": "object",
"examples": [
{
"user_id": 17034
},
{
"site": "physics",
"user_id": 22656
}
],
"required": [
"user_id"
],
"properties": {
"site": {
"type": "string",
"description": "StackExchange site slug (default: stackoverflow). Examples: serverfault, superuser, askubuntu, math, physics"
},
"_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."
},
"user_id": {
"type": "number",
"description": "The numeric StackExchange user ID (visible in profile URL, e.g., stackoverflow.com/users/17034 → 17034)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-stackexchange
https://github.com/pipeworx-io/mcp-stackexchange
2/7 registries