# TCG Bling MCP server

Streamable HTTP endpoint: POST https://mcp.tcgbling.com/mcp (JSON-RPC 2.0, stateless, no auth).
Server card: https://mcp.tcgbling.com/.well-known/mcp/server-card.json

Tools: search_products, get_product, find_variant, list_token_types, list_artists, get_collection, create_cart, add_to_cart, get_cart, shop_policies_and_faqs, get_store_info.

Quick test:
  curl -s -X POST https://mcp.tcgbling.com/mcp -H 'content-type: application/json' \
    -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_products","arguments":{"query":"angel"}}}'

Store: https://tcgbling.com · agents guide: https://tcgbling.com/agents.md · commerce protocol (UCP): https://tcgbling.com/.well-known/ucp
