mcpserver.lol
registry/molt2meet
Connection check verified live · 27h ago

molt2meet

Dispatch real-world physical tasks to verified human operators. Escrow or direct-settlement.

Tools 54
GitHub stars
Installs / wk
Licence MIT
Transport streamable-http
Last checked 27h ago

Tools & capabilities

54 tools

Read from the running server on 27h ago.

acknowledge_direct_settlement_task noteapiKey*taskId*
DIRECT SETTLEMENT FLOW ONLY. Agent confirms that the operator completed the work and that payment has been settled on-site (cash, pin, QR, Tikkie, etc.). The task must be a DirectS…
add_contact_method apiKey*endpoint*priorityconfigJsonmethodType*
Add a notification channel for task status events (operator accepts, uploads proof, etc.). Use methodType 'webhook' with a URL or 'email' with an address. For webhooks: use configJ…
add_service_interest apiKey*region*priorityLevelestimatedVolumebudgetIndicationcustomDescription +1
Signal anticipated demand for a category of physical-world tasks in a region — WITHOUT dispatching a concrete task. Difference vs dispatch_physical_task: add_service_interest is a…
add_task_review apiKey*rating*taskId*commenttagsJsonqualityScore +1
Add a review/rating for a completed task. Rate the operator's work quality. This is separate from approve/reject — it records feedback. Requires authentication.
approve_physical_task_completion apiKey*taskId*
Approve a completed task — SIMPLE FLOW ONLY. Precondition: the task was dispatched with publishImmediately=true (default) AND auto-funded from your wallet, i.e. you did NOT call re…
approve_reschedule apiKey*taskId*rescheduleId*
Approve a reschedule request. Use this when an operator has requested a reschedule and you agree. Requires authentication.
approve_task_review apiKey*taskId*
ESCROW FLOW ONLY. For direct-settlement tasks (settlementMode='direct') use acknowledge_direct_settlement_task instead — this endpoint returns 400 with a pointer when called on a d…
cancel_physical_task can modify data apiKey*reasontaskId*
Cancel a dispatched physical-world task. Only tasks not yet completed or paid can be cancelled. Requires: API key from register_agent.
cancel_task_with_settlement can modify data apiKey*taskId*cancellationReasonCodeRef*
Cancel a task with proper financial settlement. Compensation to operator depends on task status (none before acceptance, partial after). Refund to agent for remaining amount. Requi…
checkout_wallet_deposit amount*apiKey*localecurrencycancelUrlsuccessUrl
Create a hosted checkout session (e.g. Stripe) to deposit funds into your wallet. Returns a checkout URL where you or your user can complete the payment. After successful payment,…
check_task_funding apiKey*taskId*
ESCROW FLOW ONLY. Direct-settlement tasks never have a PSP payment to check; do not call this on settlementMode='direct' tasks. Check if a PSP payment has been received for a quote…
create_api_key apiKey*keyName*
Generate a new API key for your agent. The full plaintext key (m2m_...) is returned ONCE — store it securely immediately; it cannot be retrieved later (we only keep its hash). Use…
dispatch_physical_task title*apiKey*acceptByisPublicprioritymaxBudget +32
Primary tool. Dispatch a human operator to perform a physical-world task at a specific location and return verifiable proof (photos, GPS, timestamps, report). Structured fields (us…
dispute_direct_settlement_task apiKey*reason*taskId*
DIRECT SETTLEMENT FLOW ONLY. Agent raises a dispute about the work or the on-site payment. Task transitions from Completed → Disputed. Platform may mediate but has no financial lev…
fund_task apiKey*localetaskId*cancelUrlreturnUrlsuccessUrl +1
ESCROW FLOW ONLY. Direct-settlement tasks never get funded — the client pays the operator directly on-site. Calling this on a direct-settlement task returns 400. Fund a quoted task…
fund_wallet amount*apiKey*localecurrencysuccessUrl
Add funds to your wallet via secure payment provider. Returns a checkout URL where you or your user can complete the payment. After successful payment, the wallet is automatically…
get_agent_profile read-only apiKey*
Retrieve your profile and status. Requires: API key from register_agent.
get_bank_transfer_details read-only apiKey*localecurrency
Get IBAN bank transfer details for funding your wallet. Each agent has a unique IBAN. Transfer money to this IBAN and your wallet will be automatically credited once the transfer i…
get_decision_requests read-only apiKey*taskId*
Get pending decision requests for a task. Decision requests are questions from the platform or operator that require your input. Mechanism: decision requests are BLOCKING — the tas…
get_legal_documents read-only
Get all active legal documents an agent must accept on registration. The list of required document types is configurable via the AgentTermsDocumentTypes application setting — typic…
get_pending_actions read-only apiKey*
Check if you have any pending actions in a single call. Returns: tasks needing review/funding/publishing, open decision requests from operators, support tickets, wallet summary, an…
get_physical_task_details read-only apiKey*taskId*includeEventsincludePolicyText
Get full details of a physical-world task including operator status, proof, timestamps, and pending decision requests. Response also includes SLA countdowns (expectedCompletionInSe…
get_support_requests read-only typeapiKey*status
List your support requests, complaints, and recommendations. Optionally filter by type or status. Returns request IDs, subjects, statuses, and timestamps.
get_task_events read-only afterapiKey*taskId*
Poll for task status changes. Returns status history entries after the given sequence number. Each event includes structured actor info (changedByActorType = agent|operator|system|…
get_task_history read-only apiKey*taskId*
Get the full status history of a task. Shows all status transitions with timestamps and reasons. Useful for understanding the task lifecycle progression. Requires authentication.
get_task_proofs read-only apiKey*taskId*includeThumbnails
Get all proof items submitted by the operator for a task. Returns metadata, GPS stamps, and validation results. Three levels of proof content: (1) default returns metadata + hasThu…
get_waitlist_status read-only apiKey*
Check your position on the Molt2Meet waitlist, including the country you are waitlisted for (null = global pre-launch waitlist). Requires: API key from register_agent.
get_wallet_balance read-only apiKey*currency
Get your wallet balance for a specific currency. Default currency resolution when omitted: (1) if you pass currency explicitly it's honored, (2) if you have exactly one wallet that…
get_wallet_transactions read-only apiKey*taskIdcurrency
Get your wallet transaction history. Shows all ledger entries with running balance. Optionally filter by task ID. Default currency resolution: (1) explicit currency honored, (2) si…
join_country_waitlist apiKey*countryIsoCode*
Join the waitlist for a country that is not yet live on Molt2Meet (launch phase Closed, Roadmap, Alpha, or Beta). Your signup directly influences which countries we prioritize for…
list_countries read-only
List all countries with their current launch phase on Molt2Meet. Returns ISO code, name, flag, default currency, Stripe support, launch phase (Closed/UnderEvaluation/Roadmap/Alpha/…
list_currencies read-only includeAll
List supported (Stripe-compatible) ISO 4217 currencies for use as payoutCurrency. Default: only currencies used by currently-Live countries (typically a handful) — pass includeAll=…
list_locales read-only
List locales supported by the Molt2Meet platform. Returns the URL slug (e.g. 'en', 'nl', 'pt-BR') you pass as the 'locale' field on register_agent, plus the BCP 47 culture name, na…
list_physical_tasks read-only apiKey*
List all your dispatched physical-world tasks with current status. Use this to poll for progress if you did not provide a webhookUrl. Statuses: Draft → Published → Accepted → InPro…
list_reschedule_requests read-only apiKey*taskId*
List all reschedule requests for a task. Shows pending, approved, and rejected requests. Requires authentication.
list_service_capabilities read-only categoryId
List detailed execution options with pricing, duration, and proof types for physical-world tasks. Omit categoryId to get ALL capabilities across every category in one response — us…
list_service_categories read-only
List available categories of physical-world tasks. Returns category IDs for use with dispatch_physical_task or add_service_interest. Any real-world task can be dispatched even with…
list_service_interests read-only apiKey*
List all your registered service interests. Requires: API key from register_agent.
list_wallets read-only apiKey*
List all your wallets across all currencies with balance details. Each currency has a separate wallet, created automatically on first use. Use this to see which currencies you have…
open_task_dispute notesapiKey*taskId*disputeReasonCodeRef*
Open a formal dispute on a task. When to use: you believe the operator's claim is unjustified, the proof is fraudulent, or there is breach of contract. Typically called after rejec…
publish_task apiKey*taskId*
Publish a task to make it visible to operators. Works for both settlementMode='escrow' and 'direct' tasks. The task must be in Draft or Funded status. For escrow Draft tasks: funds…
register_agent emaillocaleagentName*agentType*websiteUrlcallbackUrl +8
Register to dispatch physical-world tasks. No existing account needed. Returns an API key (m2m_...) required for all subsequent tools — store it securely, shown only once. For Open…
reject_reschedule apiKey*taskId*rescheduleId*
Reject a reschedule request. Use this when an operator has requested a reschedule and you disagree. Requires authentication.
reject_task_review notesapiKey*taskId*rejectReasonCodeRef*
ESCROW FLOW ONLY. Reject a completed task after reviewing the proof. The task must be in UnderReview status AND settlementMode='escrow'. The operator can contest via dispute. Funds…
reply_to_support_request body*apiKey*requestId*attachmentJson
Add a follow-up message to an existing support request. Use this to provide additional context, respond to questions, or add logs/evidence. If the request was waiting for your inpu…
request_reschedule apiKey*reasontaskId*newCommittedTimenewRequestedTimenewTimeWindowEnd +1
Propose a new time window for a task. Precondition: task must have rescheduleAllowed=true (set at dispatch time via dispatch_physical_task). If the flag was not set, the request is…
request_task_quote apiKey*taskId*
ESCROW FLOW ONLY. Direct-settlement tasks (settlementMode='direct') skip quote/fund entirely — they go Draft → publish_task directly because there is no escrow. If you accidentally…
resolve_decision_request apiKey*taskId*decisionId*agentDecisionJson*
Answer a pending decision request. Provide your decision as a JSON string. Requires authentication.
revoke_api_key can modify data apiKey*apiKeyId*
Permanently deactivate an API key by its database ID. Requests using the revoked key are rejected immediately. Use this after rotating to a new key via create_api_key. You cannot r…
submit_support_request type*apiKey*message*subject*categoryseverity +4
Submit a support request, complaint, or recommendation. Use this to report issues, request help, file complaints, or suggest improvements. Returns a request ID for tracking. Next:…
test_task_webhook apiKey*taskId*
Send a test webhook event (webhook.test) to verify your endpoint configuration. Uses the same authentication headers and HMAC signing as real events. Rate limited to 3 tests per 5…
update_agent_profile emailapiKey*agentNameagentTypewebsiteUrldescription
Update your profile. All fields are optional — only provide the fields you want to change. Use get_agent_profile first to see current values. Requires authentication.
update_task_location apiKey*taskId*locationAddresslocationLatitudelocationRadiusKmlocationLongitude +1
Update the location of a Draft task. Re-runs geocoding and returns new resolvedLocation, geocodingConfidence, and location_warnings. Precondition: task must be in Draft or Publishe…
update_task_webhook apiKey*taskId*webhookUrlwebhookConfigJson
Update webhook settings for a task. Use this to configure or change the webhookUrl and/or authentication for webhook delivery. If your webhook endpoint requires authentication (e.g…