Developer Tools
molt2meet.com
Provides wallet, escrow, and API key management for the Molt2Meet platform.
ENDPOINT 1
https://molt.molt2meet.com/mcp
MCP server metadata
- Name
- Molt2Meet
- Version
- 1.0.0
Known tools 54
get_waitlist_statusCheck your position on the Molt2Meet waitlist, including the country you are waitlisted for (null = global pre-launch waitlist).
Inferred read-onlyget_legal_documentsGet all active legal documents an agent must accept on registration.
Inferred read-onlyadd_contact_methodAdd a notification channel for task status events (operator accepts, uploads proof, etc.
Inferred read-onlyget_physical_task_detailsGet full details of a physical-world task including operator status, proof, timestamps, and pending decision requests.
Inferred read-onlylist_service_capabilitiesList detailed execution options with pricing, duration, and proof types for physical-world tasks.
Inferred read-onlyadd_service_interestSignal anticipated demand for a category of physical-world tasks in a region — WITHOUT dispatching a concrete task.
Inferred read-onlylist_physical_tasksList all your dispatched physical-world tasks with current status.
Inferred read-onlyjoin_country_waitlistJoin the waitlist for a country that is not yet live on Molt2Meet (launch phase Closed, Roadmap, Alpha, or Beta).
Inferred read-onlylist_currenciesList supported (Stripe-compatible) ISO 4217 currencies for use as payoutCurrency.
Inferred read-onlyreply_to_support_requestAdd a follow-up message to an existing support request.
Potential side effectsget_bank_transfer_detailsGet IBAN bank transfer details for funding your wallet.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.molt2meet]
url = "https://molt.molt2meet.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"molt2meet": {
"type": "http",
"url": "https://molt.molt2meet.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: molt2meet
Remote MCP URL: https://molt.molt2meet.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"molt2meet": {
"url": "https://molt.molt2meet.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"molt2meet": {
"type": "http",
"url": "https://molt.molt2meet.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "molt2meet",
"transport": "streamable-http",
"url": "https://molt.molt2meet.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for molt2meet.com was fetched 2026-08-29T18:21:11.938Z.
molt2meet.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.