mcp-server-repairworld

nikhilpurwant/mcp-server-repairworld

3.1

If you are the rightful owner of mcp-server-repairworld and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

RepairWorld is an MCP server that provides tools for managing repair requests through a structured API.

RepairWorld is a Model Context Protocol (MCP) server designed to facilitate interaction with a repair request API. It allows AI models to efficiently create, retrieve, and list repair requests using a set of structured tools. Built with the fastmcp framework, RepairWorld ensures compliance with MCP standards, making it a reliable choice for developers looking to integrate repair management capabilities into their AI systems. The server is highly customizable, allowing users to set their API base URL and authentication key via the command line interface. Additionally, it offers seamless integration with various MCP-compatible agents, such as the Google Agent Development Kit (ADK) and Claude, enhancing its versatility and ease of use.

Features

  • MCP-compliant server built with fastmcp
  • Tools to create, view, and list repair requests
  • Customizable API base URL and authentication key via CLI
  • Easy integration with Google ADK, Claude, and other MCP-compatible agents

Usages

usage with Google ADK

{
  "mcpServers": {
    "repairworld": {
      "command": "python",
      "args": [
        "-m",
        "mcp.server.repairworld"
      ]
    }
  }
}

usage with Claude

{
  "mcpServers": {
    "repairworld": {
      "command": "python",
      "args": [
        "-m",
        "mcp.server.repairworld"
      ]
    }
  }
}