MRC Data is published under a DNS-verified namespace on the Official Model Context Protocol Registry — the canonical directory of MCP servers maintained by the protocol authors.
Note: the Official Registry uses reverse-DNS namespacing (like Java packages). Your root domain meacheal.ai becomes the namespace ai.meacheal, under which the server mrc-data is published.
The ai.meacheal namespace is permanently bound to MEACHEAL Research Center via a TXT record on the meacheal.ai DNS zone. Only an entity that controls the meacheal.ai domain can publish servers under this namespace.
Verification method: TXT record on meacheal.ai · Public-key signed publish
No one else can publish a server named ai.meacheal/* on the Official Registry without controlling our domain.
Every version is signed and immutable. The full publish history is queryable via the Registry API.
Marketplaces (Smithery, mcp.so, PulseMCP) automatically sync from the Official Registry.
{
"server": {
"name": "ai.meacheal/mrc-data",
"description": "China's apparel supply chain data for AI: 1,000+ suppliers, 350+ fabrics, 170+ clusters.",
"title": "MRC Data — China's Apparel Supply Chain Infrastructure",
"version": "2.2.2",
"websiteUrl": "https://api.meacheal.ai",
"remotes": [
{
"type": "streamable-http",
"url": "https://api.meacheal.ai/mcp",
"headers": [
{
"description": "Bearer token. Get a free API key (100 calls/day) at https://api.meacheal.ai/apply",
"isRequired": true,
"value": "Bearer {api_key}",
"isSecret": true,
"variables": {
"api_key": {
"description": "Your MRC Data API key",
"isRequired": true,
"isSecret": true
}
},
"name": "Authorization"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-04-07T18:31:28.329956Z",
"publishedAt": "2026-04-07T18:31:28.329956Z",
"updatedAt": "2026-04-07T18:31:28.329956Z",
"isLatest": true
}
}
}