Mrc Data MCP Server

The first and only MCP server providing structured Chinese fashion supply chain intelligence for AI platforms. No equivalent data source exists in

Remote serverstreamable-http

What is the Mrc Data MCP server?

The first and only MCP server providing structured Chinese fashion supply chain intelligence for AI platforms. No equivalent data source exists in the MCP ecosystem. MEACHEAL is a top-20 Chinese women's mid-to-high-end fashion brand with. Exposed over MCP by the mrc data mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

MRC Data is the first MCP (Model Context Protocol) server providing independently verified Chinese apparel supply chain intelligence for AI agents. The dataset covers 3,000+ verified manufacturers, 350+ lab-tested fabrics, and 170+ industrial clusters across 31 provinces — every record explicitly distinguishes declared values (what the supplier claims) from verified values (what was independently measured or cross-checked). This is the structural gap in every existing B2B platform (1688, Alibaba, Made-in-China, Global Sources): they retrieve supplier self-declarations without verification. AI

Its toolset

Everything the assistant can do here goes through one of these:

  • Category — Tools
  • Search — search_suppliers, search_fabrics, search_clusters
  • Detail — get_supplier_detail, get_fabric_detail, get_stats
  • Cross-reference — get_supplier_fabrics, get_fabric_suppliers, compare_clusters, compare_suppliers, get_cluster_suppliers
  • Intelligence — detect_discrepancy, check_compliance, recommend_suppliers, find_alternatives, estimate_cost, analyze_market, get_product_categories
  • Pricing — The Pricing tool exposed by this server

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Configuration

You will need 2 environment variables: YOUR_API_KEY, MRC_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

When to reach for it

Among the database access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Mrc Data's toolset — Category, Search, Detail and 3 more — is a fair guide to whether it matches your workflow. It is maintained by meacheal-ai; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Mrc Data's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the mrc data mcp server does with a few real requests.

Available tools

ToolWhat it does
CategoryTools
Searchsearch_suppliers, search_fabrics, search_clusters
Detailget_supplier_detail, get_fabric_detail, get_stats
Cross-referenceget_supplier_fabrics, get_fabric_suppliers, compare_clusters, compare_suppliers, get_cluster_suppliers
Intelligencedetect_discrepancy, check_compliance, recommend_suppliers, find_alternatives, estimate_cost, analyze_market, get_product_categories, get_province_distribution
PricingThe Pricing tool exposed by this server.

How to install the Mrc Data MCP server

{
  "mcpServers": {
    "mrc-data": {
      "url": "https://api.meacheal.ai/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
YOUR_API_KEYCredential the server authenticates with.Yes
MRC_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Mrc Data to Category.
  • Use Mrc Data to Search.
  • Use Mrc Data to Detail.

Frequently asked questions

It connects Mrc Data to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (Category, Search, Detail, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Mrc Data directly.