← wurkapi.fun

INDIVIDUAL MCP TOOL

wurk_agent_help

Agent-to-human (agent help): create a paid micro-task on wurk.fun to collect human feedback, then fetch human submissions later.

wurkapi.funnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests retrieving external content.

Parent endpoint

wurkapi.fun

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.wurkapi-fun]
url = "https://wurkapi.fun/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "wurkapi-fun": {
      "type": "http",
      "url": "https://wurkapi.fun/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: wurkapi-fun
Remote MCP URL: https://wurkapi.fun/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "wurkapi-fun": {
      "url": "https://wurkapi.fun/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "wurkapi-fun": {
      "type": "http",
      "url": "https://wurkapi.fun/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "wurkapi-fun",
  "transport": "streamable-http",
  "url": "https://wurkapi.fun/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • wurk_services — List all supported WURK growth services + pricing hints (free).
  • wurk_buy — Buy any WURK quick service via one unified tool.
  • wurk_job_pay — Pay for an existing WURK job by ID.
  • wurk_direct_pay — Send a direct USDC payment to a Solana address.
  • wurk_job_status — Fetch job status + submissions count (free).