Post crowdsourced content collection jobs and fetch approved files via FirstHandAPI
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by FirstHandAPI.
create_jobPost a content collection job
get_jobGet job status and details
create_job_and_waitPost a job and wait for completion
list_jobsList all jobs with filters
cancel_jobCancel an open job
get_job_filesGet approved files with download URLs
ARCHIVED 2026-08-22 β FirstHandAPI is shut down and this server no longer works.
api.firsthandapi.comis permanently offline. Every tool in this MCP server returns a network error, and the@firsthandapi/mcp-servernpm package is deprecated on all versions. Thesignupflow below cannot issue keys.Write-up of what was built and why it was killed: https://jjfisher.dev/writing/2026-w34-firsthandapi-postmortem
Kept read-only as a reference implementation of an MCP server with a keyless bootstrap tool.
No API key yet? Start the server anyway β it exposes a single signup tool:
Call signup with an org_name and email to receive an API key and $2.50
in free credits (the key is shown once β save it), then restart configured:
With the key set, all 7 job tools unlock: create_job, create_job_and_wait,
get_job, list_jobs, get_job_files, cancel_job, get_credits.
Official MCP server for FirstHandAPI β human-in-the-loop (HITL) crowdsourced data collection. Enables Claude Code, Cursor, and other AI agents to collect photos, audio, video, and screen recordings from real human workers with automated AI quality scoring.
Use cases: UGC collection, ground truth data for AI evaluation, LLM training data for multimodal models.
Add to .cursor/mcp.json:
| Tool | Description |
|---|---|
create_job | Post a content collection job |
get_job | Get job status and details |
create_job_and_wait | Post a job and wait for completion |
list_jobs | List all jobs with filters |
cancel_job | Cancel an open job |
get_job_files | Get approved files with download URLs |
get_credits | Check credit balance |
All job creation tools accept an optional location parameter: { city, state } for text-based or { latitude, longitude, radius_km } for coordinate-based constraints.
FIRSTHAND_API_KEY (required) β Your API keyFIRSTHAND_BASE_URL (optional) β API base URL (default: https://api.firsthandapi.com)FIRSTHAND_TIMEOUT_MS (optional) β Request timeout (default: 30000)Proprietary
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/firsthandapi)<a href="https://allmcps.com/mcp/firsthandapi"><img src="https://allmcps.com/api/badge/firsthandapi?style=directory" alt="FirstHandAPI on AllMCPs" /></a>