API Tools
402cron.com
Provides tools for checking delivery pricing, service status, documentation, and managing scheduled tasks with x402 payment details.
ENDPOINT 1
https://402cron.com/mcp
MCP server metadata
- Name
- 402cron
- Version
- 1.0.0
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_pricingWhat a delivery costs, which packs exist, and the exact x402 payment requirements for each.
Potential side effectsget_docsOne section of the machine documentation: quickstart, headers, signature, notice, errors, billing or limits.
Inferred read-onlyget_service_statusWhether the service is currently selling, on which network, and if not — why not.
Inferred read-onlyget_taskA single task: schedule, destination, state, next run, and how many failures in a row it carries.
Inferred read-onlyupdate_taskChange the schedule, destination, method, timeout, headers or body of an existing task.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.