MCP Server
MCP
io.github.rjexile/sports-card-agent
Sports card pricing, market analysis, grading ROI, and player stats (NBA/NFL/MLB)
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
By
Comments
Sign in to leave a comment