Server data from the Official MCP Registry
CallRail REST API v3 — 49 tools including full CRUD plus agency aggregation tools.
CallRail REST API v3 — 49 tools including full CRUD plus agency aggregation tools.
This is a well-structured MCP server for the CallRail API with comprehensive input validation, proper authentication via environment variables, and appropriate permission scoping. The code demonstrates good security hygiene with extensive validation helpers, safe error handling that truncates sensitive data, and clear safety guards on dangerous operations (billing confirmations, outbound dialing). Minor quality observations around logging and some edge-case handling do not materially affect the security posture. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 11 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: CALLRAIL_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-pghdma-callrail-mcp": {
"env": {
"CALLRAIL_API_KEY": "your-callrail-api-key-here"
},
"args": [
"callrail-mcp"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.