Back to Browse

Trust Chain MCP Server

Developer ToolsUse Caution1.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Trust Chain MCP server. Tools: create trust anchor, verify chain, add attestation. Built by MEOK AI

About

Trust Chain MCP server. Tools: create trust anchor, verify chain, add attestation. Built by MEOK AI

Security Report

1.2
Use Caution1.2Critical Risk

This MCP server contains multiple critical security issues that pose significant risks. The most severe finding is an unauthenticated network call to an external metering service (proofof.ai) that sends API keys and tool information, creating a data exfiltration vulnerability. Additionally, the server makes arbitrary outbound HTTP requests without explicit user consent or sandboxing, and authentication bypass is possible through empty API keys. While the trust chain and attestation logic itself is sound, these architectural security flaws substantially undermine the server's trustworthiness. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

8 files analyzed · 17 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

env_vars

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-csoai-org-trust-chain-mcp": {
      "args": [
        "-y",
        "trust-chain-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!