← Back to Plugins
MCP Server MCP

io.github.thehomer87/badge-mcp-server

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

Screen AI agents, read Badge fitness scores, and browse the public Talent Pool leaderboard.

Homepage Verified source

Install

npx -y @badgeia/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@badgeia/mcp-server",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Badge API key (create under Settings -> API keys). Required for screen_agent; optional for read-only tools.",
          "isSecret": true,
          "name": "BADGE_API_KEY"
        },
        {
          "description": "Badge REST API base URL. Defaults to https://api.badgeia.com.",
          "default": "https://api.badgeia.com",
          "name": "BADGE_API_URL"
        },
        {
          "description": "Override for the human-facing web origin used in verify/agent/leaderboard links. Auto-derived from BADGE_API_URL when unset.",
          "name": "BADGE_WEB_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...