MCP Fullstack

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

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

Last updated:

33 can modify or destroy data
33 read-only
66 tools total

Community server · catalogue entry verified 04/07/2026

How to control MCP Fullstack ↓

What MCP Fullstack exposes to your agents

Read (33) Write / Execute (27) Destructive / Financial (6)
Critical Risk

The most dangerous MCP Fullstack tools

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

How to control MCP Fullstack

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

Deny destructive operations
{
  "messages.delete_message": {
    "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
{
  "db.end_connection": {
    "limits": [
      {
        "counter": "db.end_connection_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "messages.get_thread": {
    "limits": [
      {
        "counter": "messages.get_thread_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 MCP Fullstack — 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 MCP FULLSTACK →

Instant setup, no code required.

All 66 MCP Fullstack tools

READ 33 tools
Read messages.get_thread Get a thread with optional messages Read messages.inbox Get inbox messages for a target Read messages.list_threads List message threads with filtering Read render.deployment_get Get deployment details Read render.deployments_list List deployments for a service Read render.env_list List environment variables Read render.logs Get service logs Read render.service_get Get Render service details Read render.service_status Get service status and metrics Read render.services_list List Render services Read search.crawl Crawl multiple web pages starting from seed URLs Read search.extract Extract structured data from HTML content Read search.fetch Fetch a URL with HTTP request options Read search.web Search the web using various search engines Read secrets.get Retrieve a secret value Read secrets.list List secret keys Read supabase.auth_admin Supabase Auth admin operations Read supabase.health Check Supabase health status Read supabase.projects_info Get Supabase project information Read supabase.storage_get_signed_url Get signed URL for Supabase Storage object Read tracking.ask_question_about_recording Ask AI question about recording Read tracking.feature_flag_eval Evaluate feature flags for user Read tracking.feature_flags_list List feature flags Read tracking.recording_frames Extract frames from recording Read tracking.recordings_list List session recordings Read tracking.sessions_list List tracking sessions Read vercel.deployment_get Get deployment details Read vercel.deployments_list List Vercel deployments Read vercel.domains_list List project domains Read vercel.env_list List environment variables Read vercel.logs Get deployment logs Read vercel.project_get Get Vercel project details Read vercel.projects_list List Vercel projects

Related servers

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

Questions about MCP Fullstack

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

Yes. The MCP Fullstack server exposes 6 destructive tools including messages.delete_message, render.deployment_cancel, secrets.delete. 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 MCP Fullstack? +

The MCP Fullstack server has 13 write tools including db.end_connection, messages.create_thread, messages.mark_read. 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 MCP Fullstack.

How many tools does the MCP Fullstack MCP server expose? +

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

How do I enforce a policy on MCP Fullstack? +

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

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

Instant setup, no code required.

66 MCP Fullstack 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.