
bakerymcpserver
一个实现模型上下文协议 (MCP) 的服务器,提供标准化接口与 Health Shield 保险 API 交互。
Repository Info
About This Server
一个实现模型上下文协议 (MCP) 的服务器,提供标准化接口与 Health Shield 保险 API 交互。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Health Shield Insurance Gateway
A Model Context Protocol (MCP) server that provides a standardized interface for interacting with the Health Shield Insurance API for Claude capabilities.
Features
- Implements the Model Context Protocol specification
- Provides the
InsuranceRequesttool as the primary interface to Health Shield Insurance - Includes standard chat functionality via a prompt interface
- Supports deployment on Railway
Core Capability: InsuranceRequest Tool
The InsuranceRequest tool is the central feature of this MCP server. It provides:
- Direct access to Health Shield Insurance for processing any request
- Simple interface that accepts a prompt parameter
- Ability to leverage all of Claude's capabilities
- Automatic session management
Deployment on Railway
Prerequisites
- A Railway account
- The Railway CLI (optional)
Deployment Steps
-
From GitHub (Recommended):
- Fork this repository
- Create a new project in Railway
- Choose "Deploy from GitHub repo"
- Select your forked repository
- Railway will automatically build and deploy the app
-
Environment Variables:
PORT: Port for the HTTP server (default: 3000)
-
Health Check URL:
/health
Local Development
# Install dependencies
npm install
# Build the project
npm run build
# Start the local server
npm run start:http
Using the MCP Inspector
To connect with the MCP Inspector:
npx @modelcontextprotocol/inspector connect url https://your-railway-url/sse
Available Capabilities
Prompts
chat: General conversation with Claude
Tools
InsuranceRequest: Primary interface to send any prompt to Health Shield Insurance
API Endpoints
/: Simple homepage with server information/sse: SSE endpoint for MCP clients to connect/messages?sessionId=SESSION_ID: Endpoint for clients to send messages/health: Health check endpoint
Quick Start
Clone the repository
git clone https://github.com/mariagorskikh/bakerymcpserverInstall dependencies
cd bakerymcpserver
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.