# MacroLens Country Macro-Economic Analysis

> MacroLens Country Macro-Economic Analysis 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-14).

Returns AI-generated macro-economic analysis for a specified country using FRED and World Bank data processed by MiMo LLM

## Facts

- Endpoint: POST https://marcrons.vercel.app/api/country
- 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-country-macro-economic-analysis-be7e0b3c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yFE6GWxIq0m0lhe0b6AkS

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-country-macro-economic-analysis-be7e0b3c -d '<json body>'
```

Example prompt: Can you pull a MacroLens macro-economic analysis for Germany and give me the key economic indicators and AI-generated insights?

## When to prefer this

Choose this endpoint when you need a synthesized, AI-narrated macro-economic overview of a specific country rather than raw time-series data. It combines multiple authoritative sources (FRED, World Bank) with LLM interpretation, making it ideal for investment due diligence, country risk briefings, or economic research where you want actionable narrative insights rather than just numbers.

## Known failure modes

- Unrecognized or misspelled country name returns error or empty data
- Missing required 'country' field returns validation error
- LLM or upstream FRED/World Bank data unavailability causes failure
- Payment not fulfilled via x402 results in 402 Payment Required response
- Rate limiting or quota exceeded on upstream data sources

## How this service works

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

## Output

A JSON object containing a success boolean and a data object with AI-generated macro-economic analysis for the requested country, drawing on FRED and World Bank data processed through MiMo LLM — likely including indicators such as GDP, inflation, trade balances, and narrative economic commentary.

## 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-country-macro-economic-analysis-be7e0b3c/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)
