chandan-akshronix/insurance-ai-mcp-server
3.1
If you are the rightful owner of insurance-ai-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 dayong@mcphub.com.
Main Control Point (MCP) backend service for the AI Automated Insurance Claim & Underwriting System.
Insurance MCP Servers
This repository contains a standalone MCP (fastmcp) server exposing tools used by the Insurance LangGraph pipeline.
It was generated to mirror and extract the app/mcp_server components from the main project.
Contents
server.py— launches the MCP server on port 8765mcp_server/— main package with tools, api client and configtests/— simple unit tests for tools (mocked)
Quickstart
- Copy
.env.exampleto.envand fill API endpoints / keys. python -m pip install -r requirements.txtor usepoetry/pyproject.toml.python server.pyto start the MCP server on port 8765.
Notes
This server is compatible with the LangGraph agents that call MCPClient in your main project.