pokeportfolio-ai

idschapira/pokeportfolio-ai
★ 0 stars Python AI/LLM Updated 13d ago
PokéPortfolio AI — an AI agent that lets collectors register Pokémon cards using natural language ("2 Charizard ex 151 NM..."), resolving cards and prices via an MCP server. Kaggle 5-Day AI Agents capstone.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pokeportfolio-ai": {
      "command": "uvx",
      "args": [
        "pokeportfolio-ai"
      ]
    }
  }
}

Or install with pip: pip install pokeportfolio-ai

README Excerpt

PokéPortfolio AI — an AI agent that lets collectors register Pokémon cards using natural language ("2 Charizard ex 151 NM..."), resolving cards and prices via an MCP server. Kaggle 5-Day AI Agents capstone.