CareSakhi MCP Server
Click on "Deploy 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.
Related MCP server: AdminAgent
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 deployed
Maintenance
Related MCP Connectors
Manage your NanoCart store from any AI agent: products, orders, coupons, subscribers, reports.
Manage your Savanto store from your AI: catalog, content, prompts, and analytics, by chat.
Run your restaurant from an AI client: orders, menu, reports, refunds, payouts and staff.
- AntòOAuthfr.heyanto
AI copilot for artisan food makers — stock, orders, HACCP and billing from your chat.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables Claude Desktop to interact with Salesforce for order management, including checking order status, creating returns, managing cases, and sending Slack notifications for customer service operations.6MIT
- FlicenseNot gradedqualityDmaintenanceAI-powered Shopify Admin via Claude + MCP, enabling full store management through conversation including products, collections, analytics, and bulk operations.-
- AlicenseNot gradedqualityDmaintenanceEnables product management (add, fetch) through natural language using Claude Desktop and GitHub Copilot.MIT
- AlicenseCqualityDmaintenanceConnects your Shopify store data to Claude Desktop, enabling access to products, orders, customers, inventory, and more through natural language.15910 npm4MIT