AgentHubAgentHub

CallRail MCP

MCP ServerMCP Registry官方收录

io.github.pghdma/callrail-mcp · v1.0.4

CallRail REST API v3 — 50 tools for calls, trackers, tags, users, companies, and agency reporting.

概览

CallRail MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "callrail-mcp": {
      "command": "uvx",
      "args": [
        "callrail-mcp"
      ],
      "env": {
        "CALLRAIL_API_KEY": "<CALLRAIL_API_KEY>"
      }
    }
  }
}

环境变量

CALLRAIL_API_KEY必填secret

CallRail API key. Get one at Settings > API Keys in your CallRail account (requires Account Admin). Alternatively set CALLRAIL_API_KEY_FILE to a file path containing the key.

相关资源

统一 Manifest

{
  "id": "io.github.pghdma/callrail-mcp",
  "type": "mcp-server",
  "version": "1.0.4",
  "displayName": "CallRail MCP",
  "description": "CallRail REST API v3 — 50 tools for calls, trackers, tags, users, companies, and agency reporting.",
  "repository": {
    "url": "https://github.com/pghdma/callrail-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "callrail-mcp",
        "version": "1.0.3",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "CALLRAIL_API_KEY",
            "description": "CallRail API key. Get one at Settings > API Keys in your CallRail account (requires Account Admin). Alternatively set CALLRAIL_API_KEY_FILE to a file path containing the key.",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.pghdma/callrail-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.pghdma%2Fcallrail-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
CallRail MCP — MCP Server 安装与配置 · AgentHub