Loading MCP server directory, please wait...
Pacer revenue-management API as MCP tools: portfolios, pacing, market metrics, Guesty, briefs.
npx @getmcp/cli add io.github.STR-Consulting/pacer-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
PACER_CORE_TOKENPersonal access token (pat_...) issued via `pacer pat create`. Requires the employee role or higher.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.STR-Consulting/pacer-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PACER_CORE_URL",
"-e",
"PACER_CORE_TOKEN",
"ghcr.io/str-consulting/pacer-mcp:0.6.0"
],
"env": {
"PACER_CORE_URL": "https://mc.pacerrev.io",
"PACER_CORE_TOKEN": ""
}
}
}
}