Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

io.github.cyanheads/stackexchange-mcp-server

io.github.cyanheads/stackexchange-mcp-server

Search Stack Exchange questions, fetch Q&A threads as markdown, look up tag FAQs and user profiles.

Uptime
100.0%
1 direct probes · 30d
Response
674ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

stackexchange_list_sites

Enumerate all sites in the Stack Exchange network — name, api_site_parameter, audience, and URL. The api_site_parameter value is what other tools accept as the `site` input (e.g. "stackoverflow", "sup…

stackexchange_search_questions

Search questions across a Stack Exchange site. Returns ranked questions with title, score, answer count, accepted status, tags, and excerpt — no bodies at this stage. Results supply question_id values…

stackexchange_get_tag_faq

Fetch the highest-voted answered questions for a tag on a Stack Exchange site — the canonical "best answers in X" list. Returns a question list without bodies; use stackexchange_get_thread to read the…

stackexchange_get_user

Fetch a Stack Exchange user profile by numeric user ID: reputation, badge counts, top tags by answer score, and account metadata. Useful for credibility context on an answer author — pass the authorUs…

stackexchange_get_thread

Fetch a complete Q&A thread — question body and all answers, accepted answer first then sorted by score, rendered as clean markdown with fenced code blocks. Accepts an integer question ID or a full St…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cyanheads/stackexchange-mcp-server": {
      "url": "https://stackexchange.caseyjhand.com/mcp",
      "transport": "streamable-http"
    }
  }
}