@firsthandapi/mcp-server
@firsthandapi/mcp-server — FirstHandAPI MCP Server
Von Null zum Job für Agenten (Bootstrap-Modus)
Noch keinen API-Schlüssel? Starten Sie den Server trotzdem – er stellt ein einziges signup-Tool bereit:
npx @firsthandapi/mcp-server # no env var neededRufen Sie signup mit org_name und email auf, um einen API-Schlüssel und 2,50 $ Gratisguthaben zu erhalten (der Schlüssel wird nur einmal angezeigt – speichern Sie ihn). Starten Sie den Server anschließend mit der Konfiguration neu:
claude mcp add firsthandapi -e FIRSTHAND_API_KEY=fh_live_... -- npx @firsthandapi/mcp-serverMit gesetztem Schlüssel werden alle 7 Job-Tools freigeschaltet: create_job, create_job_and_wait, get_job, list_jobs, get_job_files, cancel_job, get_credits.
Offizieller MCP-Server für FirstHandAPI – Crowdsourced-Datenerfassung mit Human-in-the-Loop (HITL). Er ermöglicht Claude Code, Cursor und anderen KI-Agenten, Fotos, Audio, Videos und Bildschirmaufnahmen von echten menschlichen Arbeitskräften mit automatischer KI-Qualitätsbewertung zu sammeln.
Anwendungsfälle: UGC-Sammlung, Ground-Truth-Daten für die KI-Evaluierung, LLM-Trainingsdaten für multimodale Modelle.
Related MCP server: simple-fal-mcp
Installation
npm install @firsthandapi/mcp-serverKonfiguration
Claude Code
{
"mcpServers": {
"firsthand": {
"command": "npx",
"args": ["@firsthandapi/mcp-server"],
"env": {
"FIRSTHAND_API_KEY": "fh_live_your_key_here"
}
}
}
}Cursor
Fügen Sie Folgendes zu .cursor/mcp.json hinzu:
{
"firsthand": {
"command": "npx @firsthandapi/mcp-server",
"env": { "FIRSTHAND_API_KEY": "fh_live_..." }
}
}Tools
Tool | Beschreibung |
| Einen Content-Sammlungsjob veröffentlichen |
| Jobstatus und Details abrufen |
| Einen Job veröffentlichen und auf den Abschluss warten |
| Alle Jobs mit Filtern auflisten |
| Einen offenen Job abbrechen |
| Freigegebene Dateien mit Download-URLs abrufen |
| Guthaben prüfen |
Alle Tools zur Job-Erstellung akzeptieren einen optionalen Parameter location: { city, state } für textbasierte oder { latitude, longitude, radius_km } für koordinatenbasierte Einschränkungen.
Umgebungsvariablen
FIRSTHAND_API_KEY(erforderlich) — Ihr API-SchlüsselFIRSTHAND_BASE_URL(optional) — Basis-URL der API (Standard: https://api.firsthandapi.com)FIRSTHAND_TIMEOUT_MS(optional) — Anfragetimeout (Standard: 30000)
Lizenz
Proprietär
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