# Darwin Ideation MCP

> Darwin Ideation MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Generates and evolves creative ideas using Darwin-inspired evolutionary ideation techniques via a paid agentic endpoint

## Facts

- Endpoint: POST https://api.m2mcent.com/darwin-ideation-mcp/api/process
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/darwin-ideation-mcp-8ab7b609
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_klAz7yxf_WlPEC01vW6E3

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 darwin-ideation-mcp-8ab7b609 -d '<json body>'
```

Example prompt: Use Darwin ideation to generate a set of evolved, creative ideas from this seed concept: 'a subscription box for urban gardeners who want low-maintenance plants'

## When to prefer this

Choose this endpoint when you need to generate multiple creative idea variations from a seed concept using an evolutionary/Darwinian approach, particularly when you want diverse mutations and recombinations of ideas rather than a single answer. Prefer it over generic LLM brainstorming when you specifically want structured evolutionary ideation output at a fixed cost per call via x402 micropayment.

## Known failure modes

- Empty or missing 'data' field returns an error or empty response
- Malformed JSON input may result in a 400-level error
- Payment not fulfilled (x402) results in a 402 Payment Required response
- Rate limiting or quota exceeded may return a 429 error
- Overly short or vague prompts may produce low-quality or generic ideation output

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns a set of evolutionarily generated or mutated ideas derived from the input prompt, likely as a string or structured text containing multiple creative concepts, variations, or ideation outputs inspired by Darwinian selection and mutation principles.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/darwin-ideation-mcp-8ab7b609/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
