Mlatho

Created By
AfrikanCoder2 months ago
Mlatho — Book vetted and trained service professionals across Africa. Search services, compare prices, get instant quotes, and book plumbers, electricians, cleaners, tutors and more. Covers South Africa, Malawi and already expanding to the rest of Africa
Overview

Mlatho

Mlatho MCP Server

Search and book trusted service professionals across Africa from any AI assistant

Status MCP SSE


What is this?

An MCP (Model Context Protocol) server that gives AI agents access to the Mlatho service marketplace — Africa's platform for finding and booking vetted service professionals.

Any MCP-compatible AI assistant (Claude, ChatGPT, GitHub Copilot, Cursor, Windsurf, etc.) can use this server to help users:

  • 🔍 Search for services by category, location, and price
  • 👷 Find vetted professionals with ratings and reviews
  • 💰 Get instant quotes for any service type
  • 🔗 Generate booking links for direct booking with secure payment
  • 📍 Check availability across African cities

Quick Connect

No installation needed — connect directly to the hosted server:

{
  "mcpServers": {
    "mlatho": {
      "url": "https://mcp.mlatho.com/sse"
    }
  }
}

Add this to your MCP client config:

  • Claude Desktop: claude_desktop_config.json
  • VS Code / GitHub Copilot: .vscode/mcp.json
  • Cursor: .cursor/mcp.json

Verify it's running

curl https://mcp.mlatho.com/health

Available Tools

🔍 Discovery

ToolDescription
search_servicesSearch the marketplace by category, location, and price. Returns services with pricing, ratings, and booking links.
get_service_categoriesList all available service categories (Legal, Plumbing, Electrical, Cleaning, IT Support, Beauty, Catering, Tutoring, and more).
get_service_detailsGet full details for a specific service offering including pricing, duration, and professional info.

👷 Professionals

ToolDescription
find_professionalsFind professionals by city and/or service category. Returns profiles with ratings, skills, and verification status.
get_professional_profileGet a professional's complete public profile — bio, skills, ratings, reviews, and service offerings.
get_featured_professionalsGet top-rated, featured professionals on the platform.

📅 Booking

ToolDescription
get_booking_linkGenerate a direct booking URL for a specific service. User clicks to choose date/time and pay securely.
get_instant_quoteGet a price range estimate for a service type in a specific location, based on actual marketplace listings.

ℹ️ Platform

ToolDescription
get_platform_infoLearn about Mlatho — how it works, features, service categories, and markets.
get_available_locationsGet cities and regions where Mlatho currently operates.

Example Conversations

User: "I need a plumber in Johannesburg" → Agent calls search_services(category: "Plumbing", location: "Johannesburg")

User: "How much does legal consultation cost in Cape Town?" → Agent calls get_instant_quote(category: "Legal", location: "Cape Town")

User: "What services are available in Malawi?" → Agent calls search_services(location: "Lilongwe") or get_available_locations()

User: "Book that electrician for me" → Agent calls get_booking_link(serviceId: 42) → returns direct booking URL

User: "Show me the best rated professionals" → Agent calls get_featured_professionals()

Service Categories

Legal · Plumbing · Electrical · Cleaning · Catering · IT Support · Beauty · Tutoring · Photography · Event Planning · Home Repair · Gardening · Moving · Personal Training · Accounting · and more.

Markets

CountryCurrencyServices
🇿🇦 South AfricaZAROn-site & Online
🇲🇼 MalawiUSDOnline services

Cities: Johannesburg, Cape Town, Durban, Pretoria, Bloemfontein, Gqeberha, Lilongwe, Blantyre, and more.

How Mlatho Works

  1. Browse — Search for services or professionals by category, location, or keyword
  2. Book — Choose a professional, pick a date/time, and pay securely
  3. Get Served — The professional delivers the service (on-site or online)
  4. Rate — Leave a rating and review after completion

Key features: Secure escrow payments · Verified professionals · WhatsApp notifications · Dispute resolution · Recurring subscriptions

License

This MCP server is provided as a public integration endpoint. The Mlatho marketplace and API are proprietary.


Built by AfrikanCoder LLC

Server Config

{
  "mcpServers": {
    "mlatho": {
      "url": "https://mcp.mlatho.com/sse"
    }
  }
}
Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
AfrikanCoder
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Crevio

2 days ago
Bring your real authenticated browser session to AI coding agents. Local-first MCP server + Chrome MV3 extension. No cloud. No telemetry.
@Cubenest

peek records the user's actual logged-in browser (DOM via rrweb, console events, network metadata, optional response bodies via opt-in Deep capture) through a Chrome MV3 extension. The extension ships events through a native-messaging stdio bridge to a local MCP server (peek-mcp), which persists them to a SQLite database at ~/.peek/sessions.db. AI coding agents (Claude Code, Cursor, Cline, Windsurf) read sessions from the database via 10 MCP tools: Tool What it does list_recent_sessions List recently recorded sessions (id, origin, ts, event count). get_session_summary LLM-readable narrative summary of a session. get_session_console_errors Console errors recorded in a session. get_session_network_errors Failed/notable network requests in a session. get_user_action_before_error Last N user actions before a console error. generate_playwright_repro Generate a runnable Playwright test from a session. get_dom_snapshot Reconstruct the DOM at a given timestamp. query_dom_history Timeline of attribute/text changes for a selector. request_authorization Side-panel consent for write actions (Level 3). execute_action Dispatch a UI action (gated by permission level + destructive blocklist). Why local-first matters Every other "browser session for AI" tool ships to a vendor cloud. peek's SQLite + extension live on the user's machine — no remote endpoints, no telemetry. The privacy policy (docs/peek/PRIVACY_POLICY.md) is the source of truth. Install # 1. Add the MCP server to Claude Code claude mcp add peek -- npx -y @peekdev/mcp # 2. Install the Chrome extension from the Chrome Web Store # (link added once the CWS listing is approved)

a day ago