pylon-mcp
Verified Safeby 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
node --env-file /path/to/pylon-mcp/.env /path/to/pylon-mcp/dist/index.jsEnvironment 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
mcp-servers
An MCP server providing create, read, update, and delete (CRUD) operations for cloud storage, specifically Google Cloud Storage, with capabilities for file listing and intelligent access control.
photons
The repository acts as an official marketplace for 'photons', which are single-file TypeScript MCP servers designed to supercharge AI assistants with focused capabilities for various tasks like filesystem operations, cloud integrations, database management, and more.
redmine-mcp-server
Enables AI assistants to interact with Redmine project management systems for issue, project, time, user, and wiki management.
mcp-pickaxe
Connects AI assistants to the Pickaxe platform for managing AI agents, knowledge bases, users, and analytics through natural language.