> ## Documentation Index
> Fetch the complete documentation index at: https://docs.routemcp.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations

> Browse all CRM and Accounting providers available through RouteMCP. Connect your users' accounts via the Connect widget and read/write data through a single unified API.

## CRM

<CardGroup cols={3}>
  <Card title="Salesforce" icon="https://icon.horse/icon/salesforce.com" href="/integrations/crm/salesforce">
    Contacts, leads, deals, meetings, companies, notes, tasks, and activities via Salesforce REST API v66.0. Sandbox supported.
  </Card>

  <Card title="HubSpot" icon="https://icon.horse/icon/hubspot.com" href="/integrations/crm/hubspot">
    Contacts, leads, deals, meetings, companies, notes, tasks, and activities via HubSpot CRM API v3. Sandbox supported.
  </Card>

  <Card title="Zoho CRM" icon="https://icon.horse/icon/crm.zoho.com" href="/integrations/crm/zoho-crm">
    Contacts, leads, deals, meetings, companies, notes, tasks, and activities via Zoho CRM API v5. Multi-region supported.
  </Card>

  <Card title="Pipedrive" icon="https://icon.horse/icon/pipedrive.com" href="/integrations/crm/pipedrive">
    Contacts, leads, deals, meetings, companies, notes, tasks, and activities via Pipedrive API v1. Sandbox supported.
  </Card>

  <Card title="LeadConnector" icon="https://t3.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://gohighlevel.com&size=128" href="/integrations/crm/leadconnector">
    Contacts, leads, deals, appointments, notes, and tasks via LeadConnector API.
  </Card>

  <Card title="Monday CRM" icon="https://icon.horse/icon/monday.com" href="/integrations/crm/monday-crm">
    Contacts, leads, deals, meetings, companies, notes, and activities via Monday.com GraphQL API.
  </Card>
</CardGroup>

### Supported resources

Call CRM resources at `/api/v1/crm/{slug}`.

| Resource    | Slug          | Operations                        | Description                                                     |
| ----------- | ------------- | --------------------------------- | --------------------------------------------------------------- |
| Contact     | `contact`     | List, Get, Create, Update, Delete | People records — name, email, phone, address                    |
| Lead        | `lead`        | List, Get, Create, Update, Delete | Prospective customers in the top of the funnel                  |
| Deal        | `deal`        | List, Get, Create, Update, Delete | Opportunities with amounts, stages, and close dates             |
| Meeting     | `meeting`     | List, Get, Create, Update, Delete | Calendar events and appointments                                |
| Company     | `company`     | List, Get, Create, Update, Delete | Organizations and accounts                                      |
| Note        | `note`        | List, Get, Create, Update, Delete | Notes attached to contacts, deals, or companies                 |
| Task        | `task`        | List, Get, Create, Update, Delete | Action items with due dates and priorities                      |
| Activity    | `activity`    | List, Get, Create, Update, Delete | Calls, emails, and logged interactions                          |
| Pipeline    | `pipeline`    | List, Get                         | Sales pipelines and stage definitions. Read-only.               |
| Owner       | `owner`       | List, Get                         | CRM users who own records. Read-only.                           |
| Appointment | `appointment` | List, Get, Create, Slots          | Scheduling pages, available time slots, and booked appointments |

## Accounting

<CardGroup cols={3}>
  <Card title="FreshBooks" icon="https://icon.horse/icon/freshbooks.com" href="/integrations/accounting/freshbooks">
    Invoices, bills, contacts, accounts, payments, expenses, items, tax rates, credit notes, journal entries, projects, employees, and the four standard financial reports via the FreshBooks API. OAuth 2.0.
  </Card>

  <Card title="QuickBooks Online" icon="https://icon.horse/icon/intuit.com" href="/integrations/accounting/quickbooks-online">
    Invoices, bills, contacts, accounts, payments, journal entries, items, and the rest of the chart of accounts via QuickBooks Online API v3. Sandbox supported.
  </Card>

  <Card title="Xero" icon="https://icon.horse/icon/xero.com" href="/integrations/accounting/xero">
    Invoices, bills, contacts, accounts, payments, journal entries, items, attachments, bank feed accounts, and reports via Xero Accounting API v2.0. Demo Company sandbox supported.
  </Card>

  <Card title="Zoho Books" icon="https://icon.horse/icon/books.zoho.com" href="/integrations/accounting/zoho-books">
    Invoices, bills, contacts, accounts, payments, journal entries, items, projects, sales orders, and bank-feed accounts via Zoho Books API v3. Multi-region datacenters (US / EU / IN / AU / CA / JP).
  </Card>
</CardGroup>

### Supported resources

Call accounting resources at `/api/v1/accounting/{slug}`.

| Resource                   | Slug                         | Operations                        | Description                                                                                                                                                                     |
| -------------------------- | ---------------------------- | --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Invoice                    | `invoice`                    | List, Get, Create, Update, Delete | Sales invoices (AR) and bills (AP). Use `type: "ACCOUNTS_PAYABLE"` to write a bill.                                                                                             |
| Contact                    | `contact`                    | List, Get, Create, Update, Delete | Customers and vendors. Use `is_supplier: true` to write a vendor. Soft delete archives the record.                                                                              |
| Account                    | `account`                    | List, Get, Create, Update, Delete | General-ledger accounts in the chart of accounts. Soft delete archives the record.                                                                                              |
| Payment                    | `payment`                    | List, Get, Create, Update, Delete | Customer payments (AR) and bill payments (AP).                                                                                                                                  |
| Tax Rate                   | `tax_rate`                   | List, Get, Create, Update, Delete | Sales / VAT / GST rates with effective windows. Soft delete archives the record.                                                                                                |
| Journal Entry              | `journal_entry`              | List, Get, Create, Update, Delete | Manual GL entries with debit/credit lines.                                                                                                                                      |
| Expense                    | `expense`                    | List, Get, Create, Update, Delete | Cash purchases / out-of-pocket spend.                                                                                                                                           |
| Purchase Order             | `purchase_order`             | List, Get, Create, Update, Delete | Buying-side commitments to vendors.                                                                                                                                             |
| Sales Order                | `sales_order`                | List, Get, Create, Update, Delete | Selling-side commitments to customers (provider permitting).                                                                                                                    |
| Credit Note                | `credit_note`                | List, Get, Create, Update, Delete | Customer-side credits applied to invoices.                                                                                                                                      |
| Vendor Credit              | `vendor_credit`              | List, Get, Create, Update, Delete | Vendor-side credits applied to bills.                                                                                                                                           |
| Item                       | `item`                       | List, Get, Create, Update, Delete | Catalog of products / services / inventory. Soft delete archives the record.                                                                                                    |
| Tracking Category          | `tracking_category`          | List, Get, Create, Update, Delete | Departments, classes, locations, projects. Soft delete archives the record.                                                                                                     |
| Payment Method             | `payment_method`             | List, Get, Create, Update, Delete | Cash, card, ACH, etc. Soft delete archives the record.                                                                                                                          |
| Payment Term               | `payment_term`               | List, Get, Create, Update, Delete | Net-30, due-on-receipt, etc. Soft delete archives the record.                                                                                                                   |
| Company Info               | `company_info`               | List, Get, Update                 | Single record per realm — name, fiscal year, base currency, address. Cannot be created or deleted.                                                                              |
| Accounting Period          | `accounting_period`          | List, Get, Create, Update, Delete | Fiscal-period markers (e.g. FY2026 Q1) used to scope reports and journal entries.                                                                                               |
| Employee                   | `employee`                   | List, Get, Create, Update, Delete | W-2 employees. Contractors are surfaced via the Contact resource on providers that split them (e.g. QBO).                                                                       |
| Project                    | `project`                    | List, Get, Create, Update, Delete | Project tracking for time/cost allocation. On QBO requires Plus or Advanced subscription.                                                                                       |
| Attachment                 | `attachment`                 | List, Get, Create, Update, Delete | File attachments (receipt PDFs, supporting documents) linked to accounting records.                                                                                             |
| Expense Report             | `expense_report`             | List, Get, Create, Update, Delete | Submitted expense reports with line-level expenses for reimbursement workflows.                                                                                                 |
| Item Fulfillment           | `item_fulfillment`           | List, Get, Create, Update, Delete | Shipment / delivery records against a sales order.                                                                                                                              |
| Balance Sheet              | `balance_sheet`              | List, Get                         | Point-in-time financial report (assets / liabilities / equity). Pass `created_before` as the as-of date. Generated on-demand; read-only.                                        |
| Income Statement           | `income_statement`           | List, Get                         | Period-based P\&L report. Pass `created_after` + `created_before` as the period bounds. Generated on-demand; read-only.                                                         |
| Cash Flow Statement        | `cash_flow_statement`        | List, Get                         | Period-based cash movement report (operating / investing / financing activities). Pass `created_after` + `created_before` as the period bounds. Generated on-demand; read-only. |
| General Ledger Transaction | `general_ledger_transaction` | List, Get                         | Posted GL transactions with debit/credit legs, sourced from the underlying invoice/payment/journal entry. Read-only.                                                            |
| Transaction                | `transaction`                | List, Get                         | Cross-type listing of transactional records (sales receipt, refund receipt, deposit, transfer). Read-only.                                                                      |
| Bank Feed Account          | `bank_feed_account`          | List, Get                         | Linked bank / credit-card accounts feeding transactions into the books. Read-only.                                                                                              |
| Bank Feed Transaction      | `bank_feed_transaction`      | List, Get                         | Pending transactions from the bank feed before user categorization. Read-only.                                                                                                  |
| Address                    | `address`                    | List, Get                         | Embedded sub-type also exposed as a top-level read endpoint. Provider support varies.                                                                                           |
| Phone Number               | `phone_number`               | List, Get                         | Embedded sub-type also exposed as a top-level read endpoint. Provider support varies.                                                                                           |

<Note>Not all providers support every resource. See individual provider pages for the full compatibility matrix.</Note>

## Calendar

<CardGroup cols={3}>
  <Card title="Google Calendar" icon="https://www.gstatic.com/images/branding/product/2x/calendar_2020q4_48dp.png" href="/integrations/calendar/google-calendar">
    Events, calendars, sharing (ACL), settings, colors, and free/busy availability via the Google Calendar API v3. 32 tools, OAuth 2.0 + PKCE.
  </Card>

  <Card title="Cal.com" icon="https://icon.horse/icon/cal.com" href="/integrations/calendar/cal">
    Bookings, event types, availability slots, schedules, out-of-office, and connected calendars via the Cal.com API v2. 63 tools, API-key auth.
  </Card>

  <Card title="Calendly" icon="https://icon.horse/icon/calendly.com" href="/integrations/calendar/calendly">
    Event types, scheduled events, invitees, availability, scheduling links, contacts, organizations, and groups via the Calendly API v2. 47 tools, API-key auth (Personal Access Token).
  </Card>
</CardGroup>

## Developer

<CardGroup cols={3}>
  <Card title="GitHub" icon="https://icon.horse/icon/github.com" href="/integrations/developer/github">
    Repositories, issues, pull requests, workflows, releases, gists, and org/team administration via the GitHub REST API. 417 tools, OAuth 2.0.
  </Card>
</CardGroup>

## Productivity

<CardGroup cols={3}>
  <Card title="Notion" icon="https://icon.horse/icon/notion.so" href="/integrations/productivity/notion">
    Search, read, and write Notion pages, databases, blocks, comments, and views via the Notion API. 39 tools, OAuth 2.0.
  </Card>
</CardGroup>

## Documents & Storage

<CardGroup cols={3}>
  <Card title="Google Drive" icon="https://lh3.googleusercontent.com/uYdjnj7OBSOK4TbMtH1yXGAQwiiC0fjpAn-yNtlkK5gg1_jTCFFcfW_ywlzFvZhoB7dVIaN6oK8xOiBOm2Ejjg=w80-h80" href="/integrations/documents-and-storage/google-drive">
    Google Drive API — search, read, create, upload, share, comment, and manage files, folders, permissions, revisions, and shared drives. 58 tools, OAuth 2.0 + PKCE.
  </Card>

  <Card title="Google Docs" icon="https://lh3.googleusercontent.com/OSX-cVXgpX5u6rbajjud9qc_Fdv08oFEUlDgqGNtx3swiwakz_nLD5RJwLcXVyDejtK7rJAnNm3sbI4UYlo=w80-h80" href="/integrations/documents-and-storage/google-docs">
    Google Docs API v1 — create documents and edit content: text, tables, headers/footers, bullets, images, styles, and named ranges. 29 tools, OAuth 2.0 + PKCE.
  </Card>

  <Card title="Google Sheets" icon="https://lh3.googleusercontent.com/g9B1KMQSo_Ety8smh0APcuPh4yuwZTK0vxh5PPeO1FwacwCpnOdkA-NWIMgoLMGmT-Mk4fPb6QlkbXnGm_BA=w80-h80" href="/integrations/documents-and-storage/google-sheets">
    Google Sheets API v4 — create spreadsheets, read/write cell values, and apply structural edits (sheets, dimensions, formatting, filters, charts, named/protected ranges) via batchUpdate. 48 tools, OAuth 2.0.
  </Card>

  <Card title="Google Slides" icon="presentation-screen" href="/integrations/documents-and-storage/google-slides">
    Create and edit Google Slides presentations — slides, text, images, tables, and charts. 38 tools, OAuth 2.0 + PKCE.
  </Card>
</CardGroup>

## Communication

<CardGroup cols={3}>
  <Card title="Gmail" icon="https://icon.horse/icon/mail.google.com" href="/integrations/communication/gmail">
    Messages, threads, drafts, labels, attachments, and incremental history sync via the Google Gmail API. 30 tools, OAuth 2.0 + PKCE.
  </Card>

  <Card title="Slack" icon="https://icon.horse/icon/slack.com" href="/integrations/communication/slack">
    Post and read messages, manage channels and conversations, search, react, pin, upload files, and look up users via the Slack Web API. 134 tools, OAuth 2.0 + PKCE.
  </Card>

  <Card title="Google Chat" icon="https://lh3.googleusercontent.com/1UaqsHLF2kBmLxOAs_sU4OAB_IEkNpUGztqc2IPY7lxojNbgecO5yE8_V6BjTueHSvR14mc04UfKt8QDeKKy=w80-h80" href="/integrations/communication/google-chat">
    Spaces, messages, members, reactions, attachments, read state, notification settings, sections, and custom emojis via the Google Chat API v1. 45 tools, OAuth 2.0 + PKCE.
  </Card>
</CardGroup>

## Project Management

<CardGroup cols={3}>
  <Card title="Jira" icon="https://icon.horse/icon/atlassian.com" href="/integrations/project-management/jira">
    Issues, projects, boards, sprints, comments, attachments, users, and webhooks via the Jira platform REST API. 97 tools, Atlassian OAuth 2.0 (3LO) + PKCE.
  </Card>
</CardGroup>

## Database

<CardGroup cols={3}>
  <Card title="PostgreSQL" icon="https://icon.horse/icon/postgresql.org" href="/integrations/database/postgresql">
    Ask questions in plain English over a connected PostgreSQL database. Schema introspection + read-only SQL, with automatic redaction of sensitive and encrypted columns. 2 tools, connection-string auth.
  </Card>

  <Card title="Supabase" icon="https://icon.horse/icon/supabase.com" href="/integrations/database/supabase">
    Connect a Supabase account with OAuth and query your project's database in plain English. Schema introspection + read-only SQL via the Management API, with automatic redaction of sensitive and encrypted columns. 3 tools, OAuth auth.
  </Card>
</CardGroup>

## Coming soon

Additional categories and providers are on the roadmap. [Let us know](https://github.com/routemcp) which integrations matter most to you.
