# Mexico Structural Macro Profile – Edge Agents

> Mexico Structural Macro Profile – Edge Agents is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns an evidence-backed structural macroeconomic profile of Mexico, including cycle, inflation, labour, and growth analysis with provenance and contradiction flags.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-mx-structural-profile
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mexico-structural-macro-profile-edge-agents-35852fde
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XZW5Ni-tXc9J8Qs7GJa4l

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 mexico-structural-macro-profile-edge-agents-35852fde
```

Example prompt: Pull me Edge Agents' structural macro profile for Mexico — I need the evidence-backed cycle position, inflation and labour signals, and growth outlook with provenance, confidence level, and any contradictions flagged, to brief our board on Mexico market entry risk.

## When to prefer this

Choose this endpoint when you need a structured, evidence-bounded, provenance-signed macroeconomic profile specifically for Mexico — particularly when the use case requires contradiction flagging, confidence scoring, and audit-grade sourcing for board, CFO, or autonomous agent consumption. Prefer this over generic LLM-generated macro summaries when verifiability and provenance are required, and over broad EM data feeds when Mexico-specific structural depth is the priority.

## Known failure modes

- Payment not received or malformed x402 header — returns 402 Payment Required
- Service temporarily unavailable — returns 5xx with no analysis payload
- Data freshness issue — report may flag limited source availability in the limitations array
- Low-confidence output — quality.status may return 'weak' if macro evidence is sparse or contradictory
- Incomplete coverage — limitations array explicitly lists gaps in source data for that reporting period

## How this service works

Premium twelve-indicator structural macro profile for Mexico, covering growth, inflation, labour, external balance, trade, savings, investment, reserves, real rates and central-government debt where available. Purpose: Provide an autonomous agent one normalized Mexico structural macro brief with explicit coverage, latest observation years and missing indicators. 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a JSON object containing: a quality block with status and confidence rating; an analysis block with the macro family tag, key intents (evidence, cycle, inflation, labour, growth), and a narrative summary; an evidence block listing supporting assets, policy stance, and source attribution; provenance with issuer URL and signed flag; a generatedAt timestamp; a dataStatus field; schema version; and a disclaimer noting this is impersonal market research, not investment advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "macro",
   "intents": [
    "evidence",
    "cycle",
    "inflation",
    "labour",
    "growth",
    "sovereign-debt"
   ],
   "summary": "Fresh Mexico Structural Macro Profile findings appear here."
  },
  "evidence": {
   "assets": [
    "MEX"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-mx-structural-profile",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mexico-structural-macro-profile-edge-agents-35852fde/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
