MCP.so
Sign In
P

PingOne MCP Server by CData

@CDataSoftware

About PingOne MCP Server by CData

This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for PingOne (beta): https://www.cdata.com/download/download.aspx?sku=POZK-V&type=beta

Basic information

Category

Other

Transports

stdio

Publisher

CDataSoftware

Submitted by

Cameron Leblanc

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\pingone.prp"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is PingOne MCP Server by CData?

CData's read-only MCP Server for PingOne allows LLMs like Claude Desktop to query live PingOne data by exposing it as SQL tables through the CData JDBC Driver for PingOne. No SQL knowledge is required – users simply ask natural language questions.

How to use PingOne MCP Server by CData?

Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for PingOne, configure a .prp file with your JDBC connection string, and add the server to your MCP client (e.g., Claude Desktop) via the claude_desktop_config.json file. The server runs on stdio and can only be used with local clients.

Key features of PingOne MCP Server by CData

  • Read-only access to PingOne data via MCP tools
  • Supports tools: get_tables, get_columns, run_query
  • Built on the CData JDBC Driver for PingOne
  • Exposes PingOne as relational SQL models
  • No SQL required from the user
  • MIT licensed open source project

Use cases of PingOne MCP Server by CData

  • Query PingOne identity and user data from an AI assistant
  • Analyze PingOne activity logs or configuration in natural language
  • Integrate PingOne data into Claude Desktop for conversational analytics

FAQ from PingOne MCP Server by CData

What is the difference between this server and the CData MCP Server for PingOne (beta)?

This server is read-only. For full read, write, update, delete, and action capabilities, CData offers a separate free beta MCP Server with simplified setup.

What dependencies are required?

Java Runtime Environment and the CData JDBC Driver for PingOne must be installed and licensed on the same machine.

How does authentication work?

The connection string is configured via the CData JDBC Driver utility and typically uses OAuth. You will need to authenticate in your browser the first time.

What transport protocol does this server use?

The server uses stdio, so it can only be used with clients running on the same machine as the server.

Can the server write or modify data in PingOne?

No, this server is explicitly read-only. It only supports SQL SELECT queries and table/column discovery.

Comments

More Other MCP servers