# MacroLens Outlook — Country Macro-Economic Outlook

> MacroLens Outlook — Country Macro-Economic Outlook is a paid API for AI agents from marcroslencs.vercel.app, paid per call via x402, $0.4/call, status unknown (last checked 2026-09-14).

Generates an AI-powered macro-economic outlook narrative for a specified country using FRED and World Bank data processed by a MiMo LLM

## Facts

- Endpoint: POST https://marcroslencs.vercel.app/api/outlook
- Price: $0.4/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/macrolens-outlook-country-macro-economic-outlook-d2fc4cc3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FhsxoKLeVI6ysxUwmPS7X

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 macrolens-outlook-country-macro-economic-outlook-d2fc4cc3 -d '<json body>'
```

Example prompt: Can you pull a MacroLens AI-powered macroeconomic outlook for France — I want to understand the current economic conditions and trends there?

## When to prefer this

Choose this endpoint when you need a narrative, AI-synthesized macro-economic outlook for a specific country rather than raw data series. It is ideal when you want FRED and World Bank indicators interpreted and summarized by an LLM rather than fetching raw statistics yourself. Best for investment research, country risk assessment, and executive briefings where a synthesized narrative adds value over raw numbers.

## Known failure modes

- Unrecognized or misspelled country name returns an error or empty data
- Country with insufficient FRED/World Bank coverage may return limited analysis
- LLM generation timeout for complex economies
- Invalid request body missing the required country field returns a validation error
- Rate limiting or payment failure via x402 protocol on Base

## How this service works

AI-powered macro-economic analysis. FRED + World Bank data + MiMo LLM. 20 endpoints. x402 on Base.

## Output

Returns a JSON object with a success boolean and a data object containing an AI-generated macro-economic outlook narrative and supporting indicators for the requested country, synthesized from FRED and World Bank datasets by a MiMo LLM.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "country"
 ],
 "properties": {
  "country": {
   "type": "string",
   "description": "country"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "success"
 ],
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/macrolens-outlook-country-macro-economic-outlook-d2fc4cc3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from marcroslencs.vercel.app](https://www.zero.xyz/host/marcroslencs.vercel.app/llms.txt)
