Conversation
…rices and grading ROI)
|
Thanks for this — trading-card prices over a read-only remote MCP is a reasonable plugin, and matching the tlsradar/cashflow marketplace shape is the right idea. Reviewed for security, prompt injection, and fit with this collection. Security / prompt injection: Skill text is clean (no override/exfil). The endpoint Codebase fit — blocking:
Happy to re-review a follow-up that:
Appreciate the contribution — closing for now so it’s clear this needs another pass. Please open a fresh PR (or reopen after fixing) once the plugin is self-contained. |
What
Adds midpoint-card-prices, a plugin that connects Claude Code to Midpoint's remote MCP server (
https://mcp.cardcenteringtool.com/mcp, Streamable HTTP, no auth) for trading card market prices and grading ROI.plugins/midpoint-card-prices/.claude-plugin/plugin.json— manifestplugins/midpoint-card-prices/.mcp.json— remote server config (type: http)plugins/midpoint-card-prices/skills/card-prices/SKILL.md— teaches the search → card id → prices / ROI / history flowplugins/midpoint-card-prices/README.md,LICENSE(MIT for the plugin package).claude-plugin/marketplace.jsonundermcp-serversThe server
Nine read-only tools (
readOnlyHint: trueon all):search_cards,get_card_prices,grading_roi,get_price_history,best_cards_to_grade,trending_cards,liquid_movers,list_sets,get_set_cards. Raw and graded USD prices for 1.5M+ Pokémon, Magic, Yu-Gi-Oh!, One Piece, Lorcana, sports and entertainment cards; every result carries the capture date and links to the card page.tlsradarandcashflowentries (remote MCP via.mcp.json+ skill).Checks
plugin.json,.mcp.jsonandmarketplace.jsonparse as JSON; the entry is inserted without reformatting the rest of the file.claude mcp add --transport http midpoint https://mcp.cardcenteringtool.com/mcpand the MCP Inspector.