Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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_job_pay— Pay for an existing WURK job by ID.wurk_direct_pay— Send a direct USDC payment to a Solana address.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.wurk_job_status— Fetch job status + submissions count (free).