What it is

A second way to read your own data.

MCP is the standard an AI assistant uses to connect, with your permission, to the apps you already run. The Oria CRM server exposes, read-only, exactly your account's data — nothing from other agencies, nothing that can be written or deleted.

Ask, don't search

"What deals are in the offer stage?" or "What do we know about the flat on Calea București?" — the answer comes straight from the CRM.

From the tools you already have

Claude, ChatGPT, Cursor or Claude Code — nothing new to install, just a connection.

No exports, no copy-paste

Data stays in Oria; the assistant reads it live, on every question.

How to connect

Two paths, depending on the tool.

Claude & ChatGPT

Add a custom connector

From Claude's or ChatGPT's settings, add a new connector (custom connector / MCP), paste the server URL above, and sign in with your Oria CRM account when prompted. Access is approved once, from a screen that shows exactly what the connection can read.

Cursor, Claude Code & similar

A personal token, in a header

Generate a personal token from Admin → Integrations → AI Apps and add the server as a remote MCP, with the token in an Authorization: Bearer header.

Example configuration

{
  "mcpServers": {
    "oria-crm": {
      "url": "https://realoria.com/api/mcp",
      "headers": {
        "Authorization": "Bearer <your-token>"
      }
    }
  }
}

The exact format differs by tool — check its own docs for a remote MCP server with custom headers.

What it can read today

A fixed set of tools, not open database access.

Every tool is already in use by Kiko, Oria CRM's own AI agent — nothing new, nothing wider.

Properties

Listings, publish status, gallery, public links.

Contacts

List and contact card — e-mail and phone only when you open one specific contact, never in a list.

Deals

Pipeline, stages, values.

Viewings

Appointments and history.

Auctions

Open-house auctions and their state.

Agents

The agency's team.

Social performance

TikTok and Instagram publishing results.

Plus a general agency overview and a search/fetch pair, for assistants that search before reading one specific result.

Questions

Worth knowing

  • No. The MCP server is included with every Oria CRM subscription, no credits spent.

  • No. No write tool exists on this server at all — that's a constraint of how it's built, not a setting that can be flipped by mistake.

  • Any agency admin, from Admin → Integrations → AI Apps. It has to be turned on for the organization first.

  • They never appear in a list. They only leave the server when you open one specific contact's card.

  • From Admin → Integrations → AI Apps you can revoke a token or an approved connection any time; it takes effect immediately.