Connect Root Data MCP

Add Root Data public directory tools to your AI assistant.

Connect Claude Desktop, Cursor, or another MCP-capable client to public Root Data context for DSO research, dental practice directory lookups, blog articles, comparisons, and FAQ answers.

Endpoint

https://rootdata.ai/api/mcp

Transport

Streamable HTTP MCP

Access

Public, read-only, capped results

Client Setup

Connection snippets for common AI tools.

MCP clients vary by version. Use the remote URL when supported; use the mcp-remote command when the client expects a local stdio server.

Claude Desktop

  1. Open Claude Desktop settings and find the developer MCP configuration file.
  2. Add the Root Data server JSON below under mcpServers.
  3. Restart Claude Desktop, then ask Claude to use the Root Data MCP tools.

Claude Desktop config

{
  "mcpServers": {
    "root-data-public": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://rootdata.ai/api/mcp"]
    }
  }
}

Cursor

  1. Open Cursor settings and go to MCP servers.
  2. Use the remote URL config if your Cursor version supports remote MCP servers.
  3. Use the mcp-remote stdio config if your client expects a command-based MCP server.

Cursor remote config

{
  "mcpServers": {
    "root-data-public": {
      "url": "https://rootdata.ai/api/mcp"
    }
  }
}

Cursor stdio fallback

{
  "mcpServers": {
    "root-data-public": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://rootdata.ai/api/mcp"]
    }
  }
}
Public Tools

What the MCP server exposes.

These tools are intentionally public and read-only. They do not expose private practice performance, customer analytics, tenant data, or authenticated dashboard data.

search_dsos

Search public DSO directory entries.

get_dso_profile

Fetch a public DSO profile by slug.

search_practices

Search published public dental practice listings by service, location, city/state, reviews, rating, and Google review sort.

get_practice_profile

Fetch a published public practice profile by slug.

list_top_dsos

Rank public DSO profiles by directional public signals.

compare_dsos

Compare two public DSO profiles.

search_blog_articles

Search Root Data blog articles by DSO-only, practice-only, both-audience, or all articles.

root_data_faq

Retrieve public Root Data FAQ answers.

Secured MCP options

Private practice and DSO data is next.

We are working on a secured MCP service for private practice and DSO data, so teams can connect Root Data to their favorite model, agent, and preferred workflow with authentication, tenant boundaries, and role-based access.

Ask us about secure deployment options, approved data scopes, and how your AI workflows could use Root Data context without exposing private customer data through the public endpoint.

Ask About Options
Ready Prompts

Ask your AI assistant to use Root Data MCP.

Paste one of these prompts after the server is connected. Ask the assistant to cite which MCP tool it used when summarizing results.

Use Root Data MCP to search for DSOs with 10+ locations in Texas, then explain which results are public-directory matches and which details need source review.

Use Root Data MCP to compare heartland-dental and aspen-dental using public profile signals.

Use Root Data MCP to find public dental practice listings offering dental implants in Miami, Florida sorted by Google review count.

Use Root Data MCP to find DSO blog articles about benchmarking and summarize the article links.

Use Root Data MCP to answer what Root Data does for DSO analytics, benchmarks, and AI coaching.

Use Root Data MCP to list top DSOs by public location signals and summarize the caveats.