Pylon Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Pylon Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<img src="https://raw.githubusercontent.com/justinbeckwith/pylon-mcp/main/pylon-mcp.png" alt="pylon-mcp" width="400" />
MCP (Model Context Protocol) server for Pylon customer support platform.
corepack enable
pnpm install
pnpm run build cp .env.example .env.env and add your Pylon API token: PYLON_API_TOKEN=your_api_token_hereYou can generate an API token from the Pylon dashboard. Note: Only Admin users can create API tokens.
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"pylon": {
"command": "node",
"args": ["--env-file", "/path/to/pylon-mcp/.env", "/path/to/pylon-mcp/dist/index.js"]
}
}
}Add to your Claude Code MCP settings:
{
"mcpServers": {
"pylon": {
"command": "node",
"args": ["--env-file", "/path/to/pylon-mcp/.env", "/path/to/pylon-mcp/dist/index.js"]
}
}
}pylon_get_organization - Get information about your Pylon organizationpylon_list_accounts - List all accounts with paginationpylon_get_account - Get a specific account by IDpylon_create_account - Create a new accountpylon_update_account - Update an existing accountpylon_delete_account - Delete an accountpylon_search_accounts - Search accounts with filterspylon_list_contacts - List all contacts with paginationpylon_get_contact - Get a specific contact by IDpylon_create_contact - Create a new contactpylon_update_contact - Update an existing contactpylon_delete_contact - Delete a contactpylon_search_contacts - Search contacts with filterspylon_list_issues - List issues within a time rangepylon_get_issue - Get a specific issue by IDpylon_create_issue - Create a new issue/ticketpylon_update_issue - Update an existing issuepylon_delete_issue - Delete an issuepylon_search_issues - Search issues with filterspylon_snooze_issue - Snooze an issue until a specific timepylon_get_issue_followers - Get issue followerspylon_update_issue_followers - Add/remove issue followerspylon_redact_message - Redact a message from an issuepylon_list_tags - List all tagspylon_get_tag - Get a specific tag by IDpylon_create_tag - Create a new tagpylon_update_tag - Update an existing tagpylon_delete_tag - Delete a tagpylon_list_teams - List all teamspylon_get_team - Get a specific team by IDpylon_create_team - Create a new teampylon_update_team - Update an existing teamMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.