# io.github.cyanheads/stackexchange-mcp-server (remote · stackexchange.caseyjhand.com)

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

- Trust score: 68/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `stackexchange.caseyjhand.com`: 68/100 (this document), [markdown](https://verifymcp.io/servers/cyanheads-stackexchange-mcp-server/stackexchange.md), [page](https://verifymcp.io/servers/cyanheads-stackexchange-mcp-server/stackexchange)
- npm · `@cyanheads/stackexchange-mcp-server`: 35/100, [markdown](https://verifymcp.io/servers/cyanheads-stackexchange-mcp-server/cyanheads-stackexchange-mcp-server.md), [page](https://verifymcp.io/servers/cyanheads-stackexchange-mcp-server/cyanheads-stackexchange-mcp-server)

## Channel facts

- Endpoint: `https://stackexchange.caseyjhand.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.9`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 66/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 65/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1144 tokens (~228/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http cyanheads-stackexchange-mcp-server https://stackexchange.caseyjhand.com/mcp
```

### Codex

```toml
[mcp_servers.cyanheads-stackexchange-mcp-server]
url = "https://stackexchange.caseyjhand.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cyanheads-stackexchange-mcp-server": {
      "type": "remote",
      "url": "https://stackexchange.caseyjhand.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add cyanheads-stackexchange-mcp-server --url https://stackexchange.caseyjhand.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  cyanheads-stackexchange-mcp-server:
    url: "https://stackexchange.caseyjhand.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "cyanheads-stackexchange-mcp-server": {
      "type": "http",
      "url": "https://stackexchange.caseyjhand.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 67, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 65, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 63, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 63)

First indexed and scored.

## MCP tools (5)

### `stackexchange_list_sites` (~118 tokens)

List Stack Exchange 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", "superuser", "serverfault"). Results are fetched live and optionally filtered by name. Use this tool to discover valid site parameters before calling other stackexchange_* tools.

Input parameters:

- `filter` (string): Optional case-insensitive name filter — returns only sites whose name contains all provided tokens. Omit to return all sites.

Output parameters:

- `notice` (string): Actionable guidance when results are empty or filtered.
- `quotaMax` (number): Maximum API quota calls per day (300 keyless, ~10,000 with API key).
- `quotaRemaining` (number): Remaining API quota calls for the current day.
- `sites` (array): Stack Exchange network sites matching the optional name filter.
- `totalCount` (number): Total number of sites returned after filtering.

### `stackexchange_search_questions` (~304 tokens)

Search Stack Exchange 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 for stackexchange_get_thread, which fetches the full question body and all answers. Use the `site` parameter to target a specific community (e.g. "stackoverflow", "superuser", "unix"); call stackexchange_list_sites to discover valid site values.

Input parameters:

- `acceptedOnly` (boolean): When true, return only questions that have an accepted answer.
- `minScore` (integer): Minimum question score — excludes questions with lower scores. Setting minScore orders results by score (votes), which may differ from the requested sort.
- `pageSize` (integer): Number of results to return (1–30, default 10).
- `query` (string, required): Full-text search query (e.g. "python async generator send value").
- `site` (string): Stack Exchange site to search — use the api_site_parameter value (e.g. "stackoverflow", "superuser", "serverfault"). Defaults to "stackoverflow". Call stackexchange_list_sites to discover valid value…
- `sort` (string): Result ordering: "relevance" (default, best match), "votes" (highest score first), "activity" (most recently active), "newest" (most recently created).
- `tags` (array): Filter results to questions with all specified tags.

Output parameters:

- `attribution` (string): Content license notice. Stack Exchange content is licensed under CC BY-SA 4.0 and requires attribution.
- `cap` (number): The pageSize cap applied to this request.
- `notice` (string): Actionable guidance when results are empty or filtered.
- `questions` (array): Questions matching the search query, ordered by the specified sort.
- `quotaMax` (number): Maximum API quota calls per day (300 keyless, ~10,000 with API key).
- `quotaRemaining` (number): Remaining API quota calls for the current day.
- `shown` (number): Number of results returned.
- `truncated` (boolean): True when results were capped at pageSize.

### `stackexchange_get_tag_faq` (~190 tokens)

Get Stack Exchange 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 full body and answers for any result. Use this tool to find the authoritative community resources on a topic (e.g. tag "javascript" on stackoverflow). Use stackexchange_search_questions for free-text search rather than tag-based browsing.

Input parameters:

- `pageSize` (integer): Number of results to return (1–30, default 10).
- `site` (string): Stack Exchange site — use the api_site_parameter value (e.g. "stackoverflow", "superuser"). Defaults to "stackoverflow". Call stackexchange_list_sites to discover valid values.
- `tag` (string, required): Tag to look up (e.g. "python", "javascript", "docker"). Must match exactly.

Output parameters:

- `attribution` (string): Content license notice. Stack Exchange content is licensed under CC BY-SA 4.0 and requires attribution.
- `cap` (number): The pageSize cap applied to this request.
- `notice` (string): Actionable guidance when results are empty or filtered.
- `questions` (array): Highest-voted answered questions for the specified tag, ordered by votes.
- `quotaMax` (number): Maximum API quota calls per day (300 keyless, ~10,000 with API key).
- `quotaRemaining` (number): Remaining API quota calls for the current day.
- `shown` (number): Number of results returned.
- `site` (string): Stack Exchange site api_site_parameter used for this lookup.
- `tag` (string): Tag name used for this FAQ lookup.
- `truncated` (boolean): True when results were capped at pageSize.

### `stackexchange_get_user` (~147 tokens)

Get Stack Exchange User Profile

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 authorUserId from any question or answer in stackexchange_get_thread output. Returns profile fields plus up to 10 top tags by answer score.

Input parameters:

- `site` (string): Stack Exchange site — use the api_site_parameter value (e.g. "stackoverflow", "superuser"). Defaults to "stackoverflow". Call stackexchange_list_sites to discover valid values.
- `userId` (integer, required): Numeric user ID — use the authorUserId field from a question or answer in stackexchange_get_thread output.

Output parameters:

- `answerCount` (integer): Total number of answers posted when provided by the API.
- `badgeCounts` (object): Badge counts when provided by the API.
- `displayName` (string): Display name shown on the site.
- `link` (string): Direct URL to the user profile.
- `location` (string): User-provided location string when available.
- `questionCount` (integer): Total number of questions posted when provided by the API.
- `quotaMax` (number): Maximum API quota calls per day (300 keyless, ~10,000 with API key).
- `quotaRemaining` (number): Remaining API quota calls for the current day.
- `reputation` (integer): User reputation score.
- `topTags` (array): Top tags by answer score (up to 10). Empty array for new users with no answers.
- `userId` (integer): Numeric user ID on this Stack Exchange site.
- `websiteUrl` (string): User-provided website URL when available.

### `stackexchange_get_thread` (~272 tokens)

Get Stack Exchange Q&A 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 Stack Exchange question URL (e.g. "https://stackoverflow.com/questions/11227809/why-is-processing-a-sorted-array-faster" or "11227809"). HTML is normalized to markdown automatically; attribution (author + link) included per CC BY-SA 4.0. Get question IDs from stackexchange_search_questions or stackexchange_get_tag_faq.

Input parameters:

- `maxAnswers` (integer): Maximum number of answers to include (1–100, default 10). Answers are sorted: accepted first, then by score.
- `questionIdOrUrl` (string, required): Numeric question ID (e.g. "11227809") or a full Stack Exchange question URL (e.g. "https://stackoverflow.com/questions/11227809/why-is-processing-a-sorted-array-faster"). The integer immediately foll…
- `site` (string): Stack Exchange site — use the api_site_parameter value (e.g. "stackoverflow", "superuser"). Defaults to "stackoverflow". Must match the site where the question lives. Call stackexchange_list_sites to…

Output parameters:

- `acceptedAnswerId` (integer): ID of the accepted answer when one exists.
- `answerCount` (integer): Total answers the question has upstream. When greater than the returned answers[] length, more answers exist — raise maxAnswers to fetch them.
- `answers` (array): Answers sorted: accepted answer first, then by score descending.
- `authorLink` (string): Question author profile URL when available.
- `authorName` (string): Question author display name when available.
- `authorUserId` (integer): Question author numeric user ID when available — pass to stackexchange_get_user to fetch the full profile.
- `bodyMarkdown` (string): Question body normalized from HTML to markdown.
- `cap` (number): The maxAnswers cap applied to this request.
- `link` (string): Direct URL to the question.
- `questionId` (integer): Numeric question ID — identifies this thread on the site.
- `quotaMax` (number): Maximum API quota calls per day (300 keyless, ~10,000 with API key).
- `quotaRemaining` (number): Remaining API quota calls for the current day.
- `score` (integer): Question score (upvotes minus downvotes).
- `shown` (number): Number of answers returned.
- `tags` (array): Tags applied to this question.
- `title` (string): Question title.
- `truncated` (boolean): True when answers were capped at maxAnswers.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/cyanheads-stackexchange-mcp-server/stackexchange#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 68
- 2026-08-01: 67
- 2026-07-31: 67
- 2026-07-30: 65
- 2026-07-29: 65
- 2026-07-28: 64
- 2026-07-27: 63
- 2026-07-26: 63

## Links

- Remote endpoint: https://stackexchange.caseyjhand.com/mcp
- Repository: https://github.com/cyanheads/stackexchange-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/cyanheads-stackexchange-mcp-server/stackexchange/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/cyanheads-stackexchange-mcp-server/stackexchange/changelog.json
- HTML version of this page: https://verifymcp.io/servers/cyanheads-stackexchange-mcp-server/stackexchange
