pulseway-mcp-server
Verified Safeby ry-ops
Overview
Integrates Claude AI with Pulseway PSA to automate management of service desk tickets, finance, CRM, and time tracking operations.
Installation
uv run --directory /absolute/path/to/pulseway-mcp-server pulseway-mcpEnvironment Variables
- PULSEWAY_GATEWAY_URL
- PULSEWAY_USERNAME
- PULSEWAY_PASSWORD
- PULSEWAY_COMPANY_NAME
Security Notes
The project strongly emphasizes secure handling of credentials, using environment variables via `secrets.env` (which is git-ignored) and recommending restricted file permissions. It uses standard HTTP(S) communication with basic authentication. There are no signs of `eval`, obfuscation, or malicious patterns. Error handling is present, but a broad `try-except` in `call_tool` could be more specific, though it returns the error to the LLM.
Similar Servers
mcp-server-salesforce
Enable natural language interactions and automation with Salesforce data and metadata for AI models.
mcp-pipedrive
Provides Claude with comprehensive access to the Pipedrive CRM API, enabling seamless automation of sales workflows, deal management, contact organization, and activity tracking through natural language conversations.
AdminAPI_MCP
Enables AI assistants like Claude to manage CData Arc instances and workflows through natural language interactions by wrapping the CData Arc Admin API.
zohocrm-mcp-server
Integrates Claude.ai with Zoho CRM to enable natural language querying and read-only access to CRM data.