EcomGraph
Independent Shopify app discovery for AI agents. Search, compare, and pull metadata for 8,000+ ecommerce apps from the EcomGraph catalog.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add thibault/ecomgraph
# Browse available tools
npx -y smithery tool list thibault/ecomgraph
# Get full schema for a tool
npx -y smithery tool get thibault/ecomgraph search_apps
# Call a tool
npx -y smithery tool call thibault/ecomgraph search_apps '{}'Direct MCP Connection
Endpoint: https://ecomgraph--thibault.run.tools
Tools (6)
search_apps— Search the EcomGraph catalog for Shopify apps by keyword or phrase, with optional category filter.get_app— Get full details for a Shopify app by its slug, including pricing, reviews, and FAQ.list_categories— List all Shopify app categories from the EcomGraph 3-level taxonomy (parent → child → leaf).list_best_in_category— Get the top-ranked Shopify apps in a given category, sorted by rating and review count.compare_apps— Compare multiple Shopify apps side-by-side (pricing, ratings, features). Provide 2-5 app slugs.list_developer_apps— List all Shopify apps published by a developer, with their stats.
# Get full input/output schema for a tool
npx -y smithery tool get thibault/ecomgraph