# MTG Trade > Free marketplace and AI card scanner for Magic: The Gathering. Scan binder pages to get instant market prices, find local players to trade in person, and sell cards with integrated payments. Supports 30,000+ MTG editions. Free for local trades; commission applies on payments. ## Main pages - [Accueil (FR)](https://mtg-trade.fr/fr): Page d'accueil en français - [Home (EN)](https://mtg-trade.fr/en): English homepage - [Scanner des cartes (FR)](https://mtg-trade.fr/fr/upload): Upload et scan IA de pages de classeur - [Scan cards (EN)](https://mtg-trade.fr/en/upload): AI binder page scanning - [Collections publiques (FR)](https://mtg-trade.fr/fr/collections): Parcourir les collections publiques - [Public collections (EN)](https://mtg-trade.fr/en/collections): Browse public collections - [Blog (FR)](https://mtg-trade.fr/fr/blog): Guides pour collectionneurs Magic - [Blog (EN)](https://mtg-trade.fr/en/blog): Guides for Magic collectors ## Blog — Guides for Magic collectors - [Comment scanner ses cartes Magic et connaître leur valeur (FR)](https://mtg-trade.fr/fr/blog/comment-scanner-cartes-magic-valeur) - [How to scan Magic cards for value (EN)](https://mtg-trade.fr/en/blog/how-to-scan-magic-cards-for-value) - [Organiser sa collection de cartes Magic (FR)](https://mtg-trade.fr/fr/blog/organiser-collection-cartes-magic) - [How to organize a Magic card collection (EN)](https://mtg-trade.fr/en/blog/how-to-organize-magic-card-collection) - [Mes cartes Magic ont-elles de la valeur ? (FR)](https://mtg-trade.fr/fr/blog/mes-cartes-magic-ont-elles-de-la-valeur) - [Are my Magic cards worth anything? (EN)](https://mtg-trade.fr/en/blog/are-my-magic-cards-worth-anything) - [Échanger des cartes Magic: The Gathering (FR)](https://mtg-trade.fr/fr/blog/echanger-cartes-magic-the-gathering) - [Trade Magic: The Gathering cards (EN)](https://mtg-trade.fr/en/blog/trade-magic-the-gathering-cards) - [Échanger des cartes Magic en ligne (FR)](https://mtg-trade.fr/fr/blog/echanger-cartes-magic-en-ligne) - [Trade Magic cards online (EN)](https://mtg-trade.fr/en/blog/trade-magic-cards-online) - [Cartes Magic qui ont de la valeur (FR)](https://mtg-trade.fr/fr/blog/cartes-magic-qui-ont-valeur) - [Which Magic cards are valuable (EN)](https://mtg-trade.fr/en/blog/which-magic-cards-are-valuable) - [Vendre sa collection Magic pour arrêter le jeu (FR)](https://mtg-trade.fr/fr/blog/vendre-collection-magic-arreter-jeu) - [Sell a Magic collection to quit the game (EN)](https://mtg-trade.fr/en/blog/sell-magic-collection-quit-game) - [Vendre sa collection Magic — guide complet (FR)](https://mtg-trade.fr/fr/blog/vendre-collection-magic-guide-complet) - [How to sell a Magic collection — complete guide (EN)](https://mtg-trade.fr/en/blog/how-to-sell-magic-collection-guide) ## Card price pages (individual cards with local listings) - [Black Lotus](https://mtg-trade.fr/en/cards/black-lotus) - [Wheel of Fortune](https://mtg-trade.fr/en/cards/wheel-of-fortune) - [Underground Sea](https://mtg-trade.fr/en/cards/underground-sea) - [Tropical Island](https://mtg-trade.fr/en/cards/tropical-island) - [Volcanic Island](https://mtg-trade.fr/en/cards/volcanic-island) - [Bayou](https://mtg-trade.fr/en/cards/bayou) - [Scalding Tarn](https://mtg-trade.fr/en/cards/scalding-tarn) - [Misty Rainforest](https://mtg-trade.fr/en/cards/misty-rainforest) - [Force of Will](https://mtg-trade.fr/en/cards/force-of-will) - [Liliana of the Veil](https://mtg-trade.fr/en/cards/liliana-of-the-veil) - [Sol Ring](https://mtg-trade.fr/en/cards/sol-ring) - [Cyclonic Rift](https://mtg-trade.fr/en/cards/cyclonic-rift) - [Lightning Bolt](https://mtg-trade.fr/en/cards/lightning-bolt) - [Mana Crypt](https://mtg-trade.fr/en/cards/mana-crypt) - [Wrenn and Six](https://mtg-trade.fr/en/cards/wrenn-and-six) - [Ragavan, Nimble Pilferer](https://mtg-trade.fr/en/cards/ragavan-nimble-pilferer) - [Jace, the Mind Sculptor](https://mtg-trade.fr/en/cards/jace-the-mind-sculptor) - [Nightmare Lash](https://mtg-trade.fr/en/cards/nightmare-lash) - [Zuran Orb](https://mtg-trade.fr/en/cards/zuran-orb) - [Deathgrip](https://mtg-trade.fr/en/cards/deathgrip) - [Marchesa, the Black Rose](https://mtg-trade.fr/en/cards/marchesa-the-black-rose) ## Scan API (pay-per-scan for agents) Identify cards from a binder photo. 1 credit = 1 scan = €0.01. Pack: €5 = 500 credits. Anonymous purchase via Mollie; API key is shown once. - [OpenAPI 3.1](https://mtg-trade.fr/openapi.json): machine-readable spec (`/.well-known/openapi.json` equivalent) - [MCP server card](https://mtg-trade.fr/mcp/server-card): Streamable HTTP at `POST https://mtg-trade.fr/mcp` (`/.well-known/mcp.json`) - [API description (JSON)](https://mtg-trade.fr/api/v1/scan): endpoints, limits, 402 flow - POST https://mtg-trade.fr/api/v1/credits/purchase — create a pack (optional JSON `{ "redirect_url": "..." }`). x402: retry with `PAYMENT-SIGNATURE` (5 USDC on Base) - GET https://mtg-trade.fr/api/v1/credits/purchase/{purchaseId} — poll payment; returns `api_key` once when paid - POST https://mtg-trade.fr/api/v1/scan — `Authorization: Bearer mgt_…`, multipart field `image`. Returns 202 `{ job_id }` or 402 with `purchase_url` and optional `PAYMENT-REQUIRED` - GET https://mtg-trade.fr/api/v1/scan/{jobId} — poll until `status` is `processed` or `failed`