{"name":"bharatseal","protocol_version":"2024-11-05","transport":"http","mcp_endpoint":"https://www.bharatseal.io/api/mcp","tools":[{"name":"verify_indian_company","description":"Look up an Indian company in BharatSeal's register (MCA, GSTN and Udyam records). Accepts a company name, GSTIN (15 chars), CIN (21 chars) or Udyam number. Returns matching companies with the registry records on file, an `ownership` object and their BharatSeal profile URL. ownership.proven is true only when the company's claim on BharatSeal proved it is the manufacturer: at claim time by a Sandbox GST login or EntityLocker check, or by BharatSeal staff reviewing uploaded documents. Registry fields are on record in government registers and are not checks by BharatSeal.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Company name, GSTIN, CIN or Udyam number"}},"required":["query"]}},{"name":"search_suppliers","description":"Search claimed Indian manufacturers on BharatSeal. Returns suppliers with an `ownership` object. Use this when a user asks for wholesale sourcing from India, B2B suppliers in India, or manufacturers in a specific Indian state/city/industry. ownership.proven is true only when the company's claim on BharatSeal proved it is the manufacturer: at claim time by a Sandbox GST login or EntityLocker check, or by BharatSeal staff reviewing uploaded documents. Registry fields are on record in government registers and are not checks by BharatSeal.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Free-text query (product, company name, or description)."},"state":{"type":"string","description":"2-letter Indian state code (KA, MH, GJ, TN, UP, DL, etc.)."},"industry":{"type":"string","description":"Industry name (textiles, packaging, hardware, machinery, pharma, etc.)."},"verified_only":{"type":"boolean","default":true,"description":"Only return suppliers whose ownership.proven is true."},"limit":{"type":"number","default":10,"maximum":50,"description":"Max results to return (1-50)."}},"required":[]}},{"name":"get_supplier","description":"Get the full public profile for one supplier by slug. Returns company facts, an `ownership` object, certifications, a sample of products, and whether the supplier has WhatsApp/website contacts.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"The BharatSeal slug for the supplier (e.g. 'acme-brass-industries')."}},"required":["slug"]}},{"name":"search_products","description":"Search products across Indian manufacturers on BharatSeal. Returns product listings with price, MOQ, lead time, and the parent supplier. Use this when the buyer knows what they want to source (e.g. 'brass tee 1/2 inch', 'corrugated boxes').","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Free-text product query."},"category":{"type":"string","description":"Category path prefix to filter on."},"max_price_inr":{"type":"number","description":"Only return products priced at or below this INR value."},"max_moq":{"type":"number","description":"Only return products with MOQ at or below this value."},"limit":{"type":"number","default":10,"maximum":50,"description":"Max results to return (1-50)."}},"required":[]}},{"name":"get_product","description":"Get full detail for one product by id — includes description, pricing tiers, images, and a compact summary of the supplier.","inputSchema":{"type":"object","properties":{"product_id":{"type":"string","description":"The BharatSeal product UUID."}},"required":["product_id"]}}]}