← 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.orchestrateRoute a skill to a human operator with HITL veto.
plumbing.diagnoseRemote leak diagnosis with SEC plumber.
plumbing.quoteAutomatic quote by issue type.
plumbing.scheduleLive availability in Santiago.
electric.inspectSEC electrical safety inspection.
logistics.routeLast-mile GPS routing.
legal.signNotarial signing with identity check.
pudu.*
Pudu-AI MCP
Search code with rg and ast-grep before you spend a context window.
pudu.pingHealth check for the Python JSON engine.
pudu.repo_searchLiteral search via rg --json. Origin MEASURED.
pudu.repo_search_structuralast-grep patterns. Definitions vs calls.
pudu.classify_intentTEXT | 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" }
}
}
}