{"jsonrpc":"2.0","protocolVersion":"2025-03-26","serverInfo":{"name":"USA Pro Floors MCP Server","version":"0.1.0"},"capabilities":{"tools":{"listChanged":false},"resources":{},"prompts":{},"logging":{}},"tools":[{"name":"get_business_info","description":"Returns structured information about USA Pro Floors LLC including services, service area, phone, email, and address.","inputSchema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"submit_flooring_lead","description":"Submit a new flooring service lead (hardwood, LVP, tile, epoxy, refinishing, repair) for a free in-home estimate in Maryland, Washington DC, or Northern Virginia. USA Pro Floors will follow up within one business day.","inputSchema":{"type":"object","required":["name","phone","service_type","zip_code"],"additionalProperties":false,"properties":{"name":{"type":"string","description":"Full name of the lead"},"phone":{"type":"string","description":"Phone number, any format"},"email":{"type":"string","format":"email","description":"Email address"},"service_type":{"type":"string","enum":["hardwood_installation","hardwood_refinishing","lvp","tile","epoxy","floor_repair","other"],"description":"Primary flooring service requested"},"square_footage":{"type":"number","description":"Approximate square footage of the project"},"zip_code":{"type":"string","description":"5-digit ZIP code where the work will be performed"},"preferred_contact":{"type":"string","enum":["phone","email","text"],"description":"Preferred contact method"},"message":{"type":"string","description":"Additional project details"},"source":{"type":"string","description":"Where the lead originated (AI agent name, campaign, etc.)"}}}},{"name":"get_service_pricing_guide","description":"Returns a ballpark pricing guide for USA Pro Floors services. For exact quotes the user should submit a lead or call 240-444-0748.","inputSchema":{"type":"object","additionalProperties":false,"properties":{"service_type":{"type":"string","enum":["hardwood_installation","hardwood_refinishing","lvp","tile","epoxy","floor_repair"]}}}}],"instructions":"USA Pro Floors MCP server. POST JSON-RPC 2.0 messages to this endpoint. See /.well-known/mcp-server-card.json."}