PingOne MCP Server by CData
@CDataSoftware
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\pingone.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
ICSS
chokcoco不止于 CSS
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论