{"name":"gerahome","description":"GeraHome home services marketplace — search verified providers, check availability, get instant quotes, and book cleaning, plumbing, electrical, painting, and 30+ other services in 50+ countries.","version":"0.1.0","url":"https://gerahome.com","contact":"api@gera.services","tools":[{"name":"search_providers","description":"Search home service providers by category (cleaning, plumbing, electrical, painting, etc.), country, city, and minimum rating. Returns a list of verified providers with ratings and availability.","input_schema":{"type":"object","properties":{"category":{"type":"string","description":"Service category slug (e.g. cleaning, plumbing, electrical, painting)"},"country":{"type":"string","description":"ISO 3166-1 alpha-2 country code (e.g. GB, GE, NG)"},"city":{"type":"string","description":"City name to filter providers"},"rating_min":{"type":"number","description":"Minimum provider rating from 1 to 5"}}}},{"name":"get_pricing","description":"Get service pricing estimates for a specific service category and country.","input_schema":{"type":"object","properties":{"country":{"type":"string","description":"ISO 3166-1 alpha-2 country code"},"service":{"type":"string","description":"Service slug (e.g. house-cleaning, plumbing-repair)"}}}},{"name":"check_availability","description":"Check a provider's availability for a specific date and service.","input_schema":{"type":"object","required":["provider_id","date"],"properties":{"provider_id":{"type":"string","description":"Provider UUID"},"date":{"type":"string","description":"ISO 8601 date string (YYYY-MM-DD)"},"service":{"type":"string","description":"Service slug requested"}}}},{"name":"book_service","description":"Create a booking for a home service with a specific provider.","input_schema":{"type":"object","required":["provider_id","service","date"],"properties":{"provider_id":{"type":"string","description":"Provider UUID"},"service":{"type":"string","description":"Service slug"},"date":{"type":"string","description":"ISO 8601 datetime for the booking"},"address":{"type":"string","description":"Service address"},"notes":{"type":"string","description":"Additional notes for the provider"}}}}],"resources":[{"name":"providers","description":"Home service providers directory","url":"https://gerahome.com/api/v1/providers"},{"name":"categories","description":"Available service categories","url":"https://gerahome.com/api/v1/services"},{"name":"countries","description":"Supported countries and pricing","url":"https://gerahome.com/api/v1/countries"}]}