← meacheal.ai

INDIVIDUAL MCP TOOL

estimate_cost

Estimate sourcing cost for a product based on fabric price, supplier pricing, and order quantity.

meacheal.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://api.meacheal.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for estimate_cost and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

meacheal.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.meacheal-supply-chain]
url = "https://api.meacheal.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "meacheal-supply-chain": {
      "type": "http",
      "url": "https://api.meacheal.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: meacheal-supply-chain
Remote MCP URL: https://api.meacheal.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "meacheal-supply-chain": {
      "url": "https://api.meacheal.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "meacheal-supply-chain": {
      "type": "http",
      "url": "https://api.meacheal.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "meacheal-supply-chain",
  "transport": "streamable-http",
  "url": "https://api.meacheal.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_suppliers — Search verified Chinese apparel manufacturers, apparel factories, and clothing suppliers.
  • get_supplier_detail — Get the complete profile of a single Chinese apparel supplier by ID.
  • search_fabrics — Search the Chinese fabric and textile database with lab-tested specifications.
  • get_fabric_detail — Get the complete lab-tested record of a single fabric by ID.
  • search_clusters — Search Chinese apparel industrial clusters and textile markets.
  • compare_clusters — Compare multiple Chinese apparel industrial clusters side-by-side on key metrics.
  • detect_discrepancy — [Core feature] Surface supplier specifications that deviate from independent lab measurements.
  • get_supplier_fabrics — List all fabrics a specific supplier can provide, with quoted prices.