← Registry

API Tools

402cron.com

Provides tools for checking delivery pricing, service status, documentation, and managing scheduled tasks with x402 payment details.

x402 supported1 endpoint16 known toolsFirst detected September 11, 2026Last detected September 11, 2026

ENDPOINT 1

https://402cron.com/mcp

No auth detected

MCP server metadata

Name
402cron
Version
1.0.0
Capabilities
tools
Server instructions

Scheduled HTTP delivery for autonomous agents, paid with x402. Management tools need `Authorization: Bearer <management token>` — the token is issued ONCE when you buy, and there is no OAuth and no account. Start with `get_pricing`: it returns the payment requirements and the buy URL for each pack. Pay over plain HTTP with your x402 client; the response carries your token.

Known tools 16

get_pricing

What a delivery costs, which packs exist, and the exact x402 payment requirements for each.

Potential side effects
get_docs

One section of the machine documentation: quickstart, headers, signature, notice, errors, billing or limits.

Inferred read-only
get_service_status

Whether the service is currently selling, on which network, and if not — why not.

Inferred read-only
list_tasks

Your tasks and their state.

Inferred read-only
get_task

A single task: schedule, destination, state, next run, and how many failures in a row it carries.

Inferred read-only
create_task

Register a schedule against a destination you have already verified.

Inferred read-only
update_task

Change the schedule, destination, method, timeout, headers or body of an existing task.

Inferred read-only
pause_task

Stop firing until you resume.

Inferred read-only
resume_task

Start firing again on the schedule.

Inferred read-only
run_task_now

Deliver immediately, outside the schedule.

Inferred read-only
delete_task

Move the task to the recycle bin.

Inferred read-only
restore_task

Bring a task back from the recycle bin within 30 days.

Inferred read-only
register_destination

Claim an https:// URL you control.

Inferred read-only
verify_destination

We call the URL and expect the challenge back.

Inferred read-only
list_destinations

The URLs you have claimed and whether each is verified.

Inferred read-only
delete_destination

Remove a claimed URL.

Potential side effects

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.402cron]
url = "https://402cron.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "402cron": {
      "type": "http",
      "url": "https://402cron.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: 402cron
Remote MCP URL: https://402cron.com/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": {
    "402cron": {
      "url": "https://402cron.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "402cron": {
      "type": "http",
      "url": "https://402cron.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "402cron",
  "transport": "streamable-http",
  "url": "https://402cron.com/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.