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.

Fidensa

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

Independent AI certification authority. Trust scores, search, comparison, and verification.

Available components

+23 this week 69 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 (95 of 99), 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 (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability76
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 839 tokens (~119/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • 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 · @fidensa/mcp-server

# add to Claude Code
claude mcp add com-fidensa-mcp-server -- npx -y @fidensa/mcp-server
# add to Codex CLI
codex mcp add com-fidensa-mcp-server -- npx -y @fidensa/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-fidensa-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@fidensa/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-fidensa-mcp-server --command npx --arg -y --arg @fidensa/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  com-fidensa-mcp-server:
    command: "npx"
    args: ["-y", "@fidensa/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "com-fidensa-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@fidensa/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.

  • 2 Aug 26 +49
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Security disclosure: fail → unverified functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 1 Aug 26 −1
    • Malware scan: unverified → pass security
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → 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/@fidensa/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 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 — 7 exposed · ~839 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
check_certification ~112

Quick trust check for an AI capability (MCP server, skill, plugin, or workflow). Returns certification status, trust score, grade, tier, and supply chain status. No API key required. Use this before invoking any capability to verify it has been independently certified by Fidensa.

NameTypeReqDescription
capability_idstringyesCapability identifier (e.g. "mcp-server-filesystem")
versionstringSpecific version to check (e.g. "1.0.0"). Omit for latest.

No output schema declared.

No examples provided.

compare_capabilities ~73

Side-by-side comparison of 2-5 certified capabilities. Shows trust scores, grades, tiers, and per-signal breakdowns to help choose between alternatives. Requires a free API key (set FIDENSA_API_KEY).

NameTypeReqDescription
capability_idsarrayyesArray of 2-5 capability IDs to compare

No output schema declared.

No examples provided.

get_contract ~78

Retrieve the full certification contract for a capability, including identity, supply chain analysis, security scan results, adversarial testing findings, behavioral fingerprint, and trust score breakdown. Requires a free API key (set FIDENSA_API_KEY).

NameTypeReqDescription
capability_idstringyesCapability identifier
versionstringSpecific version (omit for latest)

No output schema declared.

No examples provided.

report_experience ~157

Submit an experience report for a certified capability. Reports feed into the social proof signal of the trust score. Requires the content_hash from the .cert.json artifact (proves you've encountered the certified file). API key optional but recommended for higher rate limits.

NameTypeReqDescription
capability_idstringyesCapability identifier
content_hashstringyesSHA-256 content hash from the .cert.json artifact or the certification block. This proves you have the certified file.
detailsobjectAdditional details
environmentobjectEnvironment context
outcomestringyesOverall outcome of using the capability
versionstringCapability version (e.g. "1.0.0"). Server defaults to latest if omitted.

No output schema declared.

No examples provided.

search_capabilities ~119

Search for certified AI capabilities by keyword or description. Use this to discover certified alternatives when a capability is uncertified or scores poorly. Supports filtering by type, tier, and minimum trust score. No API key required.

NameTypeReqDescription
limitintegerMaximum number of results (default: 10)
min_scoreintegerMinimum trust score (0-100)
querystringyesSearch query (natural language or keywords)
tierstringFilter by certification tier
typestringFilter by capability type

No output schema declared.

No examples provided.

verify_artifact ~211

Verify the cryptographic signature on a Fidensa certification artifact (.cert.json). Checks platform signature, content hash, expiry, and optionally code integrity (git SHA match) and file integrity (file hash match). For true offline verification, pass the .cert.json content from the capability's published package via the content parameter. Requires a free API key (set FIDENSA_API_KEY).

NameTypeReqDescription
contentstringBase64-encoded .cert.json artifact content. Preferred for independent verification.
file_hashstringSHA-256 hash of the capability file (excluding the residual comment line). When provided, verifies the file matches the certified original.
installed_git_shastringGit commit SHA of the installed code (from "git rev-parse HEAD"). When provided, verifies that the installed code matches the certified commit.
urlstringfidensa.com URL to fetch the artifact (convenience, but verification is circular since the artifact comes from the same authority verifying it).

No output schema declared.

No examples provided.

verify_file ~89

Quick file integrity check: pass the SHA-256 hash of a capability file and its capability_id to verify the file matches what Fidensa certified. This is the simplest verification path — no .cert.json needed. No API key required.

NameTypeReqDescription
capability_idstringyesCapability identifier
file_hashstringyesSHA-256 hash of the capability file (excluding the residual comment line if present).

No output schema declared.

No examples provided.