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.
README
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:
| Tool | Description |
|---|---|
ask_ravira |
Ask a patient question, see Ravira's AI response |
get_ravira_features |
Full feature overview of Ravira |
get_sample_conversations |
Real example patient chat flows |
search_dental_topics |
Dental info on common patient questions |
request_demo |
Book 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:
- Push this folder to a public GitHub repo
- Follow the guide at: https://modelcontextprotocol.io/registry/quickstart
Built By
Purnima — Founder of Ravira Website: ravira.ai
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.