Fun Generators
Login
Fun Generators
Toggle sidebar
Model Context Protocol

300+ Generators for Your AI Agent

Connect Claude, GPT, and any MCP-compatible AI agent directly to FunGenerators.com. Generate names, insults, job titles, lorem ipsum, lottery numbers, and much more — all from a single tool call.

What is the Model Context Protocol?

The Model Context Protocol (MCP) is an open standard that lets AI assistants like Claude connect to external tools and data sources in real time — without custom integrations or copy-pasting.

When you add the FunGenerators MCP server to your AI agent, it can call any of our 300+ generators directly during a conversation. Ask it to create a fantasy character with a unique name, write placeholder copy, or pick tonight's lottery numbers — all in one turn.

Works with Claude Desktop, Claude Code, and any MCP-compatible client.

Browse generators

The agent calls list_all_generation_tools to discover available generators.

Generate content

One call to generate returns fresh random content for any generator.

Secure by default

All requests use Sanctum API tokens. Subscribe once, use everywhere.

What can your AI agent generate?

Seven generator categories, hundreds of individual generators.

🧑

Names

Fantasy, real-world, and cultural names for characters, pets, businesses, and more. Filter by sex, nationality, and genre.

type: name
✍️

Text & Writing

Writing prompts, riddles, proverbs, quotes, tongue twisters, and creative text fragments.

type: text
😤

Insults

Shakespearean put-downs, pirate taunts, and playful insults for games, bots, and comedy.

type: insult
💼

Job Titles

Corporate, startup, fantasy, and absurd job titles for characters and placeholder data.

type: job-title
🔢

Numbers

Random numbers, UUIDs, IBANs, credit card numbers, and other numeric test data.

type: numbers
📄

Lorem Ipsum

Classic and themed placeholder text in paragraphs, sentences, or word counts.

type: lorem-ipsum
🎰

Lottery

Official draw rules for 100+ global lottery games. Powerball, EuroMillions, and more.

type: lottery

Simple pricing

Monthly subscriptions for teams and regular use. Pay-per-use passes for autonomous agents via x402.

Monthly subscription

Basic

$9.99/mo
  • 1,000 API calls/day
  • 1 result per call
  • Sanctum API token
  • All 7 generator types
Get started
Most Popular

Pro

$24.99/mo
  • 5,000 API calls/day
  • 5 results per call
  • Sanctum API token
  • All 7 generator types
Get started

Enterprise

$99.99/mo
  • 20,000 API calls/day
  • 10 results per call
  • Sanctum API token
  • All 7 generator types
Get started

Autonomous agent passes (x402)

Pay in USDC on Base — no account required. Your AI agent pays automatically when it needs access. Full live plan list with purchase URLs: GET /x402/plans

MCP 1-Day Pass

$0.50 USDC

50 generator calls valid for 24 hours. Pay-per-use via x402.

slug: mcp-1day

MCP 7-Day Pass

$2.00 USDC

300 generator calls valid for 7 days. Pay-per-use via x402.

slug: mcp-7day

MCP 30-Day Pass

$5.00 USDC

1000 generator calls valid for 30 days. Pay-per-use via x402.

slug: mcp-30day

Quick Start

Add FunGenerators to Claude Desktop in two steps.

1 Get your API token

Create an account, subscribe to a plan, and copy your Sanctum API token from your dashboard. For x402 access, your agent's wallet pays automatically — no token needed in advance.

2 Add to claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "fungenerators": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-fetch"],
      "env": {
        "MCP_SERVER_URL": "https://fungenerators.com/mcp/generators",
        "AUTHORIZATION": "Bearer YOUR_API_TOKEN"
      }
    }
  }
}

Replace YOUR_API_TOKEN with the token from your dashboard. Restart Claude Desktop.

3 Try it out

Ask Claude:

"Generate a fantasy name for a female Japanese character."
"Give me three lorem ipsum paragraphs."
"Pick my Powerball numbers."

Autonomous payments with x402

AI agents that need to pay for resources on-the-fly — without a human in the loop.

1

Agent requests access

Your AI agent calls the MCP endpoint without a token.

2

Server returns HTTP 402

The server responds with payment details: amount, wallet address, and plan slug.

3

Agent pays in USDC

Agent sends USDC on Base to the wallet address via Coinbase CDP.

4

Token issued, access granted

Payment verified, a time-limited Sanctum token is issued, and the agent continues.

x402 payment flow (agent-side pseudocode):

// 1. Try the MCP endpoint
response = await fetch('https://fungenerators.com/mcp/generators');

// 2. If HTTP 402, extract payment details
if (response.status === 402) {
  const { amount, address, slug } = await response.json();

  // 3. Pay with your USDC wallet on Base (eip155:8453)
  await wallet.send({ to: address, amount, token: 'USDC' });

  // 4. Re-request — server verifies and issues token automatically
  response = await fetch('https://fungenerators.com/mcp/generators', {
    headers: { 'X-Payment-Hash': txHash, 'X-Plan-Slug': slug }
  });
}

Ready to supercharge your AI agent?

300+ generators. Two tools. Instant setup.