com.random-profiles/mcp✓
com.random-profiles/mcp · v1.4.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.random-profiles/mcp",
"description": "Generate fake user profiles and companies for tests, seed data, and AI agent demos.",
"repository": {
"url": "https://github.com/gusdeboer/random-profiles-mcp",
"source": "github"
},
"version": "1.4.3",
"websiteUrl": "https://random-profiles.com",
"packages": [
{
"registryType": "npm",
"identifier": "random-profiles-mcp",
"version": "1.4.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key from https://random-profiles.com. If omitted, the agent uses the claim_api_key tool to claim a free key interactively and caches it to ~/.random-profiles/config.json.",
"format": "string",
"isSecret": true,
"name": "RANDOM_PROFILES_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}