Scorecard Server
FreeNot checkedProvides AI models with tools to check trust scores and safety details for MCP servers, search for servers, and view ecosystem statistics.
About
Provides AI models with tools to check trust scores and safety details for MCP servers, search for servers, and view ecosystem statistics.
README
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
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-server
Claude 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 |
|---|---|---|---|
SCORECARD_API_KEY |
Yes | — | Your API key |
SCORECARD_API_URL |
No | https://api.mcp-scorecard.ai |
API base URL |
License
MIT
Installing Scorecard Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/gigabrainobserver/mcp-scorecard-serverFAQ
Is Scorecard Server MCP free?
Yes, Scorecard Server MCP is free — one-click install via Unyly at no cost.
Does Scorecard Server need an API key?
No, Scorecard Server runs without API keys or environment variables.
Is Scorecard Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Scorecard Server in Claude Desktop, Claude Code or Cursor?
Open Scorecard Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Scorecard Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
