HomeSecurity › MolTrust MCP Server

MolTrust MCP Server

Give an agent a verifiable identity, and check another agent's before dealing with it.

Python Cloud macOSWindowsLinux Remote
★ 4 stars Last pushed 2026-09-22 License: MIT

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.moltrust.ch/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http moltrust-mcp-server https://api.moltrust.ch/mcp --header "X-API-Key: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "moltrust-mcp-server": {
      "url": "https://api.moltrust.ch/mcp",
      "headers": {
        "X-API-Key": "<YOUR_VALUE>"
      }
    }
  }
}
  • X-API-Key secret — Your MolTrust API key (authenticates identity/credits/register tools). Optional — read-only tools work without it.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry