[build-system] requires = ["hatchling>=1.27"] build-backend = "hatchling.build" [project] name = "cartscout-mcp" version = "0.1.0" description = "MCP server that lets AI agents look up live product prices, stock, variants and deals from Shopify, WooCommerce, Walmart, eBay and Amazon stores." readme = "README.md" license = "MIT" requires-python = ">=3.10" dependencies = [ "mcp>=2.2,<3", "httpx>=0.27", ] keywords = [ "mcp", "model-context-protocol", "mcp-server", "ai-agents", "price-tracking", "product-data", "ecommerce", "shopify", "walmart", "ebay", "amazon", "web-scraping", ] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP :: Indexing/Search", "Topic :: Scientific/Engineering :: Artificial Intelligence", ] [project.urls] Homepage = "https://api.vesflow.dev" "API on RapidAPI" = "https://rapidapi.com/veselinveselinov06/api/cartscout-api" Repository = "https://github.com/Veselin15/cartscout-mcp" [project.scripts] cartscout-mcp = "cartscout_mcp.server:main" [tool.hatch.build.targets.wheel] packages = ["src/cartscout_mcp"] [dependency-groups] dev = ["pytest>=8"] [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["src"]