# MacroLens Outlook — Country Macro-Economic Outlook

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

Generates an AI-powered macro-economic outlook for a given country using FRED, World Bank data, and MiMo LLM analysis

## Facts

- Endpoint: POST https://marcrons.vercel.app/api/outlook
- Price: $0.4/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/macrolens-outlook-country-macro-economic-outlook-9568f0ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-LxIQZvJCeqz7z7hQ-1CM

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-9568f0ef -d '<json body>'
```

Example prompt: Can you pull a macro-economic outlook for Brazil using MacroLens — I want an AI-synthesized view of the country's current economic conditions based on FRED and World Bank data?

## When to prefer this

Choose this endpoint when you need a holistic, AI-synthesized macro-economic narrative for a specific country rather than raw data retrieval. Ideal when you want FRED and World Bank indicators interpreted and summarized in a single call rather than querying multiple economic databases separately. Best for country-level strategic assessments, investment due diligence, or executive briefings.

## Known failure modes

- Invalid or unrecognized country name returns an error or empty data object
- Country not covered by FRED/World Bank datasets may yield incomplete analysis
- LLM generation failure may cause timeout or null data response
- Network or payment failure on Base blockchain prevents endpoint access
- success: false returned for malformed requests

## How this service works

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

## Output

Returns a structured JSON object containing an AI-generated macro-economic outlook for the specified country, likely including key indicators (GDP, inflation, growth trends, fiscal conditions) sourced from FRED and World Bank datasets, synthesized into a narrative or structured analysis by the 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-9568f0ef/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from marcrons.vercel.app](https://www.zero.xyz/host/marcrons.vercel.app/llms.txt)
