Back to Home
JustinBeckwith icon

pylon-mcp

Verified Safe

by JustinBeckwith

Overview

Provides an MCP (Model Context Protocol) interface to interact with the Pylon customer support platform's API for managing customer support data.

Installation

Run Command
node --env-file /path/to/pylon-mcp/.env /path/to/pylon-mcp/dist/index.js

Environment Variables

  • PYLON_API_TOKEN

Security Notes

The server securely handles API tokens by requiring them to be provided via environment variables (PYLON_API_TOKEN). It uses input validation (Zod) for all tool arguments, and includes a `cleanFilter` function to explicitly filter out invalid Pylon API operators, preventing potential API injection or misuse. Communication is via StdioServerTransport, limiting direct network exposure for the server itself. No obvious malicious patterns, 'eval' usage, or hardcoded secrets were found.

Similar Servers

Stats

Interest Score81
Security Score9
Cost ClassLow
Avg Tokens300
Stars2
Forks0
Last Update2025-12-15

Tags

MCPPylonCustomer SupportHelpdeskAPI Client