Insurance Claims MCP RAG Agent
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_MODEL | No | Ollama model name to use. | qwen2.5:7b-instruct |
| PROJECT_NAME | No | Name of the project. | insurance-claims-mcp-rag |
| PROJECT_ROOT | No | Root path of the project. | |
| VECTOR_DB_DIR | No | Directory for the Chroma vector store. | .\vector_store\chroma |
| PDF_SOURCE_DIR | Yes | Path to the folder containing insurance policy PDF documents. | |
| OLLAMA_BASE_URL | No | Base URL for the Ollama local LLM server. | http://localhost:11434 |
| CHUNK_OUTPUT_DIR | No | Directory for chunked document output. | .\data\chunks |
| PROCESSED_OUTPUT_DIR | No | Directory for processed document output. | .\data\processed |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SwapnilMundhekar/insurance-claims-mcp-rag'
If you have feedback or need assistance with the MCP directory API, please join our Discord server