MCP.so
登录

catalog-api-mcp-server

@davidlbl

关于 catalog-api-mcp-server

暂无概览

基本信息

分类

开发工具

运行时

java

传输方式

stdio

发布者

davidlbl

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is catalog-api-mcp-server?

It is a pilot MCP server tool for validating or managing the state of P&C (Product & Catalog). It integrates with the VS Code MCP agent and exposes tools defined in a Java service for local interaction.

How to use catalog-api-mcp-server?

Enable the MCP agent in VS Code, then add the provided configuration in settings.json using the Java executable and the JAR file path. Start the server via the VS Code MCP interface, then select the agent to see available tools.

Key features of catalog-api-mcp-server

  • Validates or manages P&C state.
  • Integrates with VS Code MCP agent.
  • Exposes Java-based tools via MCP protocol.
  • Requires Java runtime and JAR file.
  • Enables local MCP server interaction.

Use cases of catalog-api-mcp-server

  • Validating product catalog status.
  • Managing P&C state through local MCP tools.
  • Querying catalog information via VS Code agent.
  • Testing MCP server integration in development.

FAQ from catalog-api-mcp-server

What runtime dependencies are needed?

Requires Java (JAVA_HOME) and the provided JAR file.

How do I configure the server in VS Code?

Add a JSON entry in settings.json with the command pointing to Java and the JAR path.

Where can I find the definition of tools?

Tools are defined in the EcommerceService.java file linked in the README.

How do I start the server after configuration?

Click “start” in the VS Code MCP interface for the server entry.

What can I query from the server?

Information as per the tools defined in the EcommerceService.

评论

开发工具 分类下的更多 MCP 服务器