New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

Genkit MCP

72 tools. 27 can modify or destroy data without limits.

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

Last updated:

27 can modify or destroy data
45 read-only
72 tools total

Community server · catalogue entry checked 03/09/2026

How to control Genkit MCP ↓

What Genkit MCP exposes to your agents

Read (45) Write / Execute (15) Destructive / Financial (5)
Critical Risk

The most dangerous Genkit MCP tools

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

How to control Genkit MCP

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

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

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

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

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "account_record": {
    "limits": [
      {
        "counter": "account_record_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 Genkit 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 GENKIT →

Instant setup, no code required.

All 72 Genkit MCP tools

READ 45 tools
Read account_record account_record Read ask_user Ask the user a question when you need clarification, a preference, Read celsiusToFahrenheit Converts Celsius to Fahrenheit Read confirmBooking Confirm with the user before booking a dish. Read current_weather current_weather Read dailySpecial Get today Read dynamicGablorkenTool can be used to calculate gablorken value Read echo_meta_tool A tool that echoes the meta progress token back Read fetchCatalog Fetches the complete product catalog with all available items Read fetchMostPopularItems Fetches the most popular items in the catalog (top 3) Read gablorkenTool use when need to calculate a gablorken Read get_resource_link Returns a test resource link Read get_structured_weather Returns structured weather data Read get_test_audio Returns an audio clip Read get_test_image Returns an image Read get_trace Returns the trace details. Read get_usage_guide Use this tool to look up the official Genkit usage guide, including project setup instructions and API best pr Read getAttractions Get popular tourist attractions for a given city. Read getColor gets a random color Read getExchangeRate Look up the current exchange rate for an international transfer. Read getFlightInfo Get mock flight information between two cities on a given date. Read getProductDetails Get detailed information about a specific product by ID Read getRecentGrades retrieves recent grades for a specific student Read getSomeMarkdown Gets some markdown formatted text to display on the UI. Read getSomePreformattedText Gets some pre-formatted text to display on the UI. Read getStoreInfo Get store information including hours, location, and contact details Read getTime Get the current time Read getWeather Gets the current weather for a given city. Read jokeSubjectGenerator can be called to generate a subject for a joke Read list_flows Use this to discover available Genkit flows or inspect the input schema of Genkit flows to know how to success Read list_genkit_docs Use this to see a list of available Genkit documentation files. Returns Read lookupUsers use this tool to list users Read menuLookupTool use this tool to look up the menu for a given date Read read_artifact Reads the content of a named artifact from the session. Read read_genkit_docs Use this to read the full content of specific Genkit documentation files. You must provide Read search_genkit_docs Use this to search the Genkit documentation using keywords. Returns ranked results with Read searchCatalog Search for products by name, category, or keyword Read searchEvents use this when asked about any time/location for school events including extra curriculars like clubs Read someListFilesTool lists files Read tellAFunnyJoke Tells jokes about an input topic. Use this tool whenever user asks you to tell a joke. Read todaysMenu Use this tool to retrieve all the items on today Read upcomingHolidays can retrieve information about upcoming holidays Read userApproval Ask the user for approval before proceeding with a sensitive action. Read weather Get the weather for a city Read weatherTool use this tool to display weather

Related servers

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

Questions about Genkit MCP

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

Yes. The Genkit MCP server exposes 4 financial tools including processPayment, request_transfer, reservationTool. 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 Genkit MCP server? +

Yes. The Genkit MCP server exposes 1 destructive tools including removeTask. 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 Genkit MCP? +

The Genkit MCP server has 5 write tools including addTask, reportAbsence, reportTardy. 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 Genkit MCP.

How many tools does the Genkit MCP server expose? +

72 tools across 5 categories: Destructive, Execute, Financial, Read, Write. 45 are read-only. 27 can modify, create, or delete data.

How do I enforce a policy on Genkit MCP? +

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

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

Instant setup, no code required.

72 Genkit MCP tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Genkit's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.