Skip to main content

Why use MCP with SafeFetch?

MCP gives agents safe, structured primitives for background execution instead of direct long-running HTTP calls.

MCP server setup (Claude Desktop)

See full setup in MCP Setup. Once configured, your agent can call SafeFetch tools directly.

All 6 tools

send_action

Send an action with approval, dedupe, and idempotency.

get_action

Fetch status, results, errors, and next actions.

cancel

Cancel pending/awaiting_approval actions.

approve

Approve an action awaiting human review.

retry

Create a retry copy from failed/cancelled action.

list_actions

List/filter recent actions.

Conversation example

Polling pattern for async action results