Krawl NearBy is an MCP server. Connect any AI agent to discover and book local health & beauty services.
Krawl exposes an MCP server for AI agents. Connect any compatible client and your assistant can search local London shops, check availability, and book on behalf of the user.
https://nearby-krawl.onrender.com/mcpPaste the server URL into your client's MCP settings:
https://nearby-krawl.onrender.com/mcpIn ChatGPT: Settings → Connectors → Add custom connector
search_businessesFind businesses by location, category, or keyword. Supports geo search with radius.
get_business_profileGet full details: services, pricing, hours, reviews.
get_availabilityCheck real-time slots for a date range (max 14 days). Filter by morning/afternoon/evening.
book_appointmentBook a slot and get a confirmation reference. Race-condition safe.
OAuth 2.1 with PKCE (S256). Discovery endpoint:
GET https://nearby-krawl.onrender.com/.well-known/openid-configuration• Access tokens expire after 15 minutes
• Refresh tokens last 30 days
• Supported grant types: authorization_code, refresh_token
| Tier | Queries/month | Rate limit |
|---|---|---|
| Free | 1,000 | 100 req/min |
| Pro | Unlimited | 1,000 req/min |
Hit the demo endpoint to see sample data:
GET https://nearby-krawl.onrender.com/api/v1/demo