Skip to content

v0.1.1: Initial public release — 5 Stack Exchange tools

Choose a tag to compare

@cyanheads cyanheads released this 05 Jun 12:37
v0.1.1
d7d2f63

Initial public release — 5 Stack Exchange tools

First public release of @cyanheads/stackexchange-mcp-server. Provides question search, full Q&A thread fetch (markdown with code blocks), tag FAQ lookup, user profile lookup, and site enumeration over the Stack Exchange API v2.3. Keyless by default; STACKEXCHANGE_API_KEY lifts quota to 10k/day.

Added:

  • stackexchange_search_questions — full-text search with tag/sort/date filters
  • stackexchange_get_thread — complete Q&A thread as clean markdown, code blocks preserved
  • stackexchange_get_tag_faq — most frequently-linked questions for a tag
  • stackexchange_get_user — reputation, badge counts, top tags by answer score
  • stackexchange_list_sites — enumerate all ~190 Stack Exchange network sites

Security:

  • Error payloads no longer include upstream response bodies; only HTTP status codes surface in serviceUnavailable errors

96 tests pass; bun run devcheck clean.