Agentโ™ฅ๏ธŽAge
Catalog

TCG MCP

Official

by seanlok ยท Python

Pokemon TCG MCP server: PSA grading, collection management, and multi-provider pricing.

io.github.seanlok/tcg-mcp โ€” Model Context Protocol (MCP) server

The io.github.seanlok/tcg-mcp is a Pokemon TCG MCP server that looks up graded cards and manages a local owned collection. It queries pricing providers (Pokemon TCG API and PriceCharting), supports a watchlist with target prices, and snapshots PSA population (pop) counts to show trends over time.

๐Ÿ› ๏ธ Key Features

  • PSA graded-card lookups
  • Collection management backed by a local SQLite database
  • Multi-provider pricing via Pokemon TCG API and PriceCharting
  • Watchlist tracking with target prices
  • PSA pop-count snapshots for trend analysis
  • CGC/BGS lookups noted as stubbed

๐Ÿš€ Use Cases

  • Retrieve pricing and details for graded Pokemon TCG cards
  • Maintain and organize a personal card collection locally
  • Track desired prices for cards using a watchlist
  • Monitor PSA population count changes over time

โšก Developer Benefits

  • Integrates multiple pricing providers
  • Persists collection data in SQLite
  • Provides time-based PSA pop-count snapshots

โš ๏ธ Limitations

  • PSA lookups are implemented; CGC/BGS support is stubbed.