Manifest MCP

33 tools. 15 can modify or destroy data without limits.

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

Last updated:

15 can modify or destroy data
18 read-only
33 tools total

Community server · catalogue entry verified 02/07/2026

How to control Manifest MCP ↓

What Manifest MCP exposes to your agents

Read (18) Write / Execute (10) Destructive / Financial (5)
Critical Risk

The most dangerous Manifest MCP tools

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

How to control Manifest MCP

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

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

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

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

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "app_diagnostics": {
    "limits": [
      {
        "counter": "app_diagnostics_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 Manifest MCP — 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 MANIFEST →

Instant setup, no code required.

All 33 Manifest MCP tools

READ 18 tools
Read app_diagnostics Get provision diagnostics for a deployed app. Use this to debug apps stuck in provisioning or that failed to s Read app_releases Get release/version history for a deployed app. Use this to see what versions have been deployed, when they we Read app_status Get detailed status and connection info for a deployed app. Use this after deploy_app to check if an app is ru Read browse_catalog Browse available cloud providers and SKUs with live health checks. Use this before deploy_app to see which pro Read check_deployment_readiness Pre-flight check for deploy_app: surfaces the caller Read cosmos_estimate_fee Estimate the gas and fee for any Cosmos SDK transaction without broadcasting it. Read credit_balance Get account balances, credit status, and spending estimates. Defaults to the caller Read get_account_info Get the wallet address for the configured key. Use this to check which account is active. Read get_logs Get recent container logs for a deployed app. Use this to debug apps that are failing or to verify an app star Read get_mfx_to_pwr_rate Get the current MFX-to-PWR conversion rate and optionally preview how much PWR a given amount of MFX would pro Read get_providers List registered providers. Use this to see which providers are available on-chain. Read get_skus List available SKUs (service tiers) with pricing. Use this to see what sizes are available before creating a l Read lease_by_custom_domain Reverse-lookup the active or pending lease that has claimed a given FQDN. Returns the lease and the Read leases_by_tenant List leases with optional state filtering and pagination. Defaults to the caller; pass Read list_module_subcommands List available subcommands for a specific module. Call this after list_modules to discover the exact subcomman Read list_modules List all available query and transaction modules. Call this before using cosmos_query or cosmos_tx to discover Read lookup_custom_domain_orchestrated Reverse-resolve a custom-domain FQDN to its owning lease via Read troubleshoot_deployment_orchestrated Produce a markdown-formatted chain-side diagnostic report for a lease

Related servers

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

Questions about Manifest MCP

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

Yes. The Manifest MCP server exposes 3 financial tools including convert_mfx_to_pwr, fund_credit, request_faucet. 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 Manifest MCP server? +

Yes. The Manifest MCP server exposes 2 destructive tools including close_lease, close_lease_orchestrated. 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 Manifest MCP? +

The Manifest MCP server has 3 write tools including manage_domain_orchestrated, set_item_custom_domain, update_app. 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 Manifest MCP.

How many tools does the Manifest MCP server expose? +

33 tools across 3 categories: Execute, Read, Write. 18 are read-only. 15 can modify, create, or delete data.

How do I enforce a policy on Manifest MCP? +

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

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

Instant setup, no code required.

33 Manifest MCP 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.