Fidensa
NPM · @FIDENSA/MCP-SERVER · SCANNED AUG 3
Independent AI certification authority. Trust scores, search, comparison, and verification.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 126 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add com-fidensa-mcp-server -- npx -y @fidensa/mcp-server
codex mcp add com-fidensa-mcp-server -- npx -y @fidensa/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-fidensa-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"@fidensa/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add com-fidensa-mcp-server --command npx --arg -y --arg @fidensa/mcp-server
mcp_servers:
com-fidensa-mcp-server:
command: "npx"
args: ["-y", "@fidensa/mcp-server"] {
"mcpServers": {
"com-fidensa-mcp-server": {
"command": "npx",
"args": [
"-y",
"@fidensa/mcp-server"
]
}
}
} 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.
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.
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.
check_certification Check Fidensa 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.
| Name | Type | Req | Description |
|---|---|---|---|
| capability_id | string | yes | Capability identifier (e.g. "mcp-server-filesystem") |
| version | string | — | Specific version to check (e.g. "1.0.0"). Omit for latest. |
No output schema declared.
No examples provided.
compare_capabilities Compare Fidensa Certified 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).
| Name | Type | Req | Description |
|---|---|---|---|
| capability_ids | array | yes | Array of 2-5 capability IDs to compare |
No output schema declared.
No examples provided.
get_contract Get Fidensa Certification 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).
| Name | Type | Req | Description |
|---|---|---|---|
| capability_id | string | yes | Capability identifier |
| version | string | — | Specific version (omit for latest) |
No output schema declared.
No examples provided.
report_experience Report Experience with a Capability ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| capability_id | string | yes | Capability identifier |
| content_hash | string | yes | SHA-256 content hash from the .cert.json artifact or the certification block. This proves you have the certified file. |
| details | object | — | Additional details |
| environment | object | — | Environment context |
| outcome | string | yes | Overall outcome of using the capability |
| version | string | — | Capability version (e.g. "1.0.0"). Server defaults to latest if omitted. |
No output schema declared.
No examples provided.
search_capabilities Search Fidensa Certified 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Maximum number of results (default: 10) |
| min_score | integer | — | Minimum trust score (0-100) |
| query | string | yes | Search query (natural language or keywords) |
| tier | string | — | Filter by certification tier |
| type | string | — | Filter by capability type |
No output schema declared.
No examples provided.
verify_artifact Verify Fidensa Certification 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).
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | — | Base64-encoded .cert.json artifact content. Preferred for independent verification. |
| file_hash | string | — | SHA-256 hash of the capability file (excluding the residual comment line). When provided, verifies the file matches the certified original. |
| installed_git_sha | string | — | Git commit SHA of the installed code (from "git rev-parse HEAD"). When provided, verifies that the installed code matches the certified commit. |
| url | string | — | fidensa.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 Verify Certified File Integrity ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| capability_id | string | yes | Capability identifier |
| file_hash | string | yes | SHA-256 hash of the capability file (excluding the residual comment line if present). |
No output schema declared.
No examples provided.