← Back to Plugins
MCP Server MCP

io.github.rjexile/sports-card-agent

github By github 👁 1 views ▲ 0 votes

Sports card pricing, market analysis, grading ROI, and player stats (NBA/NFL/MLB)

Homepage Verified source GitHub

Install

uvx sports-card-agent

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "sports-card-agent",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "eBay API application ID (register free at developer.ebay.com)",
          "format": "string",
          "isSecret": true,
          "name": "EBAY_APP_ID"
        },
        {
          "description": "eBay API certificate ID (register free at developer.ebay.com)",
          "format": "string",
          "isSecret": true,
          "name": "EBAY_CERT_ID"
        },
        {
          "description": "Ball Don't Lie API key for player stats (register free at app.balldontlie.io)",
          "format": "string",
          "isSecret": true,
          "name": "BALLDONTLIE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...