# MARS Economic Commercial Intelligence

> MARS Economic Commercial Intelligence is a paid API for AI agents from mars-economic-agent-gateway.mars-economic.workers.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Retrieves machine-readable commercial partner and supplier intelligence for a given product, service, or market need

## Facts

- Endpoint: GET https://mars-economic-agent-gateway.mars-economic.workers.dev/api/x402/mainnet/commercial-intelligence
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mars-economic-commercial-intelligence-9457f655
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Fyl2LO3r1RwBdFdnaWjCr

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 mars-economic-commercial-intelligence-9457f655
```

Example prompt: Can you find me ranked commercial suppliers and partners for industrial-grade lithium batteries — I need up to 10 results with decision support?

## When to prefer this

Choose this endpoint when you need machine-readable, evidence-ranked commercial partner and supplier intelligence with real payment verification. Prefer it over generic web search when you need structured procurement data, ranked results, and decision support for B2B sourcing, vendor discovery, or market partner identification.

## Known failure modes

- Missing required query parameter 'q' returns validation error
- Limit parameter outside 3-25 range may return error or be clamped
- Payment failure via x402 protocol returns 402 Payment Required
- Ambiguous or overly broad query may return low-relevance results
- No matching suppliers found returns empty result set

## How this service works

Real-payment machine-readable commercial partner and supplier intelligence from MARS Economic

## Output

Returns a structured object containing evidence-ranked commercial partner and supplier results for the queried product, service, or market, along with compact decision support metadata to inform procurement or partnership decisions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "q": {
       "type": "string",
       "description": "Commercial need, product, service, or market"
      },
      "limit": {
       "type": "string",
       "description": "Maximum result count from 3 to 25"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "kind": {
       "type": "string"
      },
      "result": {
       "type": "object"
      },
      "status": {
       "type": "string"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mars-economic-commercial-intelligence-9457f655/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mars-economic-agent-gateway.mars-economic.workers.dev](https://www.zero.xyz/host/mars-economic-agent-gateway.mars-economic.workers.dev/llms.txt)
