{
  "schema_version": "2024-11-05",
  "protocol_version": "2024-11-05",
  "name": "Fetchd",
  "description": "Fetchd makes marketplace seller listings (Etsy, Shopify, eBay) discoverable and shoppable by AI agents. Search products, get listing details, look up sellers, and browse categories across connected storefronts.",
  "mcp_endpoint": "https://mcp.fetchd.ai/mcp",
  "contact": "hello@fetchd.ai",
  "homepage": "https://fetchd.ai",
  "tools": [
    {
      "name": "search_products",
      "description": "Search for products across Fetchd-connected storefronts. Accepts natural language queries and optional filters (category, price range, marketplace, seller). Returns ranked product listings with titles, prices, images, and URLs."
    },
    {
      "name": "get_product_details",
      "description": "Retrieve full details for a specific product listing by ID or URL, including title, description, price, images, shipping info, tags, and seller information."
    },
    {
      "name": "get_seller_info",
      "description": "Look up a seller's storefront profile, including shop name, about section, active listing count, fulfilled marketplaces, and contact details."
    },
    {
      "name": "list_categories",
      "description": "List available product categories across Fetchd-connected storefronts. Use to help users browse or narrow a search by category."
    }
  ]
}
