MCP Scorecard Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Scorecard ServerCheck the trust score for firebase-mcp"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Scorecard Server
An MCP server that lets AI models check trust scores for MCP servers before connecting. Powered by the MCP Scorecard trust index.
What it does
Provides 4 tools to any MCP-compatible AI model:
check_server_trust — Look up trust score and safety details for a specific server
search_servers — Find servers by keyword
list_servers — Browse and filter the full index
get_ecosystem_stats — Aggregate statistics about the MCP ecosystem
Related MCP server: mcpcatalogs
Quick start
# Get an API key at https://mcp-scorecard.ai
export SCORECARD_API_KEY=mcs_your_key_here
# Run with uv
uvx mcp-scorecard-server
# Or install and run
uv pip install mcp-scorecard-server
mcp-scorecard-serverClaude Code integration
Add to your Claude Code MCP config (.claude/settings.json):
{
"mcpServers": {
"mcp-scorecard": {
"command": "uvx",
"args": ["mcp-scorecard-server"],
"env": {
"SCORECARD_API_KEY": "mcs_your_key_here"
}
}
}
}Then ask Claude: "Check the trust score for io.github.firebase/firebase-mcp"
Environment variables
Variable | Required | Default | Description |
| Yes | — | Your API key |
| No |
| API base URL |
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Search, vet & assemble MCP servers from your agent: verified tools, risk labels, and trust scores.
Trust verification for MCP servers. Check scores, scan for security issues, search 4,200+ servers.
Independent trust scores, tool surfaces and change history for MCP servers.
Find, compare, and audit software for AI agents. Scored registry of tools and MCP servers.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceBehavioral trust scoring for MCP servers and AI agents. Live registry tracking 4,500+ servers with trust scores (0-100) based on interaction history, success rates, and latency2MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to search, compare, and get detailed information about MCP servers from the mcpcatalogs.com directory.47 npmMIT

agentseal-mcp-intelofficial
FlicenseAqualityDmaintenanceEnables users to scan MCP servers for security threats, check installed servers, and analyze config files for risks, all from AI assistants like Claude, Cursor, or Windsurf.59 npm3-- FlicenseNot gradedqualityDmaintenanceEnables AI agents to query trust scores and security reviews for MCP servers before connecting, helping assess safety via a composite score and letter grade.-