MCP server for Pylon customer support platform
| Tool name | Description | Destructive? |
|---|---|---|
| pylon_get_organization | ✓ no | |
| pylon_list_accounts | ✓ no | |
| pylon_get_account | ✓ no | |
| pylon_create_account | ✓ no | |
| pylon_update_account | ✓ no |
| pylon_delete_account⚠ | ⚠ yes | |
| pylon_search_accounts | ✓ no | |
| pylon_list_contacts | ✓ no | |
| pylon_get_contact | ✓ no | |
| pylon_create_contact | ✓ no | |
| pylon_update_contact | ✓ no | |
| pylon_delete_contact⚠ | ⚠ yes | |
| pylon_search_contacts | ✓ no | |
| pylon_list_issues | ✓ no | |
| pylon_get_issue | ✓ no | |
| pylon_get_issue_body | ✓ no | |
| pylon_create_issue | ✓ no | |
| pylon_update_issue | ✓ no | |
| pylon_delete_issue⚠ | ⚠ yes | |
| pylon_search_issues | ✓ no | |
| pylon_snooze_issue | ✓ no | |
| pylon_get_issue_followers | ✓ no | |
| pylon_update_issue_followers | ✓ no | |
| pylon_redact_message | ✓ no | |
| pylon_list_tags | ✓ no | |
| pylon_get_tag | ✓ no | |
| pylon_create_tag | ✓ no | |
| pylon_update_tag | ✓ no | |
| pylon_delete_tag⚠ | ⚠ yes | |
| pylon_list_teams | ✓ no | |
| pylon_get_team | ✓ no | |
| pylon_create_team | ✓ no | |
| pylon_update_team | ✓ no |
{
"mcpServers": {
"pylon": {
"command": "npx",
"args": [
"-y",
"pylon-mcp"
]
}
}
}