MCP.so
登录

MCP Server: RepairWorld

@nikhilpurwant

关于 MCP Server: RepairWorld

MCP Server Code for Pypi module -

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

nikhilpurwant

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is RepairWorld?

RepairWorld is an MCP (Model Context Protocol) server that exposes tools for interacting with a repair request API. It allows AI models to create, retrieve, and list repair requests using structured tools, and is designed for integration with MCP-compatible agents.

How to use RepairWorld?

Install the package from PyPI (pip install mcp-server-repairworld) and run the server, providing the API base URL and authentication key via CLI arguments. The server can then be used with any MCP-compatible agent, such as Google ADK or Claude.

Key features of RepairWorld

  • MCP-compliant server built with fastmcp
  • Tool to create a repair request
  • Tool to view a repair request by ID
  • Tool to view all repair requests
  • Customizable API base URL and authentication key via CLI
  • Easy integration with Google ADK, Claude, or other MCP agents

Use cases of RepairWorld

  • An AI assistant that creates repair tickets on behalf of a user
  • A chatbot that retrieves the status of a specific repair request
  • A dashboard agent that lists all open repair requests from the API

FAQ from RepairWorld

What does RepairWorld do?

RepairWorld provides MCP tools to create, retrieve by ID, and list all repair requests from a backend repair request API. It acts as a bridge between AI models and the repair API.

What are the dependencies for RepairWorld?

It requires Python and the fastmcp library (part of the MCP ecosystem). Installation is via pip.

How do I configure the API endpoint and authentication?

The API base URL and authentication key are passed as command-line arguments when starting the server. No configuration file is needed.

Can I use RepairWorld with any MCP client?

Yes, the README mentions compatibility with Google Agent Development Kit (ADK), Claude, and other MCP-compatible agents.

Where are the repair requests stored?

RepairWorld does not store data locally; it interacts with an external repair request API that you configure. The server itself contains no persistent storage.

评论

其他 分类下的更多 MCP 服务器