Avalara AvaTax MCP Server by CData
@CDataSoftware
关于 Avalara AvaTax 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 Avalara AvaTax (beta): https://www.cdata.com/download/download.aspx?sku=GEZK-V&type=beta
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\avalara-avatax.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Avalara AvaTax MCP Server by CData?
This read-only MCP Server allows LLMs (like Claude Desktop) to query live data from Avalara AvaTax, powered by the CData JDBC Driver for Avalara AvaTax. It wraps the driver, exposing tax data as relational SQL models through a simple MCP interface so LLMs can retrieve live information via natural language — no SQL required.
How to use Avalara AvaTax MCP Server by CData?
Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for Avalara AvaTax, configure a connection string using the driver’s utility, create a .prp file with JDBC connection properties, and add the server to your client’s MCP configuration (e.g., claude_desktop_config.json). The server runs over stdio and must be on the same machine as the client.
Key features of Avalara AvaTax MCP Server by CData
- Read-only access to live Avalara AvaTax data via natural language queries
- Tools to discover tables, columns, and run SQL SELECT queries
- Built on the CData JDBC Driver for Avalara AvaTax
- Uses stdio transport for local client communication
- Supports OAuth authentication via the JDBC connection string
Use cases of Avalara AvaTax MCP Server by CData
- Ask LLMs about tax rates or transaction data without writing SQL
- Analyze correlations between sales and tax categories using natural language
- Retrieve lists of tax codes or exemptions for reporting
- Integrate Avalara AvaTax data into AI-powered workflows
FAQ from Avalara AvaTax MCP Server by CData
Is this server read-only?
Yes. The project builds a read-only MCP server. For full read, write, update, delete, and action capabilities, CData offers a separate MCP Server (beta).
What runtime and dependencies are required?
Java (to run the JAR), the CData JDBC Driver for Avalara AvaTax (downloaded separately and licensed), and Maven (for building). The server is packaged as a JAR file.
Where does the data live when querying?
The server connects directly to Avalara AvaTax’s live data over the internet using the CData JDBC Driver. The driver does not store a local copy; queries return current data from the source.
What transport and authentication methods does it use?
The server uses stdio transport (local client only). Authentication is handled through the JDBC connection string, which uses OAuth (e.g., InitiateOAuth=GETANDREFRESH) for Avalara AvaTax.
Are there any known limitations?
The server is read-only. It only supports SQL SELECT queries for data retrieval; write, update, and delete operations are not available in this version.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论