← Back to browse

sports-card-agent

Indexed by io.github.rjexile

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsEBAY_APP_ID EBAY_CERT_ID BALLDONTLIE_API_KEY
Claude Code
claude mcp add --env EBAY_APP_ID= --env EBAY_CERT_ID= --env BALLDONTLIE_API_KEY= sports-card-agent -- uvx sports-card-agent
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"sports-card-agent","command":"uvx","args":["sports-card-agent"],"env":{"EBAY_APP_ID":"","EBAY_CERT_ID":"","BALLDONTLIE_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "sports-card-agent": {
      "command": "uvx",
      "args": [
        "sports-card-agent"
      ],
      "env": {
        "EBAY_APP_ID": "",
        "EBAY_CERT_ID": "",
        "BALLDONTLIE_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.