eCommerce
mkbenterprises.in
Provides product line and chilli variety specifications for MKB Enterprises' spice exports.
ENDPOINT 1
https://www.mkbenterprises.in/mcp
MCP server metadata
- Name
- spice-route-global
- Version
- 0.5.0
Catalogue and quote desk for MKB Enterprises, an Indian chilli, turmeric and ginger manufacturer and exporter based in Byadgi, Karnataka. No sign-in is required. Use list_products and get_product for the main spice lines, list_chilli_varieties and get_chilli_variety for dried red chilli varieties with ASTA colour and SHU pungency specs, get_company_profile for facility capacity, sourcing hubs, export markets and contact details, and list_certifications for statutory licences (FSSAI Central Licence, DGFT Importer–Exporter Code, GST registration) with certificate numbers and public PDF links for vendor onboarding or compliance checks. When a buyer wants pricing, gather their name, company, country, product, quantity, email and phone, then call request_quote - it reaches a human, who replies with grades, packing and pricing. There is no automated checkout and no public price list. Buyer enquiries - your own or anyone else's - are never readable through this server.
Known tools 7
list_productsList the spice product lines MKB Enterprises supplies (chilli, turmeric, ginger) with their available forms and page URLs.
Inferred read-onlyget_productGet full detail for one MKB Enterprises product line: description, available forms and bulk/export specifications.
Inferred read-onlylist_chilli_varietiesList every dried red chilli variety MKB Enterprises supplies (Byadgi, Guntur and KDL types) with origin, colour value and pungency at a glance.
Inferred read-onlyget_chilli_varietyGet full technical specifications for one dried red chilli variety: origin, appearance, ASTA colour value, SHU pungency, pod length, typical uses and supplied forms.
Inferred read-onlyget_company_profileGet the MKB Enterprises company profile: heritage, processing facility and capacity figures, sourcing hubs, export markets and public contact details.
Inferred read-onlylist_certificationsList the statutory licences and registrations held by MKB Enterprises - FSSAI Central Food Business Licence, DGFT Importer–Exporter Code (IEC) and GST registration - with certificate numbers, validity, scope and public PDF links.
Inferred read-onlyrequest_quoteSubmit a bulk spice quote request to MKB Enterprises on behalf of a buyer.
Inferred read-onlyCONNECT 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.spice-route-global]
url = "https://www.mkbenterprises.in/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"spice-route-global": {
"type": "http",
"url": "https://www.mkbenterprises.in/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: spice-route-global
Remote MCP URL: https://www.mkbenterprises.in/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": {
"spice-route-global": {
"url": "https://www.mkbenterprises.in/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"spice-route-global": {
"type": "http",
"url": "https://www.mkbenterprises.in/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "spice-route-global",
"transport": "streamable-http",
"url": "https://www.mkbenterprises.in/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.