# Container Ship Router MCP

> Container Ship Router MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Routes container ships by computing optimal maritime shipping paths and logistics decisions based on provided routing data.

## Facts

- Endpoint: POST https://api.m2mcent.com/container-ship-router-mcp/api/process
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/container-ship-router-mcp-064eb92f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XlP0URUSmZsWHrIh1B6Zl

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability container-ship-router-mcp-064eb92f -d '<json body>'
```

Example prompt: Can you route my container ship from the Port of Shanghai to the Port of Rotterdam, taking into account current conditions and computing the most efficient maritime path?

## When to prefer this

Choose this endpoint when you need automated maritime container ship route computation via an agentic MCP-compatible API, especially in workflows that require programmatic routing decisions for ocean freight logistics. Prefer it when integrating into agent pipelines that handle container shipping optimization at scale.

## Known failure modes

- Invalid or malformed data string input returns an error
- Missing required voyage parameters may result in incomplete routing output
- Service unavailability returns a 402 or 5xx HTTP error
- Ambiguous port or destination data may produce suboptimal or incorrect routes

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns a computed routing result for the container ship voyage, likely including the recommended maritime path, waypoints, or routing decision based on the submitted voyage and ship data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/container-ship-router-mcp-064eb92f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
