node804-freshservice-mcp

Node804/node804-freshservice-mcp
★ 1 stars Python API Integration Updated today
A configurable MCP server for the Freshservice REST API with permission-based tool gating.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "node804-freshservice": {
      "command": "uvx",
      "args": [
        "node804-freshservice-mcp"
      ]
    }
  }
}

Or install with pip: pip install node804-freshservice-mcp

README Excerpt

A configurable [MCP](https://modelcontextprotocol.io/) server for the [Freshservice](https://freshservice.com/) REST API with permission-based tool gating. Freshservice only provides a single API key per account with no scoping. This server addresses that by introducing a `FRESHSERVICE_MODE` environment variable that controls which tools are exposed. Blocked tools are excluded at registration time, so the LLM never sees them.

Tools (12)

FRESHSERVICE_APIKEYFRESHSERVICE_AUDIT_LOGFRESHSERVICE_CACHE_TTLFRESHSERVICE_DOMAINFRESHSERVICE_FILE_SEARCH_PATHSFRESHSERVICE_MODEadmincreate_ticket_notefullget_ticket_by_idreadstandard

Topics

freshservicefreshservice-apifreshservice-automationmcpmcp-servermcp-servers