@firsthandapi/mcp-server
@firsthandapi/mcp-server — FirstHandAPI MCP 服务器
从零到上岗(引导模式)
还没有 API 密钥?照样可以启动服务器——它会暴露一个 signup 工具:
npx @firsthandapi/mcp-server # no env var needed调用 signup 并传入 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。
FirstHandAPI 的官方 MCP 服务器——人机协同(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_..." }
}
}工具
工具 | 描述 |
| 发布内容采集任务 |
| 获取任务状态和详情 |
| 发布任务并等待完成 |
| 列出所有任务(支持筛选) |
| 取消一个进行中的任务 |
| 获取已批准的文件及下载链接 |
| 查看账户余额 |
所有任务创建工具都接受一个可选的 location 参数:基于文本的 { city, state } 或基于坐标的 { latitude, longitude, radius_km } 约束。
环境变量
FIRSTHAND_API_KEY(必填)——你的 API 密钥FIRSTHAND_BASE_URL(可选)——API 基础地址(默认: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