Prowpt MCP Server

59 tools. 34 can modify or destroy data without limits.

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

Last updated:

34 can modify or destroy data
25 read-only
59 tools total

Community server · catalogue entry verified 02/07/2026

How to control Prowpt MCP Server ↓

What Prowpt MCP Server exposes to your agents

Read (25) Write / Execute (24) Destructive / Financial (10)
Critical Risk

The most dangerous Prowpt MCP Server tools

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

How to control Prowpt MCP Server

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

Block financial tools by default
{
  "connect_stripe": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "delete_asset": {
    "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
{
  "accept_preview": {
    "limits": [
      {
        "counter": "accept_preview_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "export_project": {
    "limits": [
      {
        "counter": "export_project_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 Prowpt 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 PROWPT →

Instant setup, no code required.

All 59 Prowpt MCP Server tools

READ 25 tools
Read export_project Export project as JSON backup Read get_account_info Get current user account info, tier, and limits Read get_assistant_status Check the status of an assistant generation run. If run_id is provided, looks up that specific run (use this a Read get_credits Get current credit balance Read get_deployments Get deployment history for a project Read get_email_template Get a specific email template by slug, including full HTML body and variables schema Read get_project Get detailed information about a specific project Read get_project_context IMPORTANT: Call this BEFORE writing code for a project. Returns full conventions, patterns, record types, temp Read get_publish_status Get current publish/deploy status Read get_source_versions List source version history Read get_stripe_status Check whether a project has a connected Stripe account Read get_translations Get all translations for a project Read get_usage Get current usage (credits, projects, workflows, domains) Read get_workflow_executions Get execution history for a workflow Read list_assets List project assets (images, files) Read list_catalog List all npm packages available in the platform catalog (not project-specific) Read list_email_templates List all email templates for a project (system and custom) Read list_project_packages List npm packages enabled for a project, with version info and update availability Read list_projects List all projects owned by the authenticated user Read list_record_types List all record types for a project Read list_records List records of a specific type Read list_source_files List all source file paths in a project Read list_workflows List all workflows for a project Read preview_email_template Render a preview of an email template with optional sample context variables Read read_source_file Read the content of a specific source file

Related servers

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

Questions about Prowpt MCP Server

Can an AI agent move money through the Prowpt MCP Server MCP server? +

Yes. The Prowpt MCP Server server exposes 2 financial tools including connect_stripe, purchase_credit_pack. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

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

Yes. The Prowpt MCP Server server exposes 8 destructive tools including delete_asset, delete_email_template, delete_project. 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 Prowpt MCP Server? +

The Prowpt MCP Server server has 20 write tools including accept_preview, add_package, clone_project. 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 Prowpt MCP Server.

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

59 tools across 4 categories: Destructive, Execute, Read, Write. 25 are read-only. 34 can modify, create, or delete data.

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

Register the Prowpt 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 Prowpt MCP Server tool call.

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

Instant setup, no code required.

59 Prowpt 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.