AbhijeetBuilts.tech
Unit no. 01TradeIndia MCPStatus — Live

MCP server

TradeIndia MCP Server

Instead of logging into TradeIndia, downloading a CSV, and manually reviewing leads, you ask Claude: "Get my TradeIndia leads from the last 2 days." Claude calls this MCP server and returns every inquiry — buyer name, company, mobile number, message, product interest, city, and state — parsed and readable in seconds.

UNIT 01TradeIndia MCP — data sheetStatus — Live
Technical ink illustration of a secure connector module drawing in a stack of inquiry cards, passing them through an orange security gate, and routing one clean signal line into a speech-bubble receiver.

Tools exposed

get_tradeindia_inquiries

Fetches TradeIndia buyer inquiries for a date range and returns parsed, cleaned leads — buyer name, company, mobile, message, product interest, city, and state — aggregated into a single structured response.

How it works

01

Claude calls the MCP tool over HTTPS the moment you ask about your TradeIndia leads in a conversation.

02

Nginx checks the caller against an allowlist of Anthropic's published IP range and rejects everything else with a 403.

03

An n8n MCP Server Trigger receives the tool call and hands it to a dedicated sub-workflow.

04

The sub-workflow queries the TradeIndia Inquiry API, then parses, cleans, and aggregates every lead into one structured JSON payload.

05

Claude receives the payload and presents the leads readably — no login, no export, no copy-pasting.

Bill of materials

Stack and wiring

n8nNginxTradeIndia Inquiry APIClaudeHostinger VPS
Client
Claude (claude.ai custom connector)
Transport
MCP over HTTPS
Security
No OAuth server required — the endpoint is locked at the Nginx layer to Anthropic's published egress IP range, so only Anthropic's servers can reach it. Everyone else gets a 403.

Field test

Ask Claude

Get my TradeIndia leads from the last 2 days

Which of this week's inquiries mention packaging machines?

Summarise today's buyer inquiries and flag the ones asking for quotes

Commission a unit

Want your business data inside Claude?

The same pattern works for any system with an API — CRM leads, orders, support tickets, inventory. I design, build, and secure the MCP server; you just ask questions in a conversation.