# mobilitychain.kr Intel API

> mobilitychain.kr Intel API is a paid API for AI agents from mobilitychain.kr, paid per call via x402, $0.137/call, status unknown (last checked 2026-09-15).

Returns a curated factual timeline of supply chain intelligence for the robotics, mobility, and automotive electronics (jeongjang) sectors, sourced from regulatory filings, exchanges, and press.

## Facts

- Endpoint: GET https://mobilitychain.kr/api/intel
- Price: $0.137/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mobilitychain-kr-intel-api-91326f6e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__69NFUT405egmbdzGlpvB

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 mobilitychain-kr-intel-api-91326f6e
```

Example prompt: Pull the latest supply chain intel from mobilitychain.kr on the Korean robotics and automotive electronics sector — I need a fact timeline built from primary sources like exchange filings and press releases.

## When to prefer this

Choose this endpoint when you need curated, primary-source supply chain intelligence specifically for the Korean robotics, mobility, and automotive electronics (jeongjang) sectors. It is best suited for researchers or investors needing a fact-based event timeline built from exchange filings and press rather than aggregated news. Prefer alternatives if you need broad global coverage, real-time data, or filterable queries by ticker or date range.

## Known failure modes

- API may return stale data if not recently updated by the maintainer
- No documented query parameters mean results may not be filterable by company or date
- Single maintainer research source introduces coverage gaps and potential bias
- Non-200 responses possible if the endpoint is temporarily down or rate-limited
- JSON structure may vary without a formal schema guarantee

## How this service works

Korean mobility and EV supply-chain intelligence, sold per query. Structured feed tracking Korea's automotive-electronics and robotics supply chain - batteries and battery materials, EV components, robot parts, actuators and reducers, semiconductors, and tier-1 suppliers to Hyundai/Kia - written from Korean primary reporting and DART filings English-language sources do not cover. Filter by date, category and keyword. Pay per query in USDC on Base or Polygon; empty results free.

## Output

A JSON response containing a curated timeline of supply chain events and intelligence for the Korean robotics, mobility, and automotive electronics (jeongjang) sectors, sourced from primary materials such as regulatory filings, stock exchange disclosures, and press reports. Compiled as personal research records.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "q": {
       "type": "string",
       "description": "keyword, matched against title and summary. Korean content; common English terms are auto-mapped to Korean."
      },
      "depth": {
       "enum": [
        "index",
        "brief",
        "full"
       ],
       "type": "string",
       "description": "index = slug/date/category/title/facets (FREE, any limit), brief = +summary +KPIs ($0.025/item), full = +body +sources ($0.125/item). Paid queries add a $0.012 base fee, waived on cursor continuations. Empty results are free."
      },
      "limit": {
       "type": "string",
       "description": "1-100, default 5"
      },
      "since": {
       "type": "string",
       "description": "YYYY-MM-DD, inclusive"
      },
      "until": {
       "type": "string",
       "description": "YYYY-MM-DD, inclusive"
      },
      "cursor": {
       "type": "string",
       "description": "opaque id from a previous response's nextCursor"
      },
      "category": {
       "type": "string",
       "description": "comma-separated; raw Korean kicker substring or a facet from x-vocabulary in /openapi.json"
      }
     }
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mobilitychain-kr-intel-api-91326f6e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mobilitychain.kr](https://www.zero.xyz/host/mobilitychain.kr/llms.txt)
