MCP.so
Sign In
S

Sybase IQ MCP Server by CData

@CDataSoftware

About Sybase IQ 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 Sybase IQ (beta): https://www.cdata.com/download/download.aspx?sku=GYZK-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\\sybase-iq.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 Sybase IQ MCP Server by CData?

Sybase IQ MCP Server by CData is a read-only MCP (Model Context Protocol) server that allows LLMs like Claude Desktop to query live Sybase IQ data using natural language. It wraps the CData JDBC Driver for Sybase IQ, which exposes the source as relational SQL models, and makes that data available through a simple MCP interface.

How to use Sybase IQ MCP Server by CData?

Clone the repository, build the JAR with Maven (mvn clean install), download and license the CData JDBC Driver for Sybase IQ, configure the connection string, then create a .prp file with properties like JdbcUrl, DriverPath, and Prefix. Add the server to your Claude Desktop config file (claude_desktop_config.json), specifying the Java command and paths to the JAR and .prp file. The server uses stdio transport and must run on the same machine as the client.

Key features of Sybase IQ MCP Server by CData

  • Read-only access to live Sybase IQ data
  • Natural language queries – no SQL required
  • Built on the CData JDBC Driver for Sybase IQ
  • Provides three tools: get_tables, get_columns, run_query
  • Output returned in CSV format

Use cases of Sybase IQ MCP Server by CData

  • Allow AI assistants to answer questions about Sybase IQ data
  • Explore Sybase IQ database schemas without writing SQL
  • Retrieve specific data rows or aggregations via conversational prompts
  • Integrate with Claude Desktop for ad‑hoc data analysis

FAQ from Sybase IQ MCP Server by CData

Is this server read-only?

Yes. This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities, CData offers a free MCP Server for Sybase IQ (beta) with simplified setup.

What are the runtime requirements?

You need Java (to run the JAR), Maven (to build), and the CData JDBC Driver for Sybase IQ, which must be installed and licensed.

How is authentication handled?

The JDBC connection string can include OAuth parameters (e.g., InitiateOAuth=GETANDREFRESH). The connection string utility may require browser-based authentication for OAuth data sources.

What transport protocol does the server use?

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

Where can I get support?

For connectivity issues, contact the CData Support Team. For MCP server‑specific feedback, join the CData Community.

Comments

More Other MCP servers