insurance-mcp-server

manankapoor-in/insurance-mcp-server

3.1

If you are the rightful owner of insurance-mcp-server 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.

An application to demonstrate MCP server integration with Claude client.

Insurance MCP Server:

An application to demonstrate MCP server integration with Claude client.

How to Integrate MCP with Claude client.

Pre-requisite: Claude Desktop Client, Java 17 & MySQL Server with Workbench.

Steps to run the application:

  1. Download Claude Client - https://claude.ai/download
  2. Clone the repository
  3. Update database connection as per your system (port number, username, password etc.)
  4. Compile code to prepare an executable JAR file. (mvn clean install)
  5. Once the JAR file is generated, open Claude Desktop Client and Click on Hamburger icon on the top left side then, File->Settings->Developer->Edit Config
  6. Edit file "claude_desktop_config.json" and update the below content and save it.
    Note: D:/My Projects/Spring AI/insurance/target/insurance-0.0.1-SNAPSHOT.jar - This is path to your generated JAR file, may vary from system to system.
{
    "insurance-mcp-server": {
      "command": "java",
      "args": [
        "-jar",
        "D:/My Projects/Spring AI/insurance/target/insurance-0.0.1-SNAPSHOT.jar"
      ]
    }
  }
}
  1. Restart your Claude Desktop Client to fetch newly added changes. (File->Exit)
  2. Now click on the Tool bar button and enable your MCP server
    image
  3. Your setup is completed and now you can start chatting with on your personlised data.