MCP Server
Maintained
OpenClaw Trust Scorer MCP Server
io.github.baronsengir007/trust-scorer
What is the OpenClaw Trust Scorer MCP server?
Solana wallet trust scoring: tier, tx count, balance, liveness.
How to install OpenClaw Trust Scorer
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"trust-scorer": {
"url": "https://facilities-radical-advantage-flashers.trycloudflare.com/mcp?src=mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"trust-scorer": {
"serverUrl": "https://facilities-radical-advantage-flashers.trycloudflare.com/mcp?src=mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"trust-scorer": {
"type": "http",
"url": "https://facilities-radical-advantage-flashers.trycloudflare.com/mcp?src=mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"trust-scorer": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://facilities-radical-advantage-flashers.trycloudflare.com/mcp?src=mcp"
]
}
}
}Claude Code
claude mcp add --transport http trust-scorer https://facilities-radical-advantage-flashers.trycloudflare.com/mcp?src=mcpRelated MCP servers
Weather, code search, currency & Solana trust scoring as MCP tools. Free, no API key needed.
0
View repository →JavaScript