Skip to main content
Glama
jjfisherdev

@firsthandapi/mcp-server

by jjfisherdev

@firsthandapi/mcp-server — FirstHandAPI MCP 서버

에이전트를 위한 Zero-to-job (부트스트랩 모드)

아직 API 키가 없으신가요? 그래도 서버를 시작할 수 있습니다 — 단일 signup 도구만 노출됩니다:

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

org_nameemailsignup을 호출하면 API 키와 $2.50의 무료 크레딧을 받을 수 있습니다(키는 한 번만 표시되므로 저장하세요). 그런 다음 설정을 마치고 재시작하세요:

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

키가 설정되면 7개의 작업 도구가 모두 잠금 해제됩니다: create_job, create_job_and_wait, get_job, list_jobs, get_job_files, cancel_job, get_credits.

FirstHandAPI의 공식 MCP 서버 — 인간 참여(HITL) 크라우드소싱 데이터 수집을 위한 서버입니다. Claude Code, Cursor 및 기타 AI 에이전트가 자동화된 AI 품질 평가를 통해 실제 인간 작업자로부터 사진, 오디오, 비디오 및 화면 녹화를 수집할 수 있게 해줍니다.

사용 사례: UGC 수집, AI 평가를 위한 ground truth 데이터, 멀티모달 모델을 위한 LLM 학습 데이터.

Related MCP server: simple-fal-mcp

설치

npm install @firsthandapi/mcp-server

구성

Claude Code

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

Cursor

.cursor/mcp.json에 추가:

{
  "firsthand": {
    "command": "npx @firsthandapi/mcp-server",
    "env": { "FIRSTHAND_API_KEY": "fh_live_..." }
  }
}

도구

도구

설명

create_job

콘텐츠 수집 작업 게시

get_job

작업 상태 및 세부 정보 조회

create_job_and_wait

작업 게시 및 완료 대기

list_jobs

필터로 모든 작업 나열

cancel_job

진행 중인 작업 취소

get_job_files

다운로드 URL이 포함된 승인된 파일 가져오기

get_credits

크레딧 잔액 확인

모든 작업 생성 도구는 선택적 location 매개변수를 허용합니다: 텍스트 기반의 경우 { city, state }, 좌표 기반 제약 조건의 경우 { latitude, longitude, radius_km }.

환경 변수

  • FIRSTHAND_API_KEY (필수) — API 키

  • FIRSTHAND_BASE_URL (선택) — API 기본 URL (기본값: https://api.firsthandapi.com)

  • FIRSTHAND_TIMEOUT_MS (선택) — 요청 시간 초과 (기본값: 30000)

라이선스

사유

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Tools

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    MCP server for instruckt visual annotations. Enables AI agents to retrieve pending annotations, view screenshots, and resolve annotations.
    3
    18
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for AgentHire, an AI talent marketplace enabling agents to browse jobs, apply, manage interviews, and handle offers. Supports employer job creation, candidate matching, and compliance tips.
    10
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

  • A paid remote MCP for AI SDK eval dashboard, built to return verdicts, receipts, usage logs, and aud

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jjfisherdev/firsthandapi-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server