{
  "markdown": "# Apify MCP Servers — by dizzyvinci\n\nTwo production-ready **Apify Actors** available as **MCP servers** via the Apify MCP Gateway. Free tier users can call them directly from any MCP client (Claude, Cursor, Windsurf, etc.); pay-per-event pricing means you only pay for what you use.\n\n## Servers\n\n### 1. Shopify Catalog Monitor\n\n> Track price drops, stock-outs, restocks, and new/removed products across any public Shopify store.\n\n**MCP endpoint:**\n```\nhttps://mcp.apify.com?tools=dizzyvinci/shopify-catalog-monitor\n```\n\n**Apify Store:** https://apify.com/dizzyvinci/shopify-catalog-monitor\n\n**Tools exposed:** `shopify-catalog-monitor` — polls stores and returns only the diffs (price changes, stock changes, product adds/removes). On first call per store, captures a baseline; subsequent calls return what changed.\n\n**Use cases:** competitor price intelligence, dropship product research, brand MAP enforcement, restock alerts.\n\n---\n\n### 2. US Building Permit Aggregator\n\n> Pull recent building & construction permits from 9 major US cities in one unified schema.\n\n**MCP endpoint:**\n```\nhttps://mcp.apify.com?tools=dizzyvinci/building-permit-aggregator\n```\n\n**Apify Store:** https://apify.com/dizzyvinci/building-permit-aggregator\n\n**Tools exposed:** `building-permit-aggregator` — returns permits from Chicago, LA, Austin, SF, Seattle, DC, Nashville, Philadelphia, and Boston. All data from official government open-data APIs (Socrata, ArcGIS, Carto, CKAN).\n\n**Use cases:** construction lead gen, market intelligence, real-estate research, contractor prospecting.\n\n---\n\n## Usage with Claude / any MCP client\n\nAdd either server to your MCP client config. Example for Claude Desktop (`claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"shopify-monitor\": {\n      \"url\": \"https://mcp.apify.com?tools=dizzyvinci/shopify-catalog-monitor\",\n      \"headers\": {\n        \"Authorization\": \"Bearer <your-apify-token>\"\n      }\n    },\n    \"building-permits\": {\n      \"url\": \"https://mcp.apify.com?tools=dizzyvinci/building-permit-aggregator\",\n      \"headers\": {\n        \"Authorization\": \"Bearer <your-apify-token>\"\n      }\n    }\n  }\n}\n```\n\nGet a free Apify token at [console.apify.com/settings/integrations](https://console.apify.com/settings/integrations). Free tier includes $5/month in compute credits.\n\n## Pricing\n\nPay-per-event — no subscription:\n\n| Actor | Event | Price |\n|---|---|---|\n| shopify-catalog-monitor | `store-checked` (per store polled) | $0.05 |\n| shopify-catalog-monitor | `change-detected` (per change found) | $0.002 |\n| building-permit-aggregator | `permit` (per record returned) | $0.005 |\n\n80% of revenue goes to the developer (Apify takes 20%).\n\n## License\n\nMIT\n",
  "bytes": 2689,
  "sha": "1ec0b1ef433b3e9bc83c3f7cd747feffdfe658a69577e81e5214ce49e3d35c35",
  "repo_slug": "dizzyvinci/apify-foundry",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_dizzyvinci_building_permit_agg_191868a0/readme"
}