MCP Scorecard Server
Click on "Install 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: dominion-observatory
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables searching and retrieving detailed information about MCP servers from the official MCP registry. Provides tools to list servers with filtering options and get comprehensive details about specific servers.Last updated413MIT
- Alicense-qualityAmaintenanceBehavioral 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 latencyLast updated2MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to search, compare, and get detailed information about MCP servers from the mcpcatalogs.com directory.Last updated428MIT

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.Last updated5253
Related MCP Connectors
Scans MCP servers for tool poisoning, prompt injection and supply chain risks.
Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.
Search a curated directory of 300+ verified AI agents, MCP servers, and agentic tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gigabrainobserver/mcp-scorecard-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server