Odel
FirstHandAPI

FirstHandAPI

Local
@jjfisherdevTypeScriptMITUpdated 2w ago

Post crowdsourced content collection jobs and fetch approved files via FirstHandAPI

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@firsthandapi/mcp-serverv0.3.1

Run

npx -y @firsthandapi/mcp-server

MCP client config

{
  "mcpServers": {
    "firsthandapi": {
      "command": "npx",
      "args": [
        "-y",
        "@firsthandapi/mcp-server"
      ]
    }
  }
}