MCP Server
MCP
Credda Trust
Check a counterparty's verifiable Credda trust record; verify or present signed credentials.
Install
npx -y @credda/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@credda/mcp-server",
"version": "0.1.3",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "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.",
"isSecret": true,
"name": "CREDDA_API_KEY"
},
{
"description": "Optional. The external id this server presents credentials for; needed only by mint_my_trust_token and present_my_credential (with CREDDA_API_KEY).",
"name": "CREDDA_USER_ID"
},
{
"description": "Optional override for the Credda API base URL, e.g. for a staging deployment.",
"default": "https://api.credda.io",
"name": "CREDDA_API_BASE"
}
]
}
]
}
mcp
model-context-protocol
npm
Comments
Sign in to leave a comment