mcpbeat Sign in

Credda Trust MCP Server

by credda-io Your server? Claim it
local only

Credda Trust runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from npm.

Check a counterparty's verifiable Credda trust record; verify or present signed credentials.

Installs per day peak 157 · avg 17 · +143% w/w
a month agotoday
64
Installs / week
npm · @credda/mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Credda Trust every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add credda-trust -- npx -y @credda/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "credda-trust": {
      "args": [
        "-y",
        "@credda/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.credda-trust]
command = "npx"
args = ["-y", "@credda/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "credda-trust": {
      "args": [
        "-y",
        "@credda/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "credda-trust": {
      "args": [
        "-y",
        "@credda/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CREDDA_API_KEY (Optional Credda platform API key. Without it the public read/verify tools still work; with it the platform tools (score reads, monitors, usage) are enabled.), CREDDA_USER_ID (Optional. The external id this server presents credentials for; needed only by mint_my_trust_token and present_my_credential (with CREDDA_API_KEY).), CREDDA_API_BASE (Optional override for the Credda API base URL, e.g. for a staging deployment.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Credda Trust

same job, measured the same way
5arz Proof Of Human
by lumirx

Prove a real, unique human performed an action; mint a signed, verifiable Proof-of-Human credential.

9 tools answering
Agenttrust
by bch1212

Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.

26 installs/wk local only
TrustRail Counterparty Risk
by trustrail-labs

External counterparty-risk checks and signed receipts for autonomous agents and machine payments.

answering
TrustRail Counterparty Risk
by nicolanegro02nn-sketch

External counterparty-risk checks and signed receipts for autonomous agents and machine payments.

answering
Vouch
by notifuturo

Check if a counterparty is safe to pay: trust/risk score for AI agents. Scam/phishing screen.

2 tools answering
C
AgentAvow Trust
by agentavow

Signed, offline-verifiable safety scores for the MCP servers, packages & tools an agent connects to

158 installs/wk local only
Tapeline
by tapeline

Transparent stock screener with a public, verifiable track record. Scan, score, and check picks.

5 tools answering
MolTrust MCP Server
by moltycel

Trust infrastructure for AI agents — DIDs, reputation, verifiable credentials, USDC.

277 installs/wk local only

Credda Trust — questions

Answers built from our own checks of this server.

Why is there no uptime for Credda Trust?
Credda Trust runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @credda/mcp-server was installed 64 times last week.
How do I connect Credda Trust?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @credda/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Credda Trust?
The npm package @credda/mcp-server was installed 64 times in the last week. Week over week that is +143%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.