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

# RNTOR MCP

> Connect AI assistants to your RNTOR workspace data through MCP.

Connect your AI assistant to your RNTOR network through the Model Context Protocol (MCP), then ask for workspace information in plain language.

RNTOR MCP connects your RNTOR data to compatible AI assistants such as Claude and ChatGPT using the open [Model Context Protocol](https://modelcontextprotocol.io/). Once connected, you can ask about your network directly in the conversation.

Instead of searching through the dashboard, describe what you need and let your assistant retrieve the relevant RNTOR information.

## What you can do with RNTOR MCP

Once connected, your AI assistant can look up information from across the RNTOR network you authorize:

* **Network & locations** — view your network and the locations you operate.
* **Members & companies** — find members and companies, along with available account information.
* **Plans & subscriptions** — review membership and resource plans and their subscriptions.
* **Resources & bookings** — find resources and booking details.
* **Invoices & contracts** — review invoices, contracts, and contract templates.
* **Shop & orders** — browse shop products, categories, and orders.
* **Benefits & applications** — review benefits, categories, and member applications.
* **Guides** — open published location guides.

## Connect RNTOR MCP

Before connecting, make sure you have an active RNTOR account with access to a network. You do not need to configure API keys or host anything yourself.

### Connect in Claude

RNTOR is listed in Claude's connector directory.

1. Open [RNTOR in the Claude connector directory](https://claude.ai/directory/rntor), or search for RNTOR under **Settings → Connectors**.
2. Select **Connect**.
3. Sign in and authorize the RNTOR network you want Claude to access.

<Frame caption="Upload a screenshot showing RNTOR in the Claude connector directory.">
  **Screenshot placeholder**
</Frame>

### Connect in ChatGPT

RNTOR is available as a ChatGPT plugin.

1. Find RNTOR in ChatGPT under **Settings → Plugins**.
2. Select **Install plugin**.
3. Sign in and authorize the RNTOR network you want ChatGPT to access.

<Frame caption="Upload a screenshot showing RNTOR in ChatGPT.">
  **Screenshot placeholder**
</Frame>

### Connect in another AI assistant

For another MCP-compatible assistant, add RNTOR as a custom connector:

1. Open the assistant's connector settings and choose to add a custom connector.
2. Enter the RNTOR MCP server URL: `https://mcp.rntor.com/mcp`
3. Sign in and authorize the RNTOR network you want the assistant to access.

Once connected, ask for the information you need in plain language.

<Frame caption="Upload a screenshot showing the RNTOR MCP URL in another compatible assistant.">
  **Screenshot placeholder**
</Frame>

## Supported tools

These tools let your AI assistant look up information from the RNTOR network you authorize. A single request may use more than one tool when needed.

### Network & locations

| Tool             | Description                                                       | Example prompts                                       |
| ---------------- | ----------------------------------------------------------------- | ----------------------------------------------------- |
| `getCurrentUser` | See which RNTOR user is connected.                                | “Which RNTOR account is connected?”                   |
| `getNetworks`    | List the RNTOR networks available to the connected user.          | “Which networks can I access?”                        |
| `getNetwork`     | See the key details of one RNTOR network.                         | “Show the details of our coworking network.”          |
| `getLocations`   | List locations with their addresses, contact details, and status. | “List our locations and their addresses.”             |
| `getLocation`    | Get the details of one location.                                  | “Show the contact details for our Downtown location.” |

### Customers

| Tool           | Description                                           | Example prompts                                                                       |
| -------------- | ----------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `getCustomers` | List members and companies for a network or location. | “List all active companies.”<br />“Which members do not have an active subscription?” |
| `getCustomer`  | Get the available details for one member or company.  | “Show this member's account and subscription details.”                                |

### Plans & subscriptions

| Tool               | Description                                                            | Example prompts                                                                |
| ------------------ | ---------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| `getPlans`         | List membership and resource plans with their settings.                | “Compare our membership plans and their prices.”                               |
| `getPlan`          | Get the details of one plan.                                           | “Show the details of our Dedicated Desk plan.”                                 |
| `getSubscriptions` | List subscriptions by location, customer, plan, status, or date range. | “Which subscriptions expire this month?”<br />“List our annual subscriptions.” |
| `getSubscription`  | Get the details of one subscription.                                   | “When does this company's subscription renew?”                                 |

### Resources & bookings

| Tool           | Description                                                               | Example prompts                                                                             |
| -------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| `getResources` | List bookable rooms, desks, offices, parking spaces, and other resources. | “List the bookable resources at this location.”                                             |
| `getResource`  | Get the details and settings of one resource.                             | “What is the capacity of the Boardroom?”                                                    |
| `getBookings`  | List bookings by location, resource, customer, status, or date range.     | “What is booked in the Boardroom this week?”<br />“Show yesterday's meeting-room bookings.” |
| `getBooking`   | Get the details of one booking.                                           | “Who booked the Boardroom at 2 PM today?”                                                   |

### Invoices & contracts

| Tool           | Description                                                        | Example prompts                                                                    |
| -------------- | ------------------------------------------------------------------ | ---------------------------------------------------------------------------------- |
| `getInvoices`  | List invoice records by location, customer, status, or date range. | “List unpaid invoices due this week.”<br />“How much did we invoice last month?”   |
| `getInvoice`   | Get invoice details, line items, totals, and balance information.  | “What does this customer's latest invoice cover?”                                  |
| `getContracts` | List contracts by location, customer, status, or date range.       | “Which contracts are still in draft?”<br />“Which contracts have not been signed?” |
| `getContract`  | Get the details of one contract.                                   | “What is the status of this customer's contract?”                                  |
| `getTemplates` | List available contract templates.                                 | “Which contract templates are available?”                                          |
| `getTemplate`  | Get the details of one contract template.                          | “Show the details of our membership agreement template.”                           |

### Shop & orders

| Tool                | Description                                                             | Example prompts                                                            |
| ------------------- | ----------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| `getShopProducts`   | List shop products by location or category.                             | “List our shop products and their prices.”                                 |
| `getShopProduct`    | Get the details of one shop product.                                    | “What is the price of coffee in our shop?”                                 |
| `getShopCategories` | List shop categories.                                                   | “List our shop categories.”                                                |
| `getShopCategory`   | Get the details of one shop category.                                   | “Which products are in the drinks category?”                               |
| `getOrders`         | List shop orders by location, customer, product, status, or date range. | “What did members order this week?”<br />“Which products sold this month?” |
| `getOrder`          | Get the details of one shop order.                                      | “What is included in this order?”                                          |

### Benefits & applications

| Tool                     | Description                                                                   | Example prompts                                 |
| ------------------------ | ----------------------------------------------------------------------------- | ----------------------------------------------- |
| `getBenefits`            | List member benefits by location or category.                                 | “Which benefits are available to members?”      |
| `getBenefit`             | Get the details of one benefit.                                               | “What are the terms of this benefit?”           |
| `getBenefitCategories`   | List benefit categories.                                                      | “List our benefit categories.”                  |
| `getBenefitCategory`     | Get the details of one benefit category.                                      | “Which benefits are in the wellness category?”  |
| `getBenefitApplications` | List member benefit applications by benefit, customer, status, or date range. | “Who applied for member benefits recently?”     |
| `getBenefitApplication`  | Get the details of one benefit application.                                   | “Show the details of this benefit application.” |

### Guides

| Tool        | Description                                    | Example prompts                          |
| ----------- | ---------------------------------------------- | ---------------------------------------- |
| `getGuides` | List published guides available at a location. | “List the guides published for members.” |
| `getGuide`  | Get the full content of one published guide.   | “Open our Wi-Fi guide.”                  |

RNTOR MCP tools are read-only. They retrieve information but cannot change data in your RNTOR account.

## Security

### Access

* You authorize the connection yourself; there are no API keys to manage in the AI assistant.
* You can disconnect RNTOR from the assistant at any time.
* The assistant can access only the network you authorize and only information available to your RNTOR account.

### Data

* RNTOR MCP tools are read-only, so they cannot change your account data.
* The assistant sees only information your RNTOR account can access.
* Information used in the AI assistant is handled under that assistant's privacy policy and terms.

For help with RNTOR MCP, contact [support@rntor.com](mailto:support@rntor.com).

## FAQs

<Accordion title="Is there a limit to how much I can ask?">
  RNTOR MCP is designed for normal conversational use. If a request is temporarily rate-limited, reduce parallel requests, space out sequential requests, and try again after a brief pause.
</Accordion>

<Accordion title="Can I connect RNTOR MCP to more than one AI assistant or account at the same time?">
  Yes. Each connection is authorized independently and receives its own access. You can connect RNTOR to different assistants or accounts and disconnect each connection separately.
</Accordion>
