{
  "service": "MCP Security Score API",
  "version": "2.1.0",
  "description": "Free security scoring for MCP servers. The trust layer for the agentic web.",
  "endpoints": {
    "GET /score?url=<mcp-server-url>": "Get security score (0-100) — FREE. Smithery proxy URLs auto-resolved.",
    "GET /bulk-score?urls=<url1>,<url2>,...": "Batch score up to 10 URLs in parallel — FREE",
    "GET /badge?url=<mcp-server-url>": "Get embeddable SVG badge — FREE",
    "GET /leaderboard": "Top 100 scored MCP servers — FREE",
    "GET /report?url=<mcp-server-url>": "Detailed security report — PAID"
  },
  "badge_example": "![MCP Security Score](https://mcp-security-score.yagami8095.workers.dev/badge?url=https://your-mcp-server.com)",
  "source": "https://github.com/yedanyagamiai/mcp-security-score",
  "by": "OpenClaw Project — https://openclaw.dev"
}