Back to HumanLoopMCP CATALOG

Wire your agent. Keep humans in the loop.

Model Context Protocol tools for HumanLoop (operators in Chile) and Pudu-AI (local repo intelligence). JSON-RPC. No scraped TUIs. No invented metrics.

humanloop.*

HumanLoop MCP

Orchestrate a verified human. AI suggests. The operator decides.

  • humanloop.orchestrate

    Route a skill to a human operator with HITL veto.

  • plumbing.diagnose

    Remote leak diagnosis with SEC plumber.

  • plumbing.quote

    Automatic quote by issue type.

  • plumbing.schedule

    Live availability in Santiago.

  • electric.inspect

    SEC electrical safety inspection.

  • logistics.route

    Last-mile GPS routing.

  • legal.sign

    Notarial signing with identity check.

pudu.*

Pudu-AI MCP

Search code with rg and ast-grep before you spend a context window.

  • pudu.ping

    Health check for the Python JSON engine.

  • pudu.repo_search

    Literal search via rg --json. Origin MEASURED.

  • pudu.repo_search_structural

    ast-grep patterns. Definitions vs calls.

  • pudu.classify_intent

    TEXT | STRUCTURAL | RELATIONSHIP — no LLM router.

Drop into any MCP host

OpenCode / Claude MCP snippet

{
  "mcpServers": {
    "humanloop": {
      "command": "npx",
      "args": ["-y", "humanloop-mcp"],
      "env": { "HUMANLOOP_REGION": "cl-santiago" }
    },
    "pudu-ai": {
      "command": "python3",
      "args": ["-m", "pudu_agent"],
      "env": { "PYTHONPATH": "./python" }
    }
  }
}