CareSakhi MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CareSakhi MCP ServerShow me all pending orders"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CareSakhi MCP Server
An MCP (Model Context Protocol) server that connects CareSakhi Partner App's Supabase backend to Claude Desktop. Manage orders, products, stock, users, and EcoCoins through natural conversation.
Quick Start
1. Install dependencies
cd caresakhi-mcp-server
npm install2. Build
npm run build3. Configure Claude Desktop
Add this to your claude_desktop_config.json:
MSIX install (your setup):
C:\Users\DELL\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\claude_desktop_config.jsonStandard install:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"caresakhi": {
"command": "node",
"args": ["<PATH_TO>/caresakhi-mcp-server/dist/index.js"],
"env": {
"SUPABASE_URL": "https://your-project-ref.supabase.co",
"SUPABASE_SERVICE_ROLE_KEY": "<your-service-role-key>"
}
}
}
}⚠️ Get your service role key from the Supabase Dashboard → Your Project → Settings → API →
service_rolekey.
4. Restart Claude Desktop
Close and reopen Claude Desktop. You should see "caresakhi" in the MCP tools list.
Available Tools (16)
Orders
Tool | Description |
| List orders with status, date, and user filters |
| Full order info with items and timeline |
| Accept/reject/advance orders |
| Place a new order |
Products
Tool | Description |
| Search catalog by name, category, price, tags |
| Full product information |
Stock
Tool | Description |
| Distributor inventory with low-stock filter |
| Update stock quantity |
Notifications
Tool | Description |
| View notifications with type/read filters |
| Mark single or all as read |
Users
Tool | Description |
| Lookup by ID, phone, or partner ID |
| List users by role/KYC status |
| Distributor's linked pharmacies |
| Link pharmacy via coupon code |
EcoCoins
Tool | Description |
| Balance and transaction history |
| Dashboard stats (orders, revenue, users) |
Resources (3)
URI | Description |
| Database schema overview |
| Full product catalog |
| System statistics |
Example Conversations
You: Show me all pending orders
Claude: [calls get_orders] → Lists orders with status, amount, pharmacy info
You: Accept order ORD-2026-0039 with note "Will ship today"
Claude: [calls update_order_status] → Order updated ✅
You: How many orders this week?
Claude: [calls get_analytics] → Weekly summary with charts
You: Find organic pads under ₹200
Claude: [calls search_products] → Product list with prices and stockThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/piyush-lingwal/Partner_APP---AI_Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server