Skip to main content
Glama
jjfisherdev

@firsthandapi/mcp-server

by jjfisherdev

@firsthandapi/mcp-server — FirstHandAPI MCP Server

エージェント向けゼロからジョブへ(ブートストラップモード)

まだAPIキーをお持ちでないですか?それでもサーバーを起動できます — 単一のsignupツールが公開されます:

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

signuporg_nameemailを指定して呼び出すと、APIキーと$2.50の無料クレジットを受け取れます(キーは一度だけ表示されます — 保存してください)。その後、設定して再起動してください:

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

キーを設定すると、7つのジョブツールすべてが解放されます:create_jobcreate_job_and_waitget_joblist_jobsget_job_filescancel_jobget_credits

公式MCPサーバー(FirstHandAPI向け)— ヒューマン・イン・ザ・ループ(HITL)によるクラウドソーシングデータ収集。Claude Code、Cursor、その他のAIエージェントが、自動化されたAI品質スコアリング付きで、実際の人間のワーカーから写真、音声、動画、スクリーン録画を収集できるようにします。

ユースケース:UGC収集、AI評価用のグラウンドトゥルースデータ、マルチモーダルモデル向けの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