Skip to main content
ClaudeWave
jjfisherdev avatar
jjfisherdev

firsthandapi-mcp-server

Ver en GitHub

MCP server for FirstHandAPI — your AI agent posts a capture job, real humans on 5 continents fill it, you get back scored + annotated files. Works keyless (signup tool included). npx @firsthandapi/mcp-server

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/22/2026
Install in Claude Code / Claude Desktop
Method: NPX · @firsthandapi/mcp-server
Claude Code CLI
claude mcp add firsthandapi -- npx -y @firsthandapi/mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "firsthandapi": {
      "command": "npx",
      "args": ["-y", "@firsthandapi/mcp-server"],
      "env": {
        "FIRSTHAND_API_KEY": "<firsthand_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
FIRSTHAND_API_KEY
Casos de uso

Resumen de MCP Servers

# @firsthandapi/mcp-server — FirstHandAPI MCP Server

## Zero-to-job for agents (bootstrap mode)

No API key yet? Start the server anyway — it exposes a single `signup` tool:

```bash
npx @firsthandapi/mcp-server        # no env var needed
```

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:

```bash
claude mcp add firsthandapi -e FIRSTHAND_API_KEY=fh_live_... -- npx @firsthandapi/mcp-server
```

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](https://modelcontextprotocol.io) server for [FirstHandAPI](https://firsthandapi.com) — 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.

## Installation

```bash
npm install @firsthandapi/mcp-server
```

## Configuration

### Claude Code
```json
{
  "mcpServers": {
    "firsthand": {
      "command": "npx",
      "args": ["@firsthandapi/mcp-server"],
      "env": {
        "FIRSTHAND_API_KEY": "fh_live_your_key_here"
      }
    }
  }
}
```

### Cursor
Add to `.cursor/mcp.json`:
```json
{
  "firsthand": {
    "command": "npx @firsthandapi/mcp-server",
    "env": { "FIRSTHAND_API_KEY": "fh_live_..." }
  }
}
```

## Tools

| 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.

## Environment Variables

- `FIRSTHAND_API_KEY` (required) — Your API key
- `FIRSTHAND_BASE_URL` (optional) — API base URL (default: https://api.firsthandapi.com)
- `FIRSTHAND_TIMEOUT_MS` (optional) — Request timeout (default: 30000)

## License

Proprietary
ai-agentsclaudeclaude-codedata-collectionhuman-in-the-loopmcpmcp-servermodel-context-protocoltraining-data

Lo que la gente pregunta sobre firsthandapi-mcp-server

¿Qué es jjfisherdev/firsthandapi-mcp-server?

+

jjfisherdev/firsthandapi-mcp-server es mcp servers para el ecosistema de Claude AI. MCP server for FirstHandAPI — your AI agent posts a capture job, real humans on 5 continents fill it, you get back scored + annotated files. Works keyless (signup tool included). npx @firsthandapi/mcp-server Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-21.

¿Cómo se instala firsthandapi-mcp-server?

+

Puedes instalar firsthandapi-mcp-server clonando el repositorio (https://github.com/jjfisherdev/firsthandapi-mcp-server) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar jjfisherdev/firsthandapi-mcp-server?

+

Nuestro agente de seguridad ha analizado jjfisherdev/firsthandapi-mcp-server y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene jjfisherdev/firsthandapi-mcp-server?

+

jjfisherdev/firsthandapi-mcp-server es mantenido por jjfisherdev. La última actividad registrada en GitHub es del 2026-08-21, con 0 issues abiertos.

¿Hay alternativas a firsthandapi-mcp-server?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega firsthandapi-mcp-server en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: jjfisherdev/firsthandapi-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/jjfisherdev-firsthandapi-mcp-server)](https://claudewave.com/repo/jjfisherdev-firsthandapi-mcp-server)
<a href="https://claudewave.com/repo/jjfisherdev-firsthandapi-mcp-server"><img src="https://claudewave.com/api/badge/jjfisherdev-firsthandapi-mcp-server" alt="Featured on ClaudeWave: jjfisherdev/firsthandapi-mcp-server" width="320" height="64" /></a>

Más MCP Servers

Alternativas a firsthandapi-mcp-server