AutoRev

Claude에서 필드 서비스 비즈니스를 운영하세요: 전화 응대, 작업 예약 및 배차, 견적 작성, 인보이스 추적. HVAC, 배관, 전기, 지붕 및 해충 방제 업종에 적합합니다.

문서

AutoRev MCP Server

Connect Claude, Cursor, or any MCP client to AutoRev AI and run your field service business in plain language.

AutoRev is the AI operating system for the trades. This Model Context Protocol server exposes the AutoRev platform to AI clients: answer and review calls, book and dispatch jobs, build and send estimates, chase invoices, manage the pricebook, and pull daily numbers, all through natural language.

Built for HVAC, plumbing, electrical, roofing, pest control, landscaping, garage door, locksmith and cleaning businesses.

Endpoint   https://app.autorev.ai/api/mcp
Transport  Streamable HTTP (MCP 2025-03-26)
Auth       OAuth 2.1
Account    https://autorev.ai

Quick start

Claude (web and desktop)

  1. Open Settings, then Connectors, then Add custom connector.
  2. Paste https://app.autorev.ai/api/mcp.
  3. Sign in with your AutoRev account when the OAuth prompt appears.

Claude discovers the tool list automatically, filtered to whatever your account has enabled.

Cursor, Windsurf, and other stdio-only clients

npx @autorevai/mcp-server

Or add it to your client config:

{
  "mcpServers": {
    "autorev": {
      "command": "npx",
      "args": ["-y", "@autorevai/mcp-server"]
    }
  }
}

The package is a thin stdio bridge to the hosted server. It holds no credentials of its own and opens the same OAuth flow in your browser on first run.

What you can do

Ask in plain language. A few real examples:

  • "What came in overnight and what still needs a callback?"
  • "Book the Maple Street water heater job for Thursday morning with whoever is closest."
  • "Send Dana the estimate for the condenser replacement and text her the payment link."
  • "Which estimates over $2,000 have gone quiet for more than a week?"
  • "How did we do yesterday compared to the same day last month?"

Tool surface

Roughly 130 tools. The exact list your client sees is filtered by your plan and by which integrations you have connected, so tenants without ServiceTitan never see ServiceTitan tools.

AreaWhat it covers
Calls and voiceList and inspect calls, transcripts, place outbound calls, create and tune AI receptionists
MessagingSend SMS, read and reply to conversations, unified inbox, opt-outs
Jobs and dispatchCreate, schedule, reschedule and complete jobs, assign technicians, dispatch board, route optimization
Estimates and invoicingBuild estimates from templates or the pricebook, send them, invoice, record payments, send payment links
PricebookSearch, match, create, update and bulk import pricebook items, live material pricing
Customers and leadsAdd and bulk import contacts, search leads, follow-up queues
Recurring serviceCreate, pause, resume and cancel recurring plans and memberships
ReviewsRequest reviews, track status, run follow-ups, route negative feedback
Campaigns and workflowsBuild and publish workflows, run campaigns, enroll customers in drips
ReportingDaily briefing, revenue, unified KPIs, technician performance, coaching scorecards
Field service integrationsServiceTitan, Housecall Pro, Jobber, FieldEdge, Service Fusion, GoHighLevel
Pest controlChemical application logging and history

Full catalog: Tool manifest.

Security

  • Every tool call requires a valid OAuth 2.1 bearer token. There is no anonymous access and no read-only public mode.
  • Tokens are scoped to a single tenant. Tenant membership is re-checked on every call, so revoking a user's access takes effect immediately.
  • Write operations that move money or contact customers require explicit confirmation before they execute.
  • This repository contains documentation and a client bridge. It does not contain the server implementation.

Report a security issue to security@autorev.ai.

Integrations

AutoRev connects to ServiceTitan, Housecall Pro, Jobber, FieldEdge, Service Fusion, GoHighLevel, Google Calendar and Outlook. Connected integrations expand the tool surface automatically.

Links

License

MIT. See LICENSE.