# mferGPT Lore Query via cc0.company

> mferGPT Lore Query via cc0.company is a paid API for AI agents from cc0.company, paid per call via x402, $0.025/call, status unknown (last checked 2026-09-15).

Queries the mfer NFT community lore archive (history, culture, community) using mferGPT, re-brokered over x402 with a platform fee

## Facts

- Endpoint: POST https://cc0.company/api/store/agent-services/mfergpt-lore/invoke
- Price: $0.025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mfergpt-lore-query-via-cc0-company-8ab7cb77
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EmgHaDTeu10qoAZDaMB5l

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 mfergpt-lore-query-via-cc0-company-8ab7cb77 -d '<json body>'
```

Example prompt: Can you look up the origin story and cultural ethos of the mfers NFT project — I want to understand their cc0 philosophy and community history?

## When to prefer this

Choose this endpoint when you specifically need information about the mfers NFT collection, its community, history, culture, or lore. It is purpose-built for mfer-specific knowledge retrieval, unlike general-purpose LLMs that may lack accurate or deep mfer lore. Prefer this over generic search when you want answers in the context of the mfer universe.

## Known failure modes

- Query too vague or outside the mfer lore domain — returns a generic or unhelpful response
- Payment failure over x402/Base USDC — call is rejected before reaching mferGPT
- mferGPT upstream service unavailable — cc0.company brokerage layer may return a 5xx error
- Prompt triggers content filtering — response may be truncated or refused

## How this service works

cc0.company — x402 agent-services marketplace on Base (USDC). This endpoint: mfergpt · Lore Query, Query the mfer lore archive (history, culture, community) by mfergpt, re-brokered over x402. Pass your search as the prompt. Third-party — cc0.company re-brokers the x402 call and adds a $0.005 platform fee.

## Output

A text response from mferGPT grounded in the mfer lore archive, covering community history, cultural norms, notable events, ethos, and other mfer-specific knowledge relevant to the submitted query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "prompt": {
   "type": "string",
   "description": "Forwarded to mfergpt for mfergpt-lore. Query the mfer lore archive (history, culture, community) by mfergpt, re-brokered over x402. Pass your search as the prompt."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mfergpt-lore-query-via-cc0-company-8ab7cb77/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cc0.company](https://www.zero.xyz/host/cc0.company/llms.txt)
