Skip to content
MCP-Bridge
Developer Tools

Amazon Mechanical Turk MCP Config

<fullname>Amazon Mechanical Turk API Reference</fullname>

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-mturk-requester.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-mturk-requester.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-mturk-requester": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-mturk-requester"],
      "env": {
      "AMAZON_MECHANICAL_TURK_API_KEY": "your_amazon_mechanical_turk_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-mturk-requester.json

Environment Variables

AMAZON_MECHANICAL_TURK_API_KEY

Replace your_amazon_mechanical_turk_api_key with your actual amazon mechanical turk api key

Endpoints

POST/#X-Amz-Target=MTurkRequesterServiceV20170117.AcceptQualificationRequest

AcceptQualificationRequest

POST/#X-Amz-Target=MTurkRequesterServiceV20170117.ApproveAssignment

ApproveAssignment

POST/#X-Amz-Target=MTurkRequesterServiceV20170117.AssociateQualificationWithWorker

AssociateQualificationWithWorker

POST/#X-Amz-Target=MTurkRequesterServiceV20170117.CreateAdditionalAssignmentsForHIT

CreateAdditionalAssignmentsForHIT

POST/#X-Amz-Target=MTurkRequesterServiceV20170117.CreateHIT

CreateHIT

POST/#X-Amz-Target=MTurkRequesterServiceV20170117.CreateHITType

CreateHITType

POST/#X-Amz-Target=MTurkRequesterServiceV20170117.CreateHITWithHITType

CreateHITWithHITType

POST/#X-Amz-Target=MTurkRequesterServiceV20170117.CreateQualificationType

CreateQualificationType

POST/#X-Amz-Target=MTurkRequesterServiceV20170117.CreateWorkerBlock

CreateWorkerBlock

POST/#X-Amz-Target=MTurkRequesterServiceV20170117.DeleteHIT

DeleteHIT