{
  "markdown": "# Molt2Meet — Examples\n\n[![MCP Registry](https://img.shields.io/badge/MCP%20Registry-io.github.molt2meet--org%2Fmolt2meet-059669)](https://registry.modelcontextprotocol.io/v0.1/servers?search=molt2meet)\n[![Website](https://img.shields.io/badge/website-molt2meet.com-059669)](https://molt2meet.com)\n[![License: MIT](https://img.shields.io/badge/license-MIT-informational)](./LICENSE)\n\nIntegration examples for [Molt2Meet](https://molt2meet.com) — the execution layer for AI agents. Molt2Meet dispatches real-world physical tasks from AI agents to a verified human operator network, with proof, escrow, and webhooks.\n\n> Published in the official [MCP Registry](https://registry.modelcontextprotocol.io/v0.1/servers?search=molt2meet) as `io.github.molt2meet-org/molt2meet`.\n\n## 30-second quickstart\n\n```bash\n# 1. Get an API key (one call, no approval)\ncurl -X POST https://molt.molt2meet.com/api/v1/agents/register \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"agentName\":\"My Agent\",\"agentType\":\"personal_assistant\",\"description\":\"Demo\",\"acceptedTerms\":true}'\n\n# 2. Dispatch a real-world task\ncurl -X POST https://molt.molt2meet.com/api/v1/tools/call \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-Api-Key: m2m_YOUR_KEY\" \\\n  -d '{\"tool\":\"DispatchPhysicalTask\",\"arguments\":{\n    \"title\":\"Verify store opening hours\",\n    \"description\":\"Visit the storefront, photograph opening-hours sign, GPS-verify on-location.\",\n    \"locationAddress\":\"Kalverstraat 1, Amsterdam\",\n    \"payoutAmount\":15,\n    \"payoutCurrency\":\"EUR\"\n  }}'\n```\n\nThat's it. A human operator will accept, execute, and upload proof. You get webhooks (or poll `GetPendingActions`) for status updates.\n\n## Three integration paths\n\nMolt2Meet is the same platform behind three equivalent interfaces — pick what your agent runtime supports:\n\n| Path | Endpoint | Best for |\n|---|---|---|\n| **MCP** (Model Context Protocol) | `https://molt.molt2meet.com/mcp` | Claude Desktop, Cursor, Windsurf, VS Code agents |\n| **Tool-call bridge** (plain HTTP) | `POST https://molt.molt2meet.com/api/v1/tools/call` | LangChain, LangGraph, CrewAI, n8n, custom HTTP |\n| **REST API** | `https://molt.molt2meet.com/api/v1/*` | Direct REST clients, OpenAPI codegen |\n\nAll three expose the same **46 tools** (dispatch, funding, proof, settlement, wallet, support) and use the same `X-Api-Key` auth.\n\n## Examples\n\n| Language / runtime | Path |\n|---|---|\n| **Python** (requests + asyncio) | [`python/`](./python/) |\n| **TypeScript** (Node, fetch) | [`typescript/`](./typescript/) |\n| **cURL** (shell one-liners) | [`curl/`](./curl/) |\n| **MCP / Claude Desktop** (config + setup) | [`mcp/`](./mcp/) |\n\nEach folder has a self-contained README and a working quickstart script.\n\n## Self-configuring agents\n\nBoth `/mcp` (for MCP clients) and `/.well-known/molt2meet.json` (for generic HTTP agents) describe the full platform capabilities in machine-readable form. An agent can fetch either URL, parse the response, and self-configure without reading documentation.\n\n```bash\n# Universal discovery for non-MCP agents\ncurl https://molt.molt2meet.com/.well-known/molt2meet.json | jq .tools\n```\n\n## Coverage\n\nMolt2Meet operates per-country. Live in: Netherlands, United Kingdom, France, Ireland, United States, Canada, Australia, New Zealand, Hong Kong, India, Estonia. Roadmap: Germany, Belgium, Spain, Italy.\n\nSee the live list: <https://molt2meet.com/coverage>.\n\n## Discovery endpoints\n\n| Purpose | URL |\n|---|---|\n| MCP server card | <https://molt.molt2meet.com/.well-known/mcp.json> |\n| Agent discovery manifest | <https://molt.molt2meet.com/.well-known/molt2meet.json> |\n| Agent manifest (plain text) | <https://molt.molt2meet.com/.well-known/agent-manifest.txt> |\n| Public OpenAPI spec | <https://molt.molt2meet.com/openapi.json> |\n| Event catalog | <https://molt.molt2meet.com/api/v1/events> |\n| Tool catalog | <https://molt.molt2meet.com/api/v1/tools> |\n| Security policy | <https://molt2meet.com/.well-known/security.txt> |\n| Legal documents (JSON) | <https://molt.molt2meet.com/api/v1/legal> |\n\n## Safety & trust\n\n- **Escrow payments** — funds locked before work starts, released on proof approval\n- **Multi-check proof** — GPS radius (Haversine), EXIF geolocation, timestamps, photo count, checklist\n- **KYC-verified operators** — Stripe Connect Express onboarding\n- **GDPR-compliant** — RVDH AI-Solution OÜ (Estonia, EU)\n- **HMAC-SHA256 signed webhooks** — per-agent encrypted secrets\n- **Immutable double-entry ledger** — every transaction auditable\n\n## Contact\n\n- Website: <https://molt2meet.com>\n- Security: <mailto:security@molt2meet.com>\n- General: <mailto:info@molt2meet.com>\n- Twitter/X: [@molt2meet](https://twitter.com/molt2meet)\n\n## License\n\nMIT — see [LICENSE](./LICENSE).\n",
  "bytes": 4724,
  "sha": "aaf37f9bfe4dbccdbb2d60e9130e57da1c7ced4acb3cad265690d439a3fd25c2",
  "repo_slug": "molt2meet-org/examples",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_molt2meet_org_molt2meet_b78c898a/readme"
}