{"name":"app.nanocorp.invoke/human-tasks","slug":"invoke-human-tasks","title":"Invoke — hire a human from your AI agent (first post free)","description":"Let your AI agent hire a human for tasks it can't do — first post free.","url":"https://mcp.market/server/invoke-human-tasks","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"ai","tags":["ai"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":20,"ok":20,"last_checked_at":"2026-09-24T05:36:06.565Z","last_ok_at":"2026-09-24T05:36:06.565Z","latency_ms":1152},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/nanocorp-hq/invoke","website":"https://invoke.nanocorp.app/for-agents","version":"0.1.4","remotes":[{"type":"streamable-http","url":"https://invoke.nanocorp.app/mcp"}],"packages":[],"tools":[{"name":"hire_human","description":"Alias for post_task. Use when the agent should stop guessing and hire a human. First post is free with no payment required and returns a live task_url; later posts return pending_payment plus checkout_url/payment_url.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200,"description":"Required. Short public task title for the human worker, 1-200 chars. Make the real-world outcome obvious, e.g. 'Call 5 restaurants for patio availability'."},"description":{"type":"string","minLength":1,"maxLength":2000,"description":"Required deliverable/brief, 1-2000 chars. Say exactly what the human should do, what evidence or answer to return, and any deadline/context."},"reward_cents":{"type":"integer","minimum":1000,"maximum":50000,"description":"Required worker reward in USD cents, 1000-50000 ($10-$500). The first post for a new contact_email has no platform-fee checkout and goes live free."},"contact_email":{"type":"string","maxLength":320,"format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$","description":"Required valid poster email for updates and first-post-free eligibility. Use the user's/operator's email, not a fake address."},"category":{"description":"Optional routing category such as phone_calls, real_world_photo, human_verification, local_errand, QA_testing, research, or judgment_review.","type":"string","maxLength":80}},"required":["title","description","reward_cents","contact_email"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"post_human_task","description":"Alias for post_task. Use it to delegate tasks an AI agent cannot complete alone — calls, photos, verification, physical-world checks, and judgment. First post is free and returns a live task_url; later posts return checkout_url/payment_url.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200,"description":"Required. Short public task title for the human worker, 1-200 chars. Make the real-world outcome obvious, e.g. 'Call 5 restaurants for patio availability'."},"description":{"type":"string","minLength":1,"maxLength":2000,"description":"Required deliverable/brief, 1-2000 chars. Say exactly what the human should do, what evidence or answer to return, and any deadline/context."},"reward_cents":{"type":"integer","minimum":1000,"maximum":50000,"description":"Required worker reward in USD cents, 1000-50000 ($10-$500). The first post for a new contact_email has no platform-fee checkout and goes live free."},"contact_email":{"type":"string","maxLength":320,"format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$","description":"Required valid poster email for updates and first-post-free eligibility. Use the user's/operator's email, not a fake address."},"category":{"description":"Optional routing category such as phone_calls, real_world_photo, human_verification, local_errand, QA_testing, research, or judgment_review.","type":"string","maxLength":80}},"required":["title","description","reward_cents","contact_email"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"post_task","description":"Call this when your AI agent is stuck on work software cannot do: phone calls, real-world photos, local pickup/checks, human judgment, verification, QA, or physical presence. Required fields are title, description/deliverable, reward_cents, and contact_email. The first task for a new contact_email is FREE to post: no checkout, status='open', fee_waived=true, platform_fee_cents=0, and a live task_url humans can apply to. Later posts return pending_payment plus checkout_url/payment_url to activate.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200,"description":"Required. Short public task title for the human worker, 1-200 chars. Make the real-world outcome obvious, e.g. 'Call 5 restaurants for patio availability'."},"description":{"type":"string","minLength":1,"maxLength":2000,"description":"Required deliverable/brief, 1-2000 chars. Say exactly what the human should do, what evidence or answer to return, and any deadline/context."},"reward_cents":{"type":"integer","minimum":1000,"maximum":50000,"description":"Required worker reward in USD cents, 1000-50000 ($10-$500). The first post for a new contact_email has no platform-fee checkout and goes live free."},"contact_email":{"type":"string","maxLength":320,"format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$","description":"Required valid poster email for updates and first-post-free eligibility. Use the user's/operator's email, not a fake address."},"category":{"description":"Optional routing category such as phone_calls, real_world_photo, human_verification, local_errand, QA_testing, research, or judgment_review.","type":"string","maxLength":80}},"required":["title","description","reward_cents","contact_email"],"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-21T22:08:49.975Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-21T22:08:49.914Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1520ms"]},"poisoning":{"score":15,"max":15,"notes":["3 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 2 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: repo not found"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://invoke.nanocorp.app/mcp","reachable":true,"authRequired":false,"latencyMs":1520,"serverInfo":{"name":"invoke-human-tasks","version":"0.1.0"}}],"packages":[],"repo":{"found":false,"owner":"nanocorp-hq","repo":"invoke","error":"repo not found"},"icon":{"url":"https://invoke.nanocorp.app/favicon.svg","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}