# mferGPT Ask (cc0.company)

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

Sends a prompt to mferGPT and returns a response written in the irreverent, slang-heavy 'mfer' voice.

## Facts

- Endpoint: POST https://cc0.company/api/store/agent-services/mfergpt-ask/invoke
- Price: $0.055/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mfergpt-ask-cc0-company-f13a3c89
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3NNO1_R0L15Qdl-RBTgd5

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-ask-cc0-company-f13a3c89 -d '<json body>'
```

Example prompt: Ask mferGPT: 'what do you think about people who paper hand their NFTs?' — I want the response in full mfer voice.

## When to prefer this

Choose this endpoint when you specifically want a response delivered in the mfer NFT community voice — irreverent, crypto-native, slang-heavy — rather than a neutral or polished AI answer. It is ideal for applications targeting the mfers NFT community, crypto Twitter aesthetics, or any context where character voice and cultural authenticity matter more than formality.

## Known failure modes

- Empty or missing prompt field returns a validation error
- Prompt triggers content policy refusal and no response is generated
- Payment of $0.055 USDC not fulfilled via x402, resulting in 402 Payment Required
- Upstream mferGPT service unavailable, causing a timeout or 503 error
- Malformed request body type (not json/form-data/text) causes 400 Bad Request

## How this service works

mfergpt · Ask — Ask mferGPT anything — get a response in the mfer voice. Re-brokered over x402. (third-party; cc0.company re-brokers the x402 call and adds a $0.005 platform fee.)

## Output

A text response to the submitted prompt, written entirely in the mfer character voice — casual, blunt, crypto-native slang with the irreverent tone associated with the mfers NFT community.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "prompt": {
   "type": "string",
   "description": "Forwarded to mfergpt for mfergpt-ask. Ask mferGPT anything — get a response in the mfer voice. Re-brokered over x402."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mfergpt-ask-cc0-company-f13a3c89/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)
