{"serverInfo":{"name":"kumawatpulse-mcp","version":"1.0.0"},"description":"MCP server for KumawatPulse Technologies — provides access to service information, project estimation, and technical consulting capabilities.","endpoint":"https://www.kumawat.co.in/mcp","capabilities":{"tools":true,"resources":true,"prompts":false},"tools":[{"name":"getServices","description":"Retrieve the list of software engineering services offered by KumawatPulse.","inputSchema":{"type":"object","properties":{}}},{"name":"estimateProject","description":"Get a rough cost and timeline estimate for a software project.","inputSchema":{"type":"object","properties":{"description":{"type":"string","description":"Brief description of the project requirements"},"budget_range":{"type":"string","description":"Expected budget range"}},"required":["description"]}},{"name":"listTechnologies","description":"List the technology stack and expertise areas.","inputSchema":{"type":"object","properties":{}}},{"name":"submitProductInquiry","description":"Submit a customized project or product inquiry to KumawatPulse.","inputSchema":{"type":"object","properties":{"productType":{"type":"string","description":"Product or service category"},"contactEmail":{"type":"string","format":"email","description":"Contact email"},"quantity":{"type":"string","description":"Required scale or quantity"},"notes":{"type":"string","description":"Project notes"}},"required":["productType","contactEmail"]}},{"name":"searchProductCatalog","description":"Search Kumawat software products, platforms, and mobile apps.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search query"}}}},{"name":"requestQuote","description":"Request a cost and timeline quote for custom software engineering.","inputSchema":{"type":"object","properties":{"projectType":{"type":"string","description":"Project type"},"scope":{"type":"string","description":"Project scope"},"contactEmail":{"type":"string","format":"email","description":"Contact email"}},"required":["projectType","scope","contactEmail"]}}]}