{
  "name": "datanest-stores",
  "description": "Datanest — production-ready digital technical products (code toolkits, templates, cheatsheets) across ~50 specialist stores. Search the catalogue, inspect products, get previews, and prepare verified Stripe checkout links.",
  "protocol": "mcp",
  "protocol_version": "2025-06-18",
  "transport": "streamable-http",
  "endpoint": "https://datanest-stores.pages.dev/mcp",
  "authentication": "none (public read tools); ownership-proof for get_purchase_access",
  "tools": [
    "search_products",
    "get_product_details",
    "compare_products",
    "get_product_preview",
    "create_checkout_link",
    "check_order_status",
    "get_purchase_access"
  ],
  "documentation": "https://datanest-stores.pages.dev/agents",
  "openapi": "https://datanest-stores.pages.dev/openapi.yaml",
  "catalog": "https://datanest-stores.pages.dev/catalog.json",
  "usage": "POST JSON-RPC 2.0 to this endpoint with header Accept: application/json, text/event-stream. Example: {\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\"}"
}