Skip to main content
Glama
andrmish

Make Monitor MCP

by andrmish

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 base

  • get_airtable_table_schema — fields, types, options, and views for one table

  • get_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:read

Do not add any Airtable write scopes.

New tools in v2

  • get_recent_executions — success, warning, error, or all

  • get_recent_warnings

  • get_scenario_logs

  • get_execution_log

  • get_module_operations — aggregated warnings/errors by module

  • get_module_logs

  • list_incomplete_executions

  • get_incomplete_execution_details

New tools in v3

  • get_scenario_details — scenario metadata and scheduling

  • get_scenario_blueprint — current or historical blueprint

  • get_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_scenarios

  • get_recent_errors

  • get_execution_details

Required Make API scopes

For scenarios, warnings, execution logs, and module logs:

scenarios:read

For incomplete executions:

dlqs:read

Do 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:

  1. Open ChatGPT Settings → Apps.

  2. Open Make Monitor.

  3. Refresh/reconnect the app so ChatGPT re-reads the MCP tool list.

  4. Verify the new tools appear.

Example prompts

Проверь ошибки и warnings Make за последние 4 часа.
Покажи warnings сценария 005.1 за последние сутки.
Покажи статистику warnings и errors по модулям сценария за 7 дней.
Проверь incomplete executions сценария 6545632.
F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    This 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.
    73
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    MCP server for managing n8n workflows and executions. Enables listing, activating, deactivating, and executing workflows, as well as monitoring executions and instance health.
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Read-only MCP server for MOJAQ: give any AI assistant natural-language access to your EU-hosted app's deploys, errors, logs, uptime and incidents.
    17
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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