CustomGPT MCP Server

50 tools. 24 can modify or destroy data without limits.

5 destructive tools with no built-in limits. Policy required.

Last updated:

24 can modify or destroy data
26 read-only
50 tools total

Community server · catalogue entry verified 29/06/2026

How to control CustomGPT MCP Server ↓

What CustomGPT MCP Server exposes to your agents

Read (26) Write / Execute (19) Destructive / Financial (5)
Critical Risk

The most dangerous CustomGPT MCP Server tools

24 of CustomGPT MCP Server's 50 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control CustomGPT MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and CustomGPT MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "delete_agent": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "create_agent": {
    "limits": [
      {
        "counter": "create_agent_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "get_agent": {
    "limits": [
      {
        "counter": "get_agent_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register CustomGPT MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON CUSTOMGPT →

Instant setup, no code required.

All 50 CustomGPT MCP Server tools

READ 26 tools
Read get_agent Get details for a specific agent. Read get_agent_settings Get configuration settings for an agent. Read get_agent_stats Get statistics for a CustomGPT agent. Read get_analysis_report Get graph-ready analysis data with various metrics (queries, conversations, queries per conversation). Read get_citation Get citation details. Read get_conversation_messages Get all messages in a specific conversation. Read get_conversations_report Get conversations analytics for an agent. Read get_intelligence_report Get customer intelligence analytics data including user interactions, emotions, intents, and behavioral analyt Read get_license_details Get details for a specific license. Read get_message_details Get detailed information for a specific message by ID. Read get_page_metadata Get metadata for a specific page. Read get_queries_report Get queries analytics for an agent. Read get_server_info Get server information and available tools. Read get_traffic_report Get traffic analytics for an agent. Read get_usage_limits Get account usage limits. Read get_user_profile Get user profile information. Read list_agent_licenses List all licenses for an agent. Read list_agents List all your CustomGPT agents. Read list_conversations List all conversations for a specific agent. Read list_pages List all pages for an agent. Read list_plugins List plugins for an agent. Read list_sources List all sources (sitemaps and files) for an agent. Read preview_page Preview a file from citation using preview ID. Read reindex_page Reindex a specific page to refresh its content. Read search_team_member Search for a team member by ID or email (team owners/admins only). Read validate_api_key Validate the configured CustomGPT API key.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about CustomGPT MCP Server

Can an AI agent delete data through the CustomGPT MCP Server MCP server? +

Yes. The CustomGPT MCP Server server exposes 5 destructive tools including delete_agent, delete_conversation, delete_license. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through CustomGPT MCP Server? +

The CustomGPT MCP Server server has 16 write tools including create_agent, create_agent_license, create_conversation. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach CustomGPT MCP Server.

How many tools does the CustomGPT MCP Server MCP server expose? +

50 tools across 3 categories: Destructive, Read, Write. 26 are read-only. 24 can modify, create, or delete data.

How do I enforce a policy on CustomGPT MCP Server? +

Register the CustomGPT MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every CustomGPT MCP Server tool call.

Deterministic rules across all 50 CustomGPT MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

50 CustomGPT MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.