You're viewing a demo portfolio

Join the waitlist
PRSM

stack_get_user

Active

Tool of mcp-stackexchange

declared in 0.1.0

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-stackexchange

https://github.com/pipeworx-io/mcp-stackexchange

2/7 registries
View full server →
stack_get_user — mcp-stackexchange — PRSM MCP