Indiamart Lead Manager

by Techmatic-sys

400 downloads
Not rated
GitHub

About

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.

Details

Author
Techmatic-sys
Downloads
400
Categories
Search

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Indiamart Lead Manager
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Requires Python 3.10+ and an IndiaMART seller account with a CRM API key. After setup, you invoke any of the 10 tools via natural language commands (e.g., "get leads from the last 24 hours").

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "indiamart lead manager": {
            "indiamart": {
                "command": "python",
                "args": [
                    "mcp_server.py"
                ],
                "env": {
                    "INDIAMART_API_KEY": "<YOUR_API_KEY>",
                    "INDIAMART_GLID": "<YOUR_GLID>"
                }
            }
        }
    }
}

McpServers

{
    "indiamart": {
        "command": "python",
        "args": [
            "mcp_server.py"
        ],
        "env": {
            "INDIAMART_API_KEY": "<YOUR_API_KEY>",
            "INDIAMART_GLID": "<YOUR_GLID>"
        }
    }
}

IndiaMART Lead Manager MCP Server

Connect Claude AI to your IndiaMART seller account and manage buyer leads using natural language.
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.