Freshservice MCP Server

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

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

Last updated:

24 can modify or destroy data
29 read-only
53 tools total

Community server · catalogue entry verified 30/06/2026

How to control Freshservice MCP Server ↓

What Freshservice MCP Server exposes to your agents

Read (29) Write / Execute (17) Destructive / Financial (7)
Critical Risk

The most dangerous Freshservice MCP Server tools

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

How to control Freshservice MCP Server

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

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
{
  "add_note_to_ticket": {
    "limits": [
      {
        "counter": "add_note_to_ticket_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 Freshservice 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 FRESHSERVICE →

Instant setup, no code required.

All 53 Freshservice MCP Server tools

READ 29 tools
Read get_agent Get details of a specific agent Read get_asset Get details of a specific asset Read get_change Get details of a specific change request Read get_department Get details of a specific department Read get_group Get details of a specific agent group Read get_problem Get details of a specific Freshservice problem Read get_requester Get details of a specific requester Read get_service_catalog_item Get details of a specific service catalog item Read get_solution_article Get a knowledge base article with full content Read get_solution_category Get details of a knowledge base category Read get_solution_folder Get details of a knowledge base folder Read get_ticket Get details of a specific Freshservice ticket Read get_ticket_conversations Get all conversations (replies and notes) for a ticket Read get_ticket_task Get details of a specific task on a ticket Read list_agents List Freshservice agents (support staff) Read list_assets List Freshservice assets/configuration items Read list_changes List Freshservice change requests Read list_departments List Freshservice departments Read list_groups List Freshservice agent groups Read list_problems List Freshservice problems Read list_requesters List Freshservice requesters (end users) Read list_service_catalog_items List items in the Freshservice service catalog Read list_solution_articles List articles in a knowledge base folder Read list_solution_categories List knowledge base categories in Freshservice Read list_solution_folders List folders in a knowledge base category Read list_ticket_tasks List all tasks for a Freshservice ticket Read list_tickets List Freshservice tickets with optional filters Read list_time_entries List time entries for a Freshservice ticket Read search_tickets Search/filter Freshservice tickets using a query string

Related servers

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

Questions about Freshservice MCP Server

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

Yes. The Freshservice MCP Server server exposes 7 destructive tools including delete_asset, delete_change, delete_problem. 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 Freshservice MCP Server? +

The Freshservice MCP Server server has 17 write tools including add_note_to_ticket, create_asset, create_change. 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 Freshservice MCP Server.

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

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

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

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

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

Instant setup, no code required.

53 Freshservice 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.