Sage 200 MCP Server by CData

Created By
CDataSoftware2 months ago
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 Sage 200 (beta): https://www.cdata.com/download/download.aspx?sku=GGZK-V&type=beta
Overview

What is Sage 200 MCP Server?

Sage 200 MCP Server is a read-only Model Context Protocol (MCP) server designed to allow large language models (LLMs) to query live data from Sage 200 using natural language, without the need for SQL.

How to use Sage 200 MCP Server?

To use the Sage 200 MCP Server, clone the repository, build the server, install the CData JDBC Driver for Sage 200, configure your connection, and create a configuration file for your AI client (e.g., Claude Desktop).

Key features of Sage 200 MCP Server?

  • Provides a read-only interface for querying Sage 200 data.
  • Allows natural language queries without SQL.
  • Supports integration with various AI clients.

Use cases of Sage 200 MCP Server?

  1. Querying live data from Sage 200 for reporting.
  2. Integrating with AI tools for data analysis.
  3. Simplifying data access for non-technical users.

FAQ from Sage 200 MCP Server?

  • Can I write data to Sage 200 using this server?

No, this server is read-only. For write capabilities, use the full CData MCP Server for Sage 200.

  • Is there a trial version available?

Yes, you can download a trial version of the CData MCP Server for Sage 200 from the CData website.

  • What programming languages can I use with this server?

The server can be accessed using any programming language that can make HTTP requests.

Server Config

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\sage-200.prp"
      ]
    }
  }
}
Project Info
Created At
2 months ago
Updated At
a month ago
Author Name
CDataSoftware
Star
-
Language
-
License
-

Recommend Servers

View All
Pyghidra Mcp
@clearbluejar

PyGhidra-MCP - Ghidra Model Context Protocol Server pyghidra-mcp is a command-line Model Context Protocol (MCP) server that brings the full analytical power of Ghidra, a robust software reverse engineering (SRE) suite, into the world of intelligent agents and LLM-based tooling. It bridges Ghidra’s ProgramAPI and FlatProgramAPI to Python using pyghidra and jpype, then exposes that functionality via the Model Context Protocol. MCP is a unified interface that allows language models, development tools (like VS Code), and autonomous agents to access structured context, invoke tooling, and collaborate intelligently. Think of MCP as the bridge between powerful analysis tools and the LLM ecosystem. With pyghidra-mcp, Ghidra becomes an intelligent backend—ready to respond to context-rich queries, automate deep reverse engineering tasks, and integrate into AI-assisted workflows. Yet another Ghidra MCP? Yes, the original ghidra-mcp is fantastic. But pyghidra-mcp takes a different approach: 🐍 No GUI required – Run entirely via CLI for streamlined automation and scripting. 🔁 Designed for automation – Ideal for integrating with LLMs, CI pipelines, and tooling that needs repeatable behavior. ✅ CI/CD friendly – Built with robust unit and integration tests for both client and server sessions. 🚀 Quick startup – Supports fast command-line launching with minimal setup. 📦 Project-wide analysis – Enables concurrent reverse engineering of all binaries in a Ghidra project 🤖 Agent-ready – Built for intelligent agent-driven workflows and large-scale reverse engineering automation. 🔍 Semantic code search – Uses vector embeddings (via ChromaDB) to enable fast, fuzzy lookup across decompiled functions, comments, and symbols—perfect for pseudo-C exploration and agent-driven triage.

3 days ago
Context7

6 hours ago
Zulk

2 days ago