Spring AI MCP Intacct Query STDIO Server
@james-wang-sage
Spring AI MCP Intacct Query STDIO Server について
概要はまだありません
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Spring AI MCP Intacct Query STDIO Server?
A Spring Boot starter that implements a Model Context Protocol (MCP) server to query Sage Intacct objects and retrieve their model definitions using the Intacct Core API. It uses STDIO transport and is intended for developers building AI‑assisted financial or ERP workflows with Spring AI.
How to use Spring AI MCP Intacct Query STDIO Server?
Build the JAR with ./mvnw clean install -DskipTests. The server typically starts automatically via an MCP client; alternatively, run it standalone with Java system properties for Intacct OAuth2 credentials (e.g., -Dintacct.client-id=…). The client can then call the MCP tools executeQuery, getModelDefinition, and listAvailableModels.
Key features of Spring AI MCP Intacct Query STDIO Server
- Query Sage Intacct objects with flexible filters, pagination, and field selection.
- Retrieve detailed model definitions for Intacct resources.
- List all available Intacct resource model summaries.
- Supports rich filter operators:
$eq,$ne,$gt,$lt,$in,$contains, etc. - OAuth2 authentication with automatic token caching (Caffeine).
- STDIO transport for integration with Claude Desktop or other MCP clients.
Use cases of Spring AI MCP Intacct Query STDIO Server
- AI assistant queries active vendors in accounts‑payable.
- Retrieve field-level metadata for an Intacct object before building a dynamic form.
- List all available Intacct resources for documentation or tool selection.
- Filter and sort vendor records by due amounts or status.
FAQ from Spring AI MCP Intacct Query STDIO Server
What are the prerequisites?
Java 17 or later, Maven 3.6+, a Sage Intacct account with API access, and OAuth2 credentials (client ID, client secret, username, password). Optionally, Claude Desktop for AI assistant integration.
How does authentication work?
The server requires OAuth2 credentials configured via system properties, application properties, or environment variables (intacct.client-id, intacct.client-secret, intacct.username, intacct.password). Access tokens are cached using Caffeine with a configurable TTL (default 55 minutes) and refreshed automatically.
What transport does the server use?
Only STDIO transport is implemented. The server is not a web application (spring.main.web-application-type=none) and is typically launched by the MCP client.
Where does the data come from?
All data is retrieved from the live Sage Intacct API using the base URL https://partner.intacct.com/ia3/api/v1-beta2. The server does not store any data locally.
What tools are available?
Three MCP tools: executeQuery (flexible object query with filters/pagination), getModelDefinition (retrieve object schema and constraints), and listAvailableModels (list all available Intacct resource summaries).
「その他」の他のコンテンツ
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🚀 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,
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
コメント