pacer-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pacer-mcplist my briefable portfolios"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
pacer-mcp
🪦 RETIRED. This standalone PAT-over-stdio server no longer reaches the Pacer API. Every tool returns a notice to switch to the in-process ("inline") Pacer MCP connector built into core, offered as the hosted "Pacer" connector on claude.ai / Claude Cowork (tools appear as
mcp__…Pacer__…). The standalone binary called the API over the network atportal.pacerrev.io, which now redirects unauthenticated API calls to an HTML login page; the in-process connector dispatches to the same/api/v1handlers with no network hop and can't drift from the API host. Remove this server from your MCP client config. The setup and tool docs below are kept for historical reference only.
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.
Install
macOS (Homebrew)
brew install STR-Consulting/tap/pacer-mcpWindows (Scoop)
scoop bucket add pacer https://github.com/STR-Consulting/scoop-bucket
scoop install pacer-mcpNon-programmer? See docs/windows-setup.md for a copy-paste prompt to hand to your AI assistant.
Linux (binary tarball)
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).
From source
go install github.com/STR-Consulting/pacer-mcp@latestRelated MCP server: tastytrade-mcp
Setup
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 |
| Base URL of the pacer/core app (PAT JSON API is mounted here) |
|
| Personal access token, format | (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_....
Tools
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.
Operational
Tool | What it does |
| Pings the Pacer API and reports config + reachability |
Portfolio fundamentals
Tool | What it does |
| Enumerate active portfolios (optional |
| Bulk: notification team (RM/RD/Jon) for every portfolio |
| Notification team for a single portfolio |
| Unit roster: bedrooms, type, managed/active, location |
| Reservations in a date range (by |
Performance
Tool | What it does |
| Recent reservations w/ YoY rent/ADR/ABW/LOS + anomaly score |
| CY vs PY YTD: revenue, ADR, occupancy, RevPAR, LOS, count |
| One-month CY vs PY + market benchmark deltas; optional decomposition |
Guesty PMS
Tool | What it does |
| Per-unit pricing intent: base price, fees, min/max nights, factors, channel settings |
| Channel-applied promos on reservations in a month (Airbnb, Vrbo, etc.) |
Client health
Tool | What it does |
| Latest (or dated) sentiment brief for a portfolio |
| Log a lightweight sentiment brief (1-5 + stage + payload) |
| Dashboard view: latest brief per portfolio as of a date |
| Scoring weights, labels, and tier thresholds |
| Publish a full intel brief (Postgres + ClickUp task + BigQuery mirror) |
KeyData
Tool | What it does |
| Pacer-managed unit UUIDs for a KeyData customer account |
Not wrapped:
POST /portfolios/{p}/intel-brief/attachments(multipart binary upload). MCP has no natural multipart story.
Development
go build -o pacer-mcp .
go test ./...
golangci-lint run --fix ./...Releases are automated — push a v* tag and GitHub Actions builds darwin-arm64, windows-amd64, and linux-{amd64,arm64} binaries (plus a ghcr.io/str-consulting/pacer-mcp OCI image), then updates the Homebrew tap and Scoop bucket and publishes to the MCP Registry.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseCqualityCmaintenanceAn MCP server that provides an interface for the Interactive Brokers API via the ib_async library. It enables users to manage accounts, access real-time and historical market data, and execute or monitor trades through TWS or IB Gateway.Last updated331
- FlicenseAqualityCmaintenanceMCP server for the tastytrade brokerage API, providing tools for account management, market data, and order execution.Last updated18
- Alicense-qualityDmaintenanceAn MCP server for Interactive Brokers, enabling account management, trading operations, and market data queries.Last updated8MIT
- AlicenseAqualityCmaintenanceRead-only MCP server for Interactive Brokers that exposes market data, positions, and account info as MCP tools.Last updated8MIT
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
A basic MCP server to operate on the Postman API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/STR-Consulting/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server