← Registry

Developer Tools

molt2meet.com

Provides wallet, escrow, and API key management for the Molt2Meet platform.

1 endpoint54 known toolsFirst detected July 6, 2026Last detected August 29, 2026

ENDPOINT 1

https://molt.molt2meet.com/mcp

No auth detected

MCP server metadata

Name
Molt2Meet
Version
1.0.0
Capabilities
loggingtools.listChanged

Known tools 54

checkout_wallet_deposit

Create a hosted checkout session (e.

Potential side effects
get_waitlist_status

Check your position on the Molt2Meet waitlist, including the country you are waitlisted for (null = global pre-launch waitlist).

Inferred read-only
get_wallet_transactions

Get your wallet transaction history.

Inferred read-only
check_task_funding

ESCROW FLOW ONLY.

Inferred read-only
create_api_key

Generate a new API key for your agent.

Inferred read-only
add_task_review

Add a review/rating for a completed task.

Inferred read-only
list_service_interests

List all your registered service interests.

Inferred read-only
get_legal_documents

Get all active legal documents an agent must accept on registration.

Inferred read-only
add_contact_method

Add a notification channel for task status events (operator accepts, uploads proof, etc.

Inferred read-only
list_service_categories

List available categories of physical-world tasks.

Inferred read-only
list_reschedule_requests

List all reschedule requests for a task.

Inferred read-only
cancel_task_with_settlement

Cancel a task with proper financial settlement.

Inferred read-only
get_wallet_balance

Get your wallet balance for a specific currency.

Inferred read-only
approve_physical_task_completion

Approve a completed task — SIMPLE FLOW ONLY.

Inferred read-only
get_agent_profile

Retrieve your profile and status.

Inferred read-only
fund_wallet

Add funds to your wallet via secure payment provider.

Potential side effects
get_support_requests

List your support requests, complaints, and recommendations.

Inferred read-only
request_reschedule

Propose a new time window for a task.

Inferred read-only
get_task_events

Poll for task status changes.

Inferred read-only
get_pending_actions

Check if you have any pending actions in a single call.

Inferred read-only
list_locales

List locales supported by the Molt2Meet platform.

Inferred read-only
get_task_history

Get the full status history of a task.

Inferred read-only
get_physical_task_details

Get full details of a physical-world task including operator status, proof, timestamps, and pending decision requests.

Inferred read-only
list_service_capabilities

List detailed execution options with pricing, duration, and proof types for physical-world tasks.

Inferred read-only
add_service_interest

Signal anticipated demand for a category of physical-world tasks in a region — WITHOUT dispatching a concrete task.

Inferred read-only
publish_task

Publish a task to make it visible to operators.

Potential side effects
approve_reschedule

Approve a reschedule request.

Inferred read-only
test_task_webhook

Send a test webhook event (webhook.

Potential side effects
resolve_decision_request

Answer a pending decision request.

Inferred read-only
list_physical_tasks

List all your dispatched physical-world tasks with current status.

Inferred read-only
join_country_waitlist

Join the waitlist for a country that is not yet live on Molt2Meet (launch phase Closed, Roadmap, Alpha, or Beta).

Inferred read-only
get_task_proofs

Get all proof items submitted by the operator for a task.

Inferred read-only
list_currencies

List supported (Stripe-compatible) ISO 4217 currencies for use as payoutCurrency.

Inferred read-only
register_agent

Register to dispatch physical-world tasks.

Inferred read-only
acknowledge_direct_settlement_task

DIRECT SETTLEMENT FLOW ONLY.

Inferred read-only
cancel_physical_task

Cancel a dispatched physical-world task.

Inferred read-only
revoke_api_key

Permanently deactivate an API key by its database ID.

Inferred read-only
submit_support_request

Submit a support request, complaint, or recommendation.

Inferred read-only
dispatch_physical_task

Primary tool.

Inferred read-only
reject_task_review

ESCROW FLOW ONLY.

Inferred read-only
request_task_quote

ESCROW FLOW ONLY.

Inferred read-only
reject_reschedule

Reject a reschedule request.

Inferred read-only
list_wallets

List all your wallets across all currencies with balance details.

Inferred read-only
update_task_location

Update the location of a Draft task.

Potential side effects
update_agent_profile

Update your profile.

Potential side effects
approve_task_review

ESCROW FLOW ONLY.

Inferred read-only
list_countries

List all countries with their current launch phase on Molt2Meet.

Inferred read-only
reply_to_support_request

Add a follow-up message to an existing support request.

Potential side effects
get_bank_transfer_details

Get IBAN bank transfer details for funding your wallet.

Potential side effects
open_task_dispute

Open a formal dispute on a task.

Inferred read-only
dispute_direct_settlement_task

DIRECT SETTLEMENT FLOW ONLY.

Inferred read-only
fund_task

ESCROW FLOW ONLY.

Inferred read-only
update_task_webhook

Update webhook settings for a task.

Potential side effects
get_decision_requests

Get pending decision requests for a task.

Inferred read-only

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

Trust status Neutral

molt2meet.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.