Pacer revenue-management API as MCP tools: portfolios, pacing, market metrics, Guesty, briefs.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"pacer": {
"env": {
"PACER_CORE_URL": "https://portal.pacerrev.io",
"PACER_CORE_TOKEN": "pat_..."
},
"command": "pacer-mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP server that exposes pacer/core API endpoints as native tools for Claude Code (and any other MCP-aware client). One binary, stdio transport, no fuss.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance / analytics
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
MCP Server for GCP environment for interacting with various Observability APIs.
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
Let AI agents create, discover, and track tokens across chains via Printr.
MCP Security Weekly
Get CVE alerts and security updates for io.github.STR-Consulting/pacer-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP server that exposes pacer/core API endpoints as native tools for Claude Code (and any other MCP-aware client). One binary, stdio transport, no fuss.
brew install STR-Consulting/tap/pacer-mcp
scoop bucket add pacer https://github.com/STR-Consulting/scoop-bucket
scoop install pacer-mcp
Non-programmer? See docs/windows-setup.md for a copy-paste prompt to hand to your AI assistant.
For server/automation use. Replace <version> and pick amd64 or arm64:
curl -fsSL https://github.com/STR-Consulting/mcp/releases/latest/download/pacer-mcp_<version>_linux_amd64.tar.gz | tar -xz
sudo install pacer-mcp /usr/local/bin/
Or use the OCI image: ghcr.io/str-consulting/pacer-mcp:latest (linux/amd64 + linux/arm64).
go install github.com/STR-Consulting/pacer-mcp@latest
Add to your MCP config (e.g. .mcp.json in your project or your Claude Code user config):
{
"mcpServers": {
"pacer": {
"command": "pacer-mcp",
"env": {
"PACER_CORE_URL": "https://portal.pacerrev.io",
"PACER_CORE_TOKEN": "pat_..."
}
}
}
}
| Env var | Description | Default |
|---|---|---|
PACER_CORE_URL | Base URL of the pacer/core app (PAT JSON API is mounted here) | https://portal.pacerrev.io |
PACER_CORE_TOKEN | Personal access token, format pat_... | (unset) |
Run health_check after install to confirm the server can reach core.
PATs are minted by a core admin via pacer pat create --user <email> --label <name>; they require an employee-or-higher role and are sent as Authorization: Bearer pat_....
Each tool's full description (caveats, when to use, args) is returned to the MCP client at registration time — agents see them at tool-selection time. The list below is a quick index.
| Tool | What it does |
|---|---|
health_check | Pings the Pacer API and reports config + reachability |
| Tool | What it does |
|---|---|
list_briefable_portfolios | Enumerate active portfolios (optional q name filter) |
list_portfolio_teams | Bulk: notification team (RM/RD/Jon) for every portfolio |
get_portfolio_team | Notification team for a single portfolio |
list_portfolio_units | Unit roster: bedrooms, type, managed/active, location |
list_portfolio_reservations | Reservations in a date range (by check_in/check_out/booked_on) |
| Tool | What it does |
|---|---|
get_portfolio_pacing | Recent reservations w/ YoY rent/ADR/ABW/LOS + anomaly score |
get_portfolio_metrics_ytd | CY vs PY YTD: revenue, ADR, occupancy, RevPAR, LOS, count |
get_portfolio_market_metrics | One-month CY vs PY + market benchmark deltas; optional decomposition |
| Tool | What it does |
|---|---|
guesty_pricing_config | Per-unit pricing intent: base price, fees, min/max nights, factors, channel settings |
guesty_reservation_promotions | Channel-applied promos on reservations in a month (Airbnb, Vrbo, etc.) |
| Tool | What it does |
|---|---|
get_client_health_brief | Latest (or dated) sentiment brief for a portfolio |
upsert_client_health_brief | Log a lightweight sentiment brief (1-5 + stage + payload) |
list_client_health_briefs | Dashboard view: latest brief per portfolio as of a date |
get_client_health_scoring_config | Scoring weights, labels, and tier thresholds |
upsert_intel_brief | Publish a full intel brief (Postgres + ClickUp task + BigQuery mirror) |
| Tool | What it does |
|---|---|
list_managed_keydata_units | Pacer-managed unit UUIDs for a KeyData customer account |
Not wrapped: `POST /portfolios/{p}/i