MCP.so
登录

Spring AI MCP Intacct Query STDIO Server

@james-wang-sage

关于 Spring AI MCP Intacct Query STDIO Server

暂无概览

基本信息

分类

其他

运行时

java

传输方式

stdio

发布者

james-wang-sage

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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 服务器