dizzyvinci/apify-foundry
Provides two MCP servers: Shopify Catalog Monitor for tracking product changes and US Building Permit Aggregator for construction permit data from 9 US cities.
README
Apify MCP Servers — by dizzyvinci
Two 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.
Servers
1. Shopify Catalog Monitor
Track price drops, stock-outs, restocks, and new/removed products across any public Shopify store.
MCP endpoint:
https://mcp.apify.com?tools=dizzyvinci/shopify-catalog-monitor
Apify Store: https://apify.com/dizzyvinci/shopify-catalog-monitor
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.
Use cases: competitor price intelligence, dropship product research, brand MAP enforcement, restock alerts.
2. US Building Permit Aggregator
Pull recent building & construction permits from 9 major US cities in one unified schema.
MCP endpoint:
https://mcp.apify.com?tools=dizzyvinci/building-permit-aggregator
Apify Store: https://apify.com/dizzyvinci/building-permit-aggregator
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).
Use cases: construction lead gen, market intelligence, real-estate research, contractor prospecting.
Usage with Claude / any MCP client
Add either server to your MCP client config. Example for Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"shopify-monitor": {
"url": "https://mcp.apify.com?tools=dizzyvinci/shopify-catalog-monitor",
"headers": {
"Authorization": "Bearer <your-apify-token>"
}
},
"building-permits": {
"url": "https://mcp.apify.com?tools=dizzyvinci/building-permit-aggregator",
"headers": {
"Authorization": "Bearer <your-apify-token>"
}
}
}
}
Get a free Apify token at console.apify.com/settings/integrations. Free tier includes $5/month in compute credits.
Pricing
Pay-per-event — no subscription:
| Actor | Event | Price |
|---|---|---|
| shopify-catalog-monitor | store-checked (per store polled) |
$0.05 |
| shopify-catalog-monitor | change-detected (per change found) |
$0.002 |
| building-permit-aggregator | permit (per record returned) |
$0.005 |
80% of revenue goes to the developer (Apify takes 20%).
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.