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.
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.
The agent calls list_all_generation_tools to discover available generators.
One call to generate returns fresh random content for any generator.
All requests use Sanctum API tokens. Subscribe once, use everywhere.
Seven generator categories, hundreds of individual generators.
Fantasy, real-world, and cultural names for characters, pets, businesses, and more. Filter by sex, nationality, and genre.
type: nameWriting prompts, riddles, proverbs, quotes, tongue twisters, and creative text fragments.
type: textShakespearean put-downs, pirate taunts, and playful insults for games, bots, and comedy.
type: insultCorporate, startup, fantasy, and absurd job titles for characters and placeholder data.
type: job-titleRandom numbers, UUIDs, IBANs, credit card numbers, and other numeric test data.
type: numbersClassic and themed placeholder text in paragraphs, sentences, or word counts.
type: lorem-ipsumOfficial draw rules for 100+ global lottery games. Powerball, EuroMillions, and more.
type: lotteryMonthly subscriptions for teams and regular use. Pay-per-use passes for autonomous agents via 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
50 generator calls valid for 24 hours. Pay-per-use via x402.
300 generator calls valid for 7 days. Pay-per-use via x402.
1000 generator calls valid for 30 days. Pay-per-use via x402.
Add FunGenerators to Claude Desktop in two steps.
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.
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.
Ask Claude:
AI agents that need to pay for resources on-the-fly — without a human in the loop.
Your AI agent calls the MCP endpoint without a token.
The server responds with payment details: amount, wallet address, and plan slug.
Agent sends USDC on Base to the wallet address via Coinbase CDP.
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 }
});
}
300+ generators. Two tools. Instant setup.