Wave Financial MCP Server by CData
@CDataSoftware
About Wave Financial 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 Wave Financial (beta): https://www.cdata.com/download/download.aspx?sku=HWZK-V&type=beta
Basic information
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\\wave-financial.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 Wave Financial MCP Server by CData?
Wave Financial MCP Server by CData is a read-only MCP server that lets LLMs like Claude Desktop query live data from Wave Financial. It wraps the CData JDBC Driver for Wave Financial, exposing the data as relational SQL models through a simple MCP interface.
How to use Wave Financial MCP Server by CData?
Clone the repository, build the JAR with mvn clean install, download and license the CData JDBC Driver for Wave Financial, create a .prp file with your JDBC connection string, then configure your MCP client (e.g., Claude Desktop) to run the server using java -jar with the .prp file. Ask natural language questions to retrieve data.
Key features of Wave Financial MCP Server by CData
- Read-only access to live Wave Financial data via MCP
- No SQL needed — ask natural language questions
- Built on the CData JDBC Driver for Wave Financial
- Exposes tables and columns as discoverable tools
- Supports SQL SELECT queries via the
run_querytool - Uses stdio transport for same‑machine clients
Use cases of Wave Financial MCP Server by CData
- Let Claude Desktop answer questions about Wave Financial financial data
- Query live invoices, customers, or accounts without manual SQL
- Explore Wave Financial schema dynamically with
get_tablesandget_columns
FAQ from Wave Financial MCP Server by CData
Is this server read‑only or does it support writes?
This project is read‑only. For full read, write, update, delete, and action capabilities, CData offers a separate free beta MCP server.
What dependencies are required to run it?
You need Java, Maven (to build), and the CData JDBC Driver for Wave Financial (download and license separately).
How do I configure the connection to Wave Financial?
Create a .prp file that includes the JDBC driver path, driver class (cdata.jdbc.wavefinancial.WaveFinancialDriver), JDBC URL (e.g., jdbc:wavefinancial:InitiateOAuth=GETANDREFRESH;), and optional table listing.
What transport does the server use?
The server uses stdio, so it can only be used with clients running on the same machine.
Where can I get help if something doesn't work?
Troubleshooting steps are in the README; you can also contact CData Support or join the CData Community for assistance.
More Finance & Commerce MCP servers
Polygon.io MCP Server
polygon-ioAn MCP server for Massive.com Financial Market Data
Yahoo Finance MCP Server
narumirunaEdwin
edwin-financeEmpowering AI agents to dominate DeFAI
Defeatbeta Api
defeat-betaAn open-source alternative to Yahoo Finance's market data APIs with higher reliability.
💹 MCP YFinance Stock Server
Adity-starReal-time stock API with Python, MCP server example, yfinance stock analysis dashboard
Comments