Documentation

Connect and run.

Two paths: a web interface for people and MCP for agents.

Browser

  1. 1Open WorkerSignal.
  2. 2Choose a function and complete its input.
  3. 3Confirm identity only when the operation requires an unlock.
Open WorkerSignal

Browser API

Read the manifest with GET or run a compatible operation with POST.

Manifest

https://workersignal-ai.com/api/capabilities

First operation

curl -X POST https://workersignal-ai.com/api/capabilities \
  -H "Content-Type: application/json" \
  -d '{"operation":"missions.list","arguments":{}}'

MCP

Add the endpoint as a Streamable HTTP server. Protected reads use a local scoped credential.

Endpoint

https://workersignal-ai.com/api/mcp

Codex · config.toml

[mcp_servers.workersignal]
url = "https://workersignal-ai.com/api/mcp"

Claude Code

claude mcp add --transport http workersignal https://workersignal-ai.com/api/mcp

Authentication

Keep the Hiring credential in an environment variable and send it as a Bearer. Do not paste it into prompts, source code, or URLs.

Local variable

WORKERSIGNAL_HIRING_KEY