RankCLI
v0.0.6
io.github.integrallis/rankcli-mcp-server
Free, local SEO + GEO audits for AI assistants - no signup, nothing leaves your machine.
io.github.Credda-io/credda-trust · v0.1.3
Check a counterparty's verifiable Credda trust record; verify or present signed credentials.
Credda Trust 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"credda-trust": {
"command": "npx",
"args": [
"-y",
"@credda/mcp-server"
]
}
}
}CREDDA_API_KEY可选secretOptional 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.
v0.0.6
io.github.integrallis/rankcli-mcp-server
Free, local SEO + GEO audits for AI assistants - no signup, nothing leaves your machine.
v0.99.26
io.github.anulum/synapse-channel
Local-first multi-agent coordination for messages, leases, shared plans, status, and resources.
v1.8.0
io.github.wstierhout/ableton-live-mcp
Control Ableton Live with 156 typed tools for music production and offline .als analysis.
v0.10.0
finance.fibrous/fibx
Swap, transfer, portfolio and Aave V3 on Base, HyperEVM and Monad, with the FibX app as MCP Apps UI.
v0.3.5
io.github.JacobiusMakes/parlayapi
Sports odds, player props and source coverage for AI assistants. Connect with your own API key.
v0.1.139
io.github.r2cuerdame/codesamplex
Compatibility evidence from real builds: does this library API work on your versions and runtime?
{
"id": "io.github.Credda-io/credda-trust",
"type": "mcp-server",
"version": "0.1.3",
"displayName": "Credda Trust",
"description": "Check a counterparty's verifiable Credda trust record; verify or present signed credentials.",
"homepage": "https://api.credda.io",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@credda/mcp-server",
"version": "0.1.3",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "CREDDA_API_KEY",
"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_USER_ID",
"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_API_BASE",
"description": "Optional override for the Credda API base URL, e.g. for a staging deployment."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.Credda-io/credda-trust",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Credda-io%2Fcredda-trust/versions/latest",
"isOfficial": true,
"status": "active"
}
}