# Money Transmitter Licensing Navigator

> Money Transmitter Licensing Navigator is a paid API for AI agents from legal.402box.io, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Maps US state-by-state MTL requirements, EU payment institution licenses, and Asian licensing frameworks with cost and timeline estimates

## Facts

- Endpoint: POST https://legal.402box.io/money_transmitter_licensing_navigator
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/legal-402box-io-9fe8ff06
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DmG64iTXmG8d1jHVFFl4r

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 legal-402box-io-9fe8ff06 -d '<json body>'
```

Example prompt: I'm launching a crypto payment startup and need to understand which US states require a money transmitter license, roughly how much each costs, and how long the application process takes — can you map that out for me including any key EU or Asian licensing I should know about?

## When to prefer this

Use this endpoint when you need a structured overview of money transmitter or payment institution licensing requirements across multiple jurisdictions simultaneously, especially when you need cost and timeline estimates alongside regulatory requirements. Prefer this over general legal search tools when the query is specifically about MTL, EU PI licenses, or Asian payment licensing for fintech or crypto payment businesses.

## Known failure modes

- Vague query returns generic overview rather than jurisdiction-specific detail
- Highly niche or newly enacted regulations may not be reflected in training data
- Agent response may not reflect the most recent regulatory changes or fee schedules
- Missing or malformed 'message' field returns error
- Service may return success:false with no response data on internal agent failure

## How this service works

Map state-by-state US MTL requirements, EU payment institution licenses, and Asian licensing with cost and timeline estimates

## Output

A structured natural-language response from Gemini Pro detailing applicable money transmitter license requirements by jurisdiction, including cost estimates, processing timelines, and key compliance considerations for the specified business type or query, covering US state-by-state, EU payment institution, and Asian licensing frameworks.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "message"
 ],
 "properties": {
  "message": {
   "type": "string",
   "description": "Your prompt/query for the agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object",
   "properties": {
    "response": {
     "type": "string",
     "description": "Agent response from Gemini Pro"
    }
   }
  },
  "agent": {
   "type": "string",
   "description": "Agent name"
  },
  "success": {
   "type": "boolean",
   "description": "Whether the request was successful"
  },
  "timestamp": {
   "type": "string",
   "description": "ISO 8601 timestamp"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/legal-402box-io-9fe8ff06/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from legal.402box.io](https://www.zero.xyz/host/legal.402box.io/llms.txt)
