dizzyvinci/apify-foundry
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dizzyvinci/apify-foundryget building permits in Chicago and Austin"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-monitorApify 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-aggregatorApify 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.
Related MCP server: open-sales-stack
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 |
| $0.05 |
shopify-catalog-monitor |
| $0.002 |
building-permit-aggregator |
| $0.005 |
80% of revenue goes to the developer (Apify takes 20%).
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceThis MCP server connects clients with Shopify store data, enabling retrieval of product and customer information via exposed tools.Last updated6MIT
- AlicenseAqualityDmaintenanceCollection of B2B sales intelligence MCP servers. Includes website analysis, tech stack detection, hiring signals, review aggregation, ad tracking, social profiles, financial reporting and more for AI-powered prospectingLast updated12MIT
- Alicense-qualityBmaintenanceMCP server for the Shopify Admin API, enabling 36 tools for managing products, orders, customers, inventory, fulfillments, collections, analytics, marketing, content, and webhooks.Last updated11MIT
- AlicenseAqualityCmaintenanceSearch official US government data from any MCP client: building permits from 10 city open-data portals, federal contract opportunities from SAM.gov with contracting-officer contacts, and the CMS NPI healthcare-provider registry. Open-source TypeScript server; data delivered via Apify's pay-per-result actors using your own Apify token.Last updated3MIT
Related MCP Connectors
One MCP for 160+ live web-data APIs — clean JSON from sites that block scrapers.
Hosted MCP: 319 structured web-data tools for search, maps, commerce, social & finance.
MCP server for Mireye Earth — federal-source-cited geospatial data for any MCP-aware agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dizzyvinci/apify-foundry'
If you have feedback or need assistance with the MCP directory API, please join our Discord server