@firsthandapi/mcp-server
@firsthandapi/mcp-server — FirstHandAPI MCP Server
エージェント向けゼロからジョブへ(ブートストラップモード)
まだAPIキーをお持ちでないですか?それでもサーバーを起動できます — 単一のsignupツールが公開されます:
npx @firsthandapi/mcp-server # no env var neededsignupをorg_nameとemailを指定して呼び出すと、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。
公式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_..." }
}
}ツール
ツール | 説明 |
| コンテンツ収集ジョブを投稿する |
| ジョブのステータスと詳細を取得する |
| ジョブを投稿し、完了を待つ |
| フィルター付きで全ジョブを一覧表示する |
| オープン中のジョブをキャンセルする |
| ダウンロードURL付きの承認済みファイルを取得する |
| クレジット残高を確認する |
すべてのジョブ作成ツールは、オプションのlocationパラメータを受け付けます:テキストベースの場合は{ city, state }、座標ベースの制約の場合は{ latitude, longitude, radius_km }。
環境変数
FIRSTHAND_API_KEY(必須) — あなたのAPIキーFIRSTHAND_BASE_URL(オプション) — APIベースURL(デフォルト:https://api.firsthandapi.com)FIRSTHAND_TIMEOUT_MS(オプション) — リクエストタイムアウト(デフォルト:30000)
ライセンス
プロプライエタリ
Maintenance
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
- AlicenseAqualityCmaintenanceMCP server for instruckt visual annotations. Enables AI agents to retrieve pending annotations, view screenshots, and resolve annotations.318MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for fal model discovery, execution, pricing, and local media processing, enabling AI model workflows via natural language.108MIT
- AlicenseNot gradedqualityDmaintenanceMCP 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.10MIT
- FlicenseBqualityCmaintenanceMCP server for building a user-approved transcript corpus from Handy, optimizing post-processing prompts against LM Studio, and promoting winning inference settings.19
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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