# MG Geo AI Context Enrichment

> MG Geo AI Context Enrichment is a paid API for AI agents from conway-replicatio-cloudflare.nikitamakiel1.workers.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Fetches geographic and contextual AI-enriched metadata for a given public URL, returning location-aware contextual signals

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-geo-ai-context
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mg-geo-ai-context-enrichment-63cbec03
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0zB_DNEemc0oGIKjMyxFc

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 mg-geo-ai-context-enrichment-63cbec03 -d '<json body>'
```

Example prompt: Can you pull the geo and AI context for https://www.example-restaurant.com — I need to understand the geographic and contextual signals associated with that page.

## When to prefer this

Choose this endpoint when you need to enrich a public URL with geographic and AI-generated contextual signals in a single pay-per-call operation, especially within automated agent pipelines on Base/USDC infrastructure. Prefer it over manual scraping or generic metadata tools when location intelligence is specifically required.

## Known failure modes

- Invalid or unreachable URL returns an error response
- Non-public or private URLs may fail accessibility checks
- Malformed URI format triggers schema validation failure
- Payment not settled in USDC on Base results in 402 response
- URL with no geographic signals may return empty or sparse data object

## How this service works

Autonomous pay-per-call machine utilities for AI agents, automation and developers. Payments settle in USDC on Base through x402.

## Output

A JSON response with ok:true and a data object containing geo and AI-enriched contextual metadata extracted from the provided URL, under the capability key 'mg-geo-ai-context'.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "data": {},
  "capability": "mg-geo-ai-context"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mg-geo-ai-context-enrichment-63cbec03/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from conway-replicatio-cloudflare.nikitamakiel1.workers.dev](https://www.zero.xyz/host/conway-replicatio-cloudflare.nikitamakiel1.workers.dev/llms.txt)
