Connect Claude AI to your IndiaMART seller account. Fetch, search, sync and manage buyer leads using natural language. Includes pipeline tracking, notes, analytics, CSV export and draft replies. Supports Claude Desktop, Claude Code and OpenClaw.
Overview
IndiaMART Lead Manager MCP Server
Connect Claude AI to your IndiaMART seller account and manage buyer leads using natural language.
Features
- Fetch leads by date range or last N hours
- Search leads by keyword, product or city
- Pipeline tracking: new → contacted → qualified → won/lost
- Attach private notes to leads
- Analytics: top cities, products, daily trends
- Export leads as CSV
- Draft professional buyer replies
- Real-time webhook support
Tools (10 total)
- tool_get_recent_leads — Get leads from last N hours
- tool_get_leads_by_date — Fetch leads for a date range
- tool_search_leads — Search by keyword
- tool_get_lead_by_id — Full lead details
- tool_get_lead_stats — Analytics dashboard
- tool_draft_reply — Draft buyer reply
- tool_export_leads_csv — Export as CSV
- tool_sync_latest_leads — Sync from IndiaMART API
- tool_update_lead_stage — Move leads through pipeline
- tool_add_note — Add private notes
Requirements
- Python 3.10+
- IndiaMART seller account with CRM API key
- Claude Desktop or Claude Code
Server Config
{
"mcpServers": {
"indiamart": {
"command": "python",
"args": [
"mcp_server.py"
],
"env": {
"INDIAMART_API_KEY": "<YOUR_API_KEY>",
"INDIAMART_GLID": "<YOUR_GLID>"
}
}
}
}