Make Monitor MCP
Provides read-only tools for monitoring Make.com scenarios, including listing scenarios, retrieving recent errors, and getting execution details.
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., "@Make Monitor MCPshow me recent errors from my scenarios"
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.
Make Monitor MCP v4
Read-only MCP server for Make.com monitoring and Airtable configuration analysis.
New Airtable tools in v4
list_airtable_tables— table names and IDs in the configured baseget_airtable_table_schema— fields, types, options, and views for one tableget_airtable_records— paginated record reads with optional view, formula, and field filters
All Airtable tools are read-only and return at most 500 records per call.
Related MCP server: n8n MCP Server
Required Airtable variables
Configure these in Railway service variables, never in the repository:
AIRTABLE_API_TOKEN=pat...
AIRTABLE_BASE_ID=app...The Airtable personal access token needs only these scopes and should be restricted to the single settings base:
data.records:read
schema.bases:readDo not add any Airtable write scopes.
New tools in v2
get_recent_executions— success, warning, error, or allget_recent_warningsget_scenario_logsget_execution_logget_module_operations— aggregated warnings/errors by moduleget_module_logslist_incomplete_executionsget_incomplete_execution_details
New tools in v3
get_scenario_details— scenario metadata and schedulingget_scenario_blueprint— current or historical blueprintget_scenario_module— configuration and mappings for one module
v3 also fixes get_recent_errors and get_recent_warnings failing with
'FunctionTool' object is not callable under FastMCP 2.x.
Existing tools remain:
list_scenariosget_recent_errorsget_execution_details
Required Make API scopes
For scenarios, warnings, execution logs, and module logs:
scenarios:readFor incomplete executions:
dlqs:readDo not add any write or run scopes.
Railway update
Replace the files in the existing GitHub repository with this version and commit. Railway should redeploy automatically.
If you prefer to keep the current repository unchanged, create a new private repo and deploy it as a new Railway service using the same environment variables.
ChatGPT refresh
After Railway redeploys:
Open ChatGPT Settings → Apps.
Open Make Monitor.
Refresh/reconnect the app so ChatGPT re-reads the MCP tool list.
Verify the new tools appear.
Example prompts
Проверь ошибки и warnings Make за последние 4 часа.Покажи warnings сценария 005.1 за последние сутки.Покажи статистику warnings и errors по модулям сценария за 7 дней.Проверь incomplete executions сценария 6545632.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 server enables AI assistants to discover, parameterize, and trigger Make.com automation workflows configured for on-demand execution. It allows users to execute scenarios and receive structured JSON results, bridging the gap between AI assistants and complex automation ecosystems.73MIT
- Alicense-qualityDmaintenanceMCP server for managing n8n workflows and executions. Enables listing, activating, deactivating, and executing workflows, as well as monitoring executions and instance health.MIT
- Flicense-qualityCmaintenanceRead-only MCP server exposing Microsoft Clarity analytics data as tools for ChatGPT Agent Builder.
- Alicense-qualityBmaintenanceRead-only MCP server for MOJAQ: give any AI assistant natural-language access to your EU-hosted app's deploys, errors, logs, uptime and incidents.17MIT
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
MCP connector that lets ChatGPT list, search, and run your Apple Shortcuts via a local Mac 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/andrmish/make-monitor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server