{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.mcpscores/mcp-server-scores",
  "title": "MCP Scores",
  "description": "Free reliability scores for MCP servers & x402 endpoints. No API key, no payment required.",
  "version": "1.0.0",
  "websiteUrl": "https://mcpscores.com",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcpscores.bowling-anthony.workers.dev/mcp"
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "pricing": {
        "model": "free"
      },
      "freeEndpoints": [
        "/health",
        "/llms.txt",
        "/server.json",
        "initialize",
        "ping",
        "tools/list"
      ],
      "homepage": "https://mcpscores.bowling-anthony.workers.dev/"
    }
  }
}