Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

FixYourDocs

NPM · @FIXYOURDOCS/MCP-SERVER · SCANNED AUG 3

File structured docs-feedback reports to the FixYourDocs hub via a file_doc_feedback tool.

+29 this week 75 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to fixyourdocs/fixyourdocs). View diagnostics → Pass
  • Clear OSI-approved license (Apache-2.0).Pass
  • Actively maintained (last published 54 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability51
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 180 tokens (~180/item across 1 items; 1 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @fixyourdocs/mcp-server

# add to Claude Code
claude mcp add io-fixyourdocs-mcp-server -- npx -y @fixyourdocs/mcp-server
# add to Codex CLI
codex mcp add io-fixyourdocs-mcp-server -- npx -y @fixyourdocs/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-fixyourdocs-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@fixyourdocs/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add io-fixyourdocs-mcp-server --command npx --arg -y --arg @fixyourdocs/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  io-fixyourdocs-mcp-server:
    command: "npx"
    args: ["-y", "@fixyourdocs/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "io-fixyourdocs-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@fixyourdocs/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +41
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Provenance: unverified → pass security
    • The attested source repository moved: fixyourdocs/fixyourdocs security
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Licence: Apache-2.0 functional
  • 1 Aug 26 −4
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −52
    • Provenance: pass → unverified security
    • Known CVEs: partial → unverified security
    • Malware scan: pass → unverified security
    • Install scripts: pass → unverified security
    • The attested source repository moved: fixyourdocs/fixyourdocs security
    • Dependency health: partial → unverified functional
    • License: pass → unverified functional
    • Maintenance: pass → unverified functional
    • Licence: Apache-2.0 functional
  • 29 Jul 26 +40
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Provenance: unverified → pass security
    • The attested source repository moved: fixyourdocs/fixyourdocs security
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Schema quality: unverified → fair functional
    • License: unverified → pass functional
    • Licence: Apache-2.0 functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@fixyourdocs/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
fixyourdocs/fixyourdocs
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/fixyourdocs/fixyourdocs/.github/workflows/publish-mcp-server.yml@refs/tags/mcp-server-v0.2.0
Rekor log index:
1777738885
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:076eb4a06d53232cf7e9ffb819f43491d0f70b42c0cd969436d5ea6290d07fbac35949b1502fef012a7fc947864fe3d9a1d26def94c6d40a3159b6d00
Discovery method:
attestation_endpoint
Dependencies 96 packages

96 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 1 exposed · ~180 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
file_doc_feedback ~180

File a structured documentation-feedback report to the FixYourDocs hub (https://hub.fixyourdocs.io). Use this when you encounter docs that are broken, incorrect, outdated, missing, unclear, or otherwise unhelpful while following them. Each report is forwarded to a GitHub Issue on the doc owner's repository when they have a FixYourDocs integration installed. Offer to file the report and only submit once the developer confirms — ask before sending. Report only public third-party documentation served over https://; never report the developer's own private project docs, internal or localhost URLs, secrets, or transcript excerpts.

NameTypeReqDescription
agentobjectyesIdentity of the agent filing the report.
doc_urlstringyesURL of the doc page that produced the problem (HTTPS, ≤ 2048 chars).
reportobjectyesThe report body itself.

No output schema declared.

No examples provided.