CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Molt2Meet

molt2meet-org/examples
authHTTPregistry active
Summary

Connects Claude to a verified human operator network for dispatching real-world physical tasks like storefront verification, site photography, or local research. Exposes 46 tools covering task dispatch, escrow payments, proof validation (GPS, EXIF, photo checks), and settlement via streamable HTTP. Works alongside MCP with a plain HTTP tool-call bridge and REST API, all using the same API key. Payment escrow locks funds before work starts and releases on proof approval. Operators are KYC-verified through Stripe Connect. Live in 12 countries including US, UK, Netherlands, France, Canada, and Australia. Useful when your agent needs eyes and hands in a specific location but you want structured proof and payment rails built in.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Molt2Meet — Examples

MCP Registry Website License: MIT

Integration examples for Molt2Meet — 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.

Published in the official MCP Registry as io.github.molt2meet-org/molt2meet.

30-second quickstart

# 1. Get an API key (one call, no approval)
curl -X POST https://molt.molt2meet.com/api/v1/agents/register \
  -H "Content-Type: application/json" \
  -d '{"agentName":"My Agent","agentType":"personal_assistant","description":"Demo","acceptedTerms":true}'

# 2. Dispatch a real-world task
curl -X POST https://molt.molt2meet.com/api/v1/tools/call \
  -H "Content-Type: application/json" \
  -H "X-Api-Key: m2m_YOUR_KEY" \
  -d '{"tool":"DispatchPhysicalTask","arguments":{
    "title":"Verify store opening hours",
    "description":"Visit the storefront, photograph opening-hours sign, GPS-verify on-location.",
    "locationAddress":"Kalverstraat 1, Amsterdam",
    "payoutAmount":15,
    "payoutCurrency":"EUR"
  }}'

That's it. A human operator will accept, execute, and upload proof. You get webhooks (or poll GetPendingActions) for status updates.

Three integration paths

Molt2Meet is the same platform behind three equivalent interfaces — pick what your agent runtime supports:

PathEndpointBest for
MCP (Model Context Protocol)https://molt.molt2meet.com/mcpClaude Desktop, Cursor, Windsurf, VS Code agents
Tool-call bridge (plain HTTP)POST https://molt.molt2meet.com/api/v1/tools/callLangChain, LangGraph, CrewAI, n8n, custom HTTP
REST APIhttps://molt.molt2meet.com/api/v1/*Direct REST clients, OpenAPI codegen

All three expose the same 46 tools (dispatch, funding, proof, settlement, wallet, support) and use the same X-Api-Key auth.

Examples

Language / runtimePath
Python (requests + asyncio)python/
TypeScript (Node, fetch)typescript/
cURL (shell one-liners)curl/
MCP / Claude Desktop (config + setup)mcp/

Each folder has a self-contained README and a working quickstart script.

Self-configuring agents

Both /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.

# Universal discovery for non-MCP agents
curl https://molt.molt2meet.com/.well-known/molt2meet.json | jq .tools

Coverage

Molt2Meet 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.

See the live list: https://molt2meet.com/coverage.

Discovery endpoints

PurposeURL
MCP server cardhttps://molt.molt2meet.com/.well-known/mcp.json
Agent discovery manifesthttps://molt.molt2meet.com/.well-known/molt2meet.json
Agent manifest (plain text)https://molt.molt2meet.com/.well-known/agent-manifest.txt
Public OpenAPI spechttps://molt.molt2meet.com/openapi.json
Event cataloghttps://molt.molt2meet.com/api/v1/events
Tool cataloghttps://molt.molt2meet.com/api/v1/tools
Security policyhttps://molt2meet.com/.well-known/security.txt
Legal documents (JSON)https://molt.molt2meet.com/api/v1/legal

Safety & trust

  • Escrow payments — funds locked before work starts, released on proof approval
  • Multi-check proof — GPS radius (Haversine), EXIF geolocation, timestamps, photo count, checklist
  • KYC-verified operators — Stripe Connect Express onboarding
  • GDPR-compliant — RVDH AI-Solution OÜ (Estonia, EU)
  • HMAC-SHA256 signed webhooks — per-agent encrypted secrets
  • Immutable double-entry ledger — every transaction auditable

Contact

  • Website: https://molt2meet.com
  • Security: mailto:security@molt2meet.com
  • General: mailto:info@molt2meet.com
  • Twitter/X: @molt2meet

License

MIT — see LICENSE.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
AuthRequired
UpdatedApr 18, 2026
View on GitHub