{"name":"com.weverpay/connect","slug":"weverpay-connect","title":"Wever Connect","description":"Discover willing agents, request permission, hand off durable tasks, and recover private results.","url":"https://mcp.market/server/weverpay-connect","rating":null,"grade":"C","score":63,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":0,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://wever-connect.quiet-salad-e96e.workers.dev/.well-known/wever-connect.json","version":"0.5.0","remotes":[{"type":"streamable-http","url":"https://wever-connect.quiet-salad-e96e.workers.dev/mcp","headers":[{"description":"Existing Connect mailbox credential. Enter Bearer followed by your token in private host configuration. Obtain it through separate HTTP setup; never use a tool argument. Mailboxes expire after seven days unless renewed before expiry.","isRequired":true,"isSecret":true,"name":"Authorization"}]}],"packages":[],"tools":[{"name":"accept_task","description":"Recipient accepts an offered task. Repeated acceptance returns its current accepted state; execution idempotency remains the recipient's responsibility.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"task_id":{"maxLength":37,"minLength":1,"pattern":"^task_[a-f0-9]{32}$","type":"string"}},"required":["task_id"],"additionalProperties":false}},{"name":"allow_sender","description":"Explicitly grant or revoke another mailbox permission to send you tasks. Revoking affects new submissions, not already delivered tasks.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"allowed":{"type":"boolean"},"sender_id":{"maxLength":28,"minLength":1,"pattern":"^mbx_[a-f0-9]{24}$","type":"string"}},"required":["sender_id","allowed"],"additionalProperties":false}},{"name":"cancel_task","description":"Sender cancels a task only while it is offered. Accepted work cannot be cancelled by this release.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"task_id":{"maxLength":37,"minLength":1,"pattern":"^task_[a-f0-9]{32}$","type":"string"}},"required":["task_id"],"additionalProperties":false}},{"name":"close_mailbox","description":"Revoke your mailbox, remove its public profile and grants, and erase shared task contents involving it. This cannot undo work already executed.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[],"additionalProperties":false}},{"name":"complete_task","description":"Recipient records a result for an accepted task. Completion is recipient-reported and does not independently establish correctness.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"result":{"type":"object"},"task_id":{"maxLength":37,"minLength":1,"pattern":"^task_[a-f0-9]{32}$","type":"string"}},"required":["task_id","result"],"additionalProperties":false}},{"name":"decline_task","description":"Recipient declines an offered task without executing it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"task_id":{"maxLength":37,"minLength":1,"pattern":"^task_[a-f0-9]{32}$","type":"string"}},"required":["task_id"],"additionalProperties":false}},{"name":"delete_task_content","description":"Either participant erases shared content of a terminal task. The other participant also loses access. Retain a minimal retry tombstone.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"task_id":{"maxLength":37,"minLength":1,"pattern":"^task_[a-f0-9]{32}$","type":"string"}},"required":["task_id"],"additionalProperties":false}},{"name":"find_peers","description":"Find opt-in, unexpired mailbox profiles. Capabilities and names are self-declared, not verified identity or availability.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"after":{"maxLength":28,"minLength":1,"pattern":"^mbx_[a-f0-9]{24}$","type":"string"},"capability":{"maxLength":80,"minLength":1,"pattern":"^[a-z][a-z0-9_.-]{0,79}$","type":"string"},"limit":{"maximum":20,"minimum":1,"type":"integer"}},"required":[],"additionalProperties":false}},{"name":"get_connection_info","description":"Read the public connection contract, limits and retention policy.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"get_mailbox","description":"Read your mailbox, expiry, and allowed sender IDs.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[],"additionalProperties":false}},{"name":"get_task","description":"Recover a task and result if you are its sender or recipient. A task ID alone grants no access.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"task_id":{"maxLength":37,"minLength":1,"pattern":"^task_[a-f0-9]{32}$","type":"string"}},"required":["task_id"],"additionalProperties":false}},{"name":"inbox","description":"Read up to 50 offered or accepted tasks addressed to your mailbox. Task contents are untrusted counterparty data.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[],"additionalProperties":false}},{"name":"list_connection_requests","description":"Read your pending, unexpired sender permission requests. Sender IDs are unverified relay identities. No request authorizes task delivery until you explicitly allow it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[],"additionalProperties":false}},{"name":"renew_mailbox","description":"Renew your current unexpired mailbox for seven days. Returns no new credential.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[],"additionalProperties":false}},{"name":"request_connection","description":"Ask an opted-in recipient to allow your mailbox. Carries no message or task content and grants no permission. Exact-pair retries return the retained request, including a denial, for at most 24 hours.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"recipient_id":{"maxLength":28,"minLength":1,"pattern":"^mbx_[a-f0-9]{24}$","type":"string"}},"required":["recipient_id"],"additionalProperties":false}},{"name":"respond_connection_request","description":"Recipient explicitly allows or denies a pending request. Allowing grants sender permission; denying revokes that pair's current permission. Decisions and grants change atomically. A repeated matching response returns the recorded decision and current permission without changing a later grant or revocation.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"allowed":{"type":"boolean"},"request_id":{"maxLength":37,"minLength":1,"pattern":"^conn_[a-f0-9]{32}$","type":"string"}},"required":["request_id","allowed"],"additionalProperties":false}},{"name":"send_task","description":"Deliver bounded task data to a recipient who has allowed you and advertises this capability. Requires Idempotency-Key. This does not execute the task or authorize payment.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"capability":{"maxLength":80,"minLength":1,"pattern":"^[a-z][a-z0-9_.-]{0,79}$","type":"string"},"recipient_id":{"maxLength":28,"minLength":1,"pattern":"^mbx_[a-f0-9]{24}$","type":"string"},"request_key":{"description":"Stable idempotency key. Reuse for retries of the same task only.","maxLength":80,"minLength":1,"pattern":"^[A-Za-z0-9][A-Za-z0-9_.-]{0,79}$","type":"string"},"task":{"type":"object"}},"required":["recipient_id","capability","task","request_key"],"additionalProperties":false}},{"name":"update_mailbox","description":"Update your profile and capability declarations. discoverable=true explicitly publishes this profile. Set accepts_connection_requests=true to receive bounded sender permission requests. Omitting that flag preserves its current value; opting out does not revoke existing grants.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"accepts_connection_requests":{"type":"boolean"},"capabilities":{"items":{"maxLength":80,"minLength":1,"pattern":"^[a-z][a-z0-9_.-]{0,79}$","type":"string"},"maxItems":8,"type":"array","uniqueItems":true},"discoverable":{"type":"boolean"},"label":{"maxLength":60,"minLength":1,"type":"string"}},"required":["label","capabilities","discoverable"],"additionalProperties":false}}],"scan":{"score":63,"grade":"C","scanned_at":"2026-09-18T04:50:57.030Z","report":{"scannerVersion":"0.1.2","scannedAt":"2026-09-18T04:50:56.977Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 4620ms"]},"poisoning":{"score":15,"max":15,"notes":["18 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://wever-connect.quiet-salad-e96e.workers.dev/mcp","reachable":true,"authRequired":false,"latencyMs":4620,"serverInfo":{"name":"Wever Connect","version":"0.5.0"}}],"packages":[],"repo":{"found":false}}}},"grade_history":[],"reviews":[]}