firsthandapi-mcp-server

jjfisherdev/firsthandapi-mcp-server
★ 0 stars TypeScript AI/LLM Updated today
MCP server for FirstHandAPI — your AI agent posts a capture job, real humans on 5 continents fill it, you get back scored + annotated files. Works keyless (signup tool included). npx @firsthandapi/mcp-server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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