Back to Home
JustinBeckwith icon

pylon-mcp

Verified Safe

by JustinBeckwith

Overview

An MCP server enabling AI agents to interact with and manage the Pylon customer support platform, handling accounts, contacts, issues, tags, and teams.

Installation

Run Command
node --env-file ./.env ./dist/index.js

Environment Variables

  • PYLON_API_TOKEN

Security Notes

The server securely loads the Pylon API token from environment variables (PYLON_API_TOKEN), avoiding hardcoded secrets. The codebase is clear, well-structured, and not obfuscated, making it easy to audit. It utilizes the StdioServerTransport, meaning it communicates via standard input/output, which limits direct external network attack surface from the MCP server itself. Input validation for API parameters using `zod` and internal filtering (`cleanFilter`, `validateTimeRange`) are implemented to prevent malformed requests and potential injection. Outbound network requests are exclusively directed to the official Pylon API.

Similar Servers

Stats

Interest Score35
Security Score9
Cost ClassMedium
Avg Tokens2500
Stars3
Forks0
Last Update2026-01-19

Tags

PylonCustomer SupportHelpdeskMCPNode.jsAI Agent Tool