Agents Talk MCP β’ Humans Book Services β’ Stuff Gets Done IRL
Connect your AI to lokuli.com/mcp/sse
Goal? Make Every Service Bookable
888 service categories across auto, beauty, health, tech, education, home, events...
{
"mcpServers": {
"lokuli": {
"url": "https://lokuli.com/mcp/sse",
"transport": "sse"
}
}
}
// Find haircut services near 90640 { "tool": "search", "arguments": { "query": "haircut", "zipCode": "90640" } }
// Create booking with payment link { "tool": "create_booking", "arguments": { "providerId": "shop_abc123", "serviceId": "svc_haircut", "timeSlot": "2026-02-05T14:00:00-08:00", "customerName": "John Doe", "customerEmail": "[email protected]", "customerPhone": "+1234567890" } }
# list available tools curl -X POST https://lokuli.com/mcp/sse \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' # search for services curl -X POST https://lokuli.com/mcp/sse \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":2,"method":"tools/call", "params":{"name":"search","arguments":{"query":"haircut"}}}'
search
Find local services by query, zip code, or category
fetch
Get full details about a service provider
check_availability
See available time slots for a specific date
create_booking
Book a service and get Stripe checkout link
get_booking
Check status of an existing booking
create_cart
AP2 protocol cart with JWT mandate
get_service_catalog
Browse all 888 service types
get_pricing_estimates
Typical price ranges for services
validate_location
Check coverage by ZIP code
AI uses MCP to find services matching what the user needs
Real-time availability from actual service providers
Creates booking, returns Stripe checkout link to user
Real service provider completes the job IRL
Proper JSON-RPC 2.0 implementation. Works with Claude Desktop, ChatGPT connectors, any MCP client.
Agents get payment links. Users pay. Providers get paid. No wallet drama.
Full coverage in CA with 888 service types. Expanding soon.
No API keys. No rate limits. No BS. Just connect and go.
Giving local service pros, individuals, side hustlers, and entrepreneurs the tools to compete with major corporations.
Silicon needs carbon. Your agent finds the service. Humans do the work.