MCP Hub
Back to servers

Ravira MCP Server

Connects AI assistants like Claude to Ravira's dental practice AI receptionist. Provides tools for patient queries, feature overviews, sample conversations, dental topic searches, and demo requests.

glama
Updated
Apr 13, 2026

Ravira MCP Server

Connect AI assistants (Claude, Cursor, etc.) directly to Ravira — the AI receptionist built for dental practices.

What It Does

This MCP server gives any compatible AI tool access to Ravira's capabilities:

ToolDescription
ask_raviraAsk a patient question, see Ravira's AI response
get_ravira_featuresFull feature overview of Ravira
get_sample_conversationsReal example patient chat flows
search_dental_topicsDental info on common patient questions
request_demoBook a live demo with Purnima

Quick Setup

1. Install dependencies

cd mcp-server
pip install mcp[cli] httpx

2. Configure environment (optional)

cp .env.example .env
# Edit .env with your Ravira API URL and demo widget key

3. Add to Claude Desktop

Edit your Claude Desktop config file:

  • Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "ravira": {
      "command": "python",
      "args": ["C:/path/to/Ravira - Dental AI/mcp-server/server.py"]
    }
  }
}

Restart Claude Desktop — you'll see Ravira tools available!

4. Test it

In Claude Desktop, try:

  • "Ask Ravira: do you accept Delta Dental?"
  • "Show me Ravira's features"
  • "Show me a sample dental patient conversation"
  • "Search dental topics: root canal"

Publishing to MCP Registry

To list Ravira in the official MCP Registry:

  1. Push this folder to a public GitHub repo
  2. Follow the guide at: https://modelcontextprotocol.io/registry/quickstart

Built By

Purnima — Founder of Ravira Website: ravira.ai

Reviews

No reviews yet

Sign in to write a review