veeva-mcp-server-by-cdata

veeva-mcp-server-by-cdata

3.2

If you are the rightful owner of veeva-mcp-server-by-cdata and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

CData's Model Context Protocol (MCP) Server for Veeva is a read-only server designed to allow LLMs to query live data from Veeva using the CData JDBC Driver.

The Veeva MCP Server by CData is a specialized server that facilitates the interaction between large language models (LLMs) and Veeva data. It leverages the CData JDBC Driver to expose Veeva data as relational SQL models, enabling LLMs to access live data through a simple MCP interface. This server is particularly useful for applications that require real-time data retrieval without the need for SQL knowledge. The server is read-only, but for full CRUD capabilities, users are encouraged to explore the CData MCP Server for Veeva (beta). The setup involves cloning the repository, building the server, and configuring the JDBC connection. Once set up, the server can be integrated with platforms like Claude Desktop, allowing users to query data using natural language.

Features

  • Read-only access to Veeva data through MCP interface.
  • Integration with CData JDBC Driver for Veeva.
  • Natural language querying without SQL.
  • Compatible with LLMs like Claude Desktop.
  • Simplified setup and configuration process.

Tools

  1. {servername}_get_tables

    Get a list of available tables in the data source

  2. {servername}_get_columns

    Get column information for the specified table

  3. {servername}_run_query

    Execute SQL SELECT query