Server Details
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.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
2 toolsgenerateInspect
Invoke a specific FunGenerators generator. Provide the type and slug from list_all_generation_tools, plus any optional parameters the generator accepts (e.g. sex, place, category for name generators).
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The specific generator slug. Use list_all_generation_tools to find valid slugs for each type. | |
| type | Yes | The generator type. Examples: name, text, insult, job-title, numbers, lorem-ipsum, lottery. | |
| options | No | Optional generator-specific parameters as key-value pairs. For name generators: sex (male|female), place (country name), category. For lorem-ipsum: texttype (paragraphs|sentences|words). |
list_all_generation_toolsInspect
List all available FunGenerators tools. Returns a catalog of generators grouped by type. Use the returned type and slug values to call the generate tool.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for paginated results. Starts at 1. Each page returns up to 50 generators. | |
| type | No | Filter by generator type. Valid values: name, text, insult, job-title, numbers, lorem-ipsum, lottery. Omit to return all types. |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!