Menu
smart_toy AI-Powered Integration

Talk to Your Property Data. Using AI.

Connect Claude, Cursor, or any AI assistant to your Everything Apartments account. Ask questions in plain English and get instant answers from your live data — no spreadsheets, no manual lookups.

Works with Claude Desktop, Cursor, and any tool that supports the MCP standard.

What Can AI Do For Your Business?

Your AI assistant can answer any question about your properties — in real time, from your live data.

event_note

Instant Booking Answers

Ask your AI: "Who's checking in this weekend?" or "Is Unit 3 available from Friday to Sunday?"

No more digging through calendars or scrolling reservation lists.

payments

Revenue at a Glance

Ask: "How much did I collect in payments this month?" or "List all unpaid reservations."

Your AI fetches the real numbers from your account instantly.

group

Guest History in Seconds

Ask: "Find all bookings for Adewale Okonkwo" or "Show me guests who stayed last month."

Instantly surface the right guest record, no searching required.

build

Maintenance Updates

Ask: "What maintenance tasks are still open?" or "Show me all tasks for Property A."

Stay on top of property upkeep without opening the dashboard.

badge

Staff & Payroll

Ask: "List my employees in the Lagos team" or "Show the last payroll period."

HR questions answered in plain language, from your real records.

inventory_2

Inventory & Expenses

Ask: "What items are low in stock?" or "Show expenses over ₦50,000 this quarter."

Keep your cost tracking tight with conversational queries.

How It Works

Three simple steps to connect your AI assistant to your property data.

key
1

Generate an API Key

Go to Settings → API & Integration → Manage API Keys in your company account. Create a key in under a minute.

settings
2

Connect Your AI Tool

Add our server URL and your API key to Claude Desktop or Cursor. Takes less than 2 minutes — we show you exactly how below.

chat
3

Start Asking Questions

Ask your AI anything about your properties. It reads your live data and responds instantly — in plain English.

Quick Start

Set up in under 5 minutes. Choose your AI tool below.

1

Get Your API Key

Sign up, then go to Settings → API & Integration → Manage API Keys. Create a key with Read only permission to get started safely. You can create a Read & Write key later when you're ready to let AI take actions.

person_add Create Free Account
2

Connect to Claude Desktop

Open claude_desktop_config.json and paste this configuration. Replace YOUR_KEY with your API key.

{
  "mcpServers": {
    "everything-apartments": {
      "url": "https://everythingonlineapartments.com/mcp/sse",
      "headers": {
        "Authorization": "Bearer YOUR_KEY"
      }
    }
  }
}

Don't have Claude Desktop? Download it free →

2

Or Connect to Cursor

In Cursor, go to Settings → MCP and add a new server with these details:

Type sse
URL
https://everythingonlineapartments.com/mcp/sse
Header Authorization: Bearer YOUR_KEY
3

Start Asking

Restart your AI tool. Then just ask:

chat_bubble "List my reservations for this week"
chat_bubble "Is Unit 5 available from the 20th to the 25th?"
chat_bubble "Show me all payments received today"
chat_bubble "What maintenance tasks are still open?"

API Reference

All data is scoped to your company. Read operations work with any key. Write operations (booking, payments) require a Read & Write key.

Authentication

Every request requires a Bearer token in the Authorization header:

Authorization: Bearer ea_live_your_key_here
Read Only

Can query all data — reservations, payments, guests, properties, staff, and more. Safe for read-only AI assistants.

Read & Write

Can also create bookings and record payments. Use with trusted AI tools only.

Rate limit: 300 requests/minute per IP. Base URL: https://everythingonlineapartments.com/mcp/

Tool / Action What it does Key type
Calendar & Availability
list_calendar_reservations List reservations within a date range. Filter by property or unit. read only
list_blocking_days List days marked as blocked or unavailable. read only
get_calendar_availability Check if a specific unit is available for given dates. read only
Reservations
list_reservations List reservations with optional filters (date range, search, status). read only
get_reservation Get full details of a single reservation. read only
create_booking Create a new internal booking on a unit. read_write
Payments
list_payments List all payments with pagination. read only
get_payment Get details of a single payment. read only
add_payment Record a payment on an existing reservation. read_write
Properties & Units
list_properties List all your properties. read only
get_property Get details of a single property. read only
list_units List units, optionally filtered by property. read only
get_unit Get details of a single unit. read only
Guests
list_guests List all guests in your company. read only
get_guest Get profile and booking history for a guest. read only
Finance & Operations
list_expenses List expenses. read only
get_expense Get details of a single expense. read only
list_payment_accounts List payment accounts and balances. read only
get_wallet Get wallet balance and transaction summary. read only
list_payouts List owner payouts. read only
Staff & HR
list_departments List all departments. read only
list_employees List employees. read only
get_employee Get details of a single employee. read only
list_payroll_periods List payroll periods. read only
Inventory & Stores
list_stores List all stores. read only
list_items List inventory items, optionally by store. read only
list_pos_transactions List point-of-sale transactions. read only
Maintenance
list_maintenance_tasks List maintenance tasks. read only
get_maintenance_task Get details of a single maintenance task. read only
Messaging & Audit
list_message_templates List saved message templates. read only
list_correspondences List correspondence/message history. read only
get_correspondence Get a single correspondence thread. read only
list_audit_logs List audit log events for your company. read only

Ready to connect your AI?

Generate your API key in under a minute. No credit card needed to get started.