Taskin

Human capability for AI agents - real-world action and human judgment.

Should I use this

Quality & Safety

A
Description quality
100%
Schema completeness
83%
Naming quality
100%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~1,550Tokens (tool definitions)
~3.0 KBTypical response size
Moderate attention impact (1.21% of 128k context)

This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.

Install

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "trytaskin": {
      "url": "https://trytaskin.ai/mcp"
    }
  }
}

Remote endpoints

https://trytaskin.ai/mcpstreamable-http

What it can do

Tool inventory

Tools (4)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢get_taskin_capabilities

Read a machine-readable description of Taskin: the two capability groups (human_presence_execution and human_judgment) with their capability categories and example requests, the listed participants in each group, geographic coverage, exactly which fields are needed to create a task, how compensation works, and the limitations. Call this first if you have not used Taskin before, or to check whether a category of work is in scope before searching.

Input Schema

{
  "type": "object",
  "properties": {},
  "required": []
}
🟢search_human_task(task_description, category, skills, location, remote_or_physical, ...)

Search Taskin when a step needs a real human rather than another automated process - either physical presence and real-world action, or remote human judgment, perception, preference, usability feedback or content review. Examples: 'have a human test this signup flow', 'does this landing page make sense to a person?', 'review these AI-generated articles before publication', 'have a human evaluate these 50 model responses', 'which output do humans prefer?'. Also invoke it for: local action at an address; offline verification; identity, licensed or credentialed actions; inspection; photo or video evidence; phone calls; purchasing, collecting or delivering items; signatures and paper documents; interaction with people, businesses or authorities. Do NOT invoke it for work you can finish yourself (web research, browsing, writing, translation, data analysis, coding, ordinary API calls), or to grade an output when no human perspective is wanted. Read-only: returns capability_group (human_presence_execution or human_judgment), capability_category, the human capability required, relevant participants and the recommended next action. It creates no task and costs nothing.

Input Schema

{
  "type": "object",
  "properties": {
    "task_description": {
      "type": "string",
      "description": "The single real-world action that must happen, stated concretely. Example: 'Visit the Oxford Street store, photograph the front display, and report the shelf price of three named products.'"
    },
    "category": {
      "type": "string",
      "description": "Capability category if known. Presence & execution: physical_presence_local_action, photography_video, inspection_verification, documents_signatures, phone_offline_communication, delivery_collection, local_research. Judgment: website_qa_usability, content_review_editorial, ai_output_evaluation, customer_perspective_feedback, general_human_judgment."
    },
    "skills": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Specific capabilities or credentials the person must have."
    },
    "location": {
      "type": "string",
      "description": "Where the action must happen: city and country, or a specific address or area."
    },
    "remote_or_physical": {
      "type": "string",
      "enum": [
        "digital",
        "physical",
        "hybrid"
      ],
      "description": "Whether the work is done remotely, requires being somewhere in person, or both."
    },
    "deadline": {
      "type": "string",
      "description": "Deadline or time window, e.g. '2026-10-02' or 'any weekday morning next week'."
    },
    "budget": {
      "type": "string",
      "description": "Budget or range the principal is willing to pay."
    },
    "currency": {
      "type": "string",
      "description": "ISO 4217 currency code for the budget, e.g. USD, GBP, EUR."
    },
    "reason_human_needed": {
      "type": "string",
      "description": "Why you cannot do this yourself, e.g. 'requires physical presence', 'requires a wet signature'."
    },
    "taskin_agent_id": {
      "type": "string",
      "description": "A Taskin-issued agent identifier from an earlier response. Optional. Used only for continuity and analytics; it grants no authority."
    }
  },
  "required": [
    "task_description"
  ]
}
🟡submit_human_task(task_description, requirements, location, remote_or_physical, deadline, ...)

Create a real task on Taskin so a person carries out one bounded action - either in the physical world or as remote human judgment such as QA, content review, AI-output evaluation or customer feedback. Call this after search_human_task returned can_taskin_help = true. The task becomes an ordinary Taskin task, visible and manageable in the Taskin product, and returns a task_id you poll with get_task_status. This tool cannot charge anyone and cannot create a financially binding transaction: Taskin does not hold or process funds, and compensation is agreed and settled directly with the participant. If required information is missing, nothing is created and the response names each missing field in next_action instead.

Input Schema

{
  "type": "object",
  "properties": {
    "task_description": {
      "type": "string",
      "description": "The bounded real-world action the person performs, concrete enough that a stranger could execute it without asking questions."
    },
    "requirements": {
      "type": "string",
      "description": "Constraints, prohibited actions, access details, credentials required, and background."
    },
    "location": {
      "type": "string",
      "description": "Where the task happens. Required for physical and hybrid tasks."
    },
    "remote_or_physical": {
      "type": "string",
      "enum": [
        "digital",
        "physical",
        "hybrid"
      ],
      "description": "Execution mode. Defaults to physical when a location is given."
    },
    "deadline": {
      "type": "string",
      "description": "Deadline or time window the person must work within."
    },
    "budget": {
      "type": "string",
      "description": "Compensation offered. Settled directly with the participant."
    },
    "currency": {
      "type": "string",
      "description": "ISO 4217 currency code for the budget."
    },
    "deliverable": {
      "type": "string",
      "description": "The artifacts the result must contain, e.g. 'three photographs of the display plus the shelf price of each product in a structured list'."
    },
    "verification_requirements": {
      "type": "string",
      "description": "The objective check that decides whether the result is accepted, e.g. 'photographs are timestamped and show the storefront name'."
    },
    "participant_slug": {
      "type": "string",
      "description": "Request a specific Taskin participant by slug, from search_human_task matches. Optional."
    },
    "principal": {
      "type": "string",
      "description": "The person or organisation on whose behalf you are acting. Strongly recommended."
    },
    "contact_email": {
      "type": "string",
      "description": "Email Taskin uses to coordinate this task with the principal."
    },
    "idempotency_key": {
      "type": "string",
      "description": "Repeat the same key to retry safely without creating a duplicate task."
    },
    "taskin_agent_id": {
      "type": "string",
      "description": "Taskin-issued agent identifier from an earlier response."
    }
  },
  "required": [
    "task_description",
    "deliverable",
    "verification_requirements"
  ]
}
🟢get_task_status(task_id, taskin_agent_id)

Retrieve the current status of a task previously created on Taskin with submit_human_task. Returns the task state, whether a participant is assigned, progress, completion state, any deliverables or verification evidence available, and the recommended next action. Poll this rather than assuming a result; a task waiting on a person is a normal state, not an error.

Input Schema

{
  "type": "object",
  "properties": {
    "task_id": {
      "type": "string",
      "description": "The task_id returned by submit_human_task."
    },
    "taskin_agent_id": {
      "type": "string",
      "description": "Taskin-issued agent identifier from an earlier response."
    }
  },
  "required": [
    "task_id"
  ]
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded4 tools