io.github.STR-Consulting/pacer-mcp MCP Server
io.github.STR-Consulting/pacer-mcp
What is the io.github.STR-Consulting/pacer-mcp MCP server?
Pacer revenue-management API as MCP tools: portfolios, pacing, market metrics, Guesty, briefs.
How to install io.github.STR-Consulting/pacer-mcp
Copy-paste configuration for popular MCP clients.
PACER_CORE_URLBase URL of the pacer/core app (PAT JSON API). Defaults to production (portal.pacerrev.io).
PACER_CORE_TOKENrequiredsecretPersonal access token (pat_...) issued via `pacer pat create`. Requires the employee role or higher.
{
"mcpServers": {
"pacer-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/str-consulting/pacer-mcp:0.11.0"
],
"env": {
"PACER_CORE_URL": "<YOUR_PACER_CORE_URL>",
"PACER_CORE_TOKEN": "<YOUR_PACER_CORE_TOKEN>"
}
}
}
}{
"mcpServers": {
"pacer-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/str-consulting/pacer-mcp:0.11.0"
],
"env": {
"PACER_CORE_URL": "<YOUR_PACER_CORE_URL>",
"PACER_CORE_TOKEN": "<YOUR_PACER_CORE_TOKEN>"
}
}
}
}{
"mcpServers": {
"pacer-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/str-consulting/pacer-mcp:0.11.0"
],
"env": {
"PACER_CORE_URL": "<YOUR_PACER_CORE_URL>",
"PACER_CORE_TOKEN": "<YOUR_PACER_CORE_TOKEN>"
}
}
}
}{
"servers": {
"pacer-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/str-consulting/pacer-mcp:0.11.0"
],
"env": {
"PACER_CORE_URL": "<YOUR_PACER_CORE_URL>",
"PACER_CORE_TOKEN": "<YOUR_PACER_CORE_TOKEN>"
}
}
}
}claude mcp add pacer-mcp --env PACER_CORE_URL=<YOUR_PACER_CORE_URL> --env PACER_CORE_TOKEN=<YOUR_PACER_CORE_TOKEN> -- docker run -i --rm ghcr.io/str-consulting/pacer-mcp:0.11.0Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.