Point your AI at your business.
Connect Claude, Cursor, or any MCP-capable assistant to your RevCore account and ask it about your pipeline. Or build your own integration on the same REST API and signed webhooks the platform runs on.
Included with the Scale plan. Keys are self-serve, no sales call required.
Connect your AI assistant
Point Claude, Cursor, Viktor, or any MCP-capable assistant at your own RevCore account. The MCP server exposes 15 tools, so you can ask about your pipeline, draft estimates, and line up appointments from a chat window. Paste this endpoint into your assistant and follow the setup guide:
https://app.revcorepro.com/api/mcpOr build your own integration
A public REST API at /api/v1 covers clients, leads, jobs, tasks, estimates, invoices, payments, appointments, your catalog and price book, and your team. Create keys yourself in Settings, with separate test and live keys and 21 granular permission scopes. The interactive reference lets you try every endpoint in the browser.
Open the API referenceSigned webhooks
Hear about new leads, booked jobs, and paid invoices the moment they happen. 14 event types, signed with Standard Webhooks signatures so you can verify every delivery, and retried automatically when your endpoint is down.
Browse webhook eventsSafe by design
Writes are deliberately limited. The API can create and update clients, leads, jobs, tasks, draft estimates, appointments, and catalog items, but invoices and payments are read-only, so nothing can move money through an API key. Cost and margin data stays hidden unless a key explicitly holds the financials scope.
Read about auth and scopesVersioned in the path at /api/v1. Changes within a version are additive, so what you build keeps working.
The docs live where the API lives.
Guides, the interactive reference, and the changelog are all on app.revcorepro.com, kept current with every release.
Guides
Auth, scopes, rate limits, errors, and idempotency.
ReadAPI reference
Every endpoint, interactive, with try-it in the browser.
ReadWebhooks
All 14 event types and how to verify signatures.
ReadAPI changelog
What changed in the API, release by release.
ReadMachine-readable: OpenAPI 3.1 spec · llms.txt · llms-full.txt. AI agents can read the docs directly.
Ready to plug in?
Everything starts at the developer platform overview. Scale customers can create an API key in Settings right now.