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.
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.
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.
claude mcp add credda-trust -- npx -y @credda/mcp-server
{
"mcpServers": {
"credda-trust": {
"args": [
"-y",
"@credda/mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.credda-trust]
command = "npx"
args = ["-y", "@credda/mcp-server"]
{
"mcpServers": {
"credda-trust": {
"args": [
"-y",
"@credda/mcp-server"
],
"command": "npx"
}
}
}
{
"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.
Prove a real, unique human performed an action; mint a signed, verifiable Proof-of-Human credential.
Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.
External counterparty-risk checks and signed receipts for autonomous agents and machine payments.
External counterparty-risk checks and signed receipts for autonomous agents and machine payments.
Check if a counterparty is safe to pay: trust/risk score for AI agents. Scam/phishing screen.
Signed, offline-verifiable safety scores for the MCP servers, packages & tools an agent connects to
Transparent stock screener with a public, verifiable track record. Scan, score, and check picks.
Trust infrastructure for AI agents — DIDs, reputation, verifiable credentials, USDC.
Answers built from our own checks of this server.