Creates realistic placeholder company names for mockups, testing, and prototypes. Access via MCP in Cursor or Windsurf, or call GET /v1/lorem/companies directly. Returns JSON arrays of fictional business names like "Nexus Dynamics" or "Global Tech Solutions". Deterministic output ensures consistent results across development teams.
curl "https://tinyfn.io/v1/lorem/companies" \
-H "X-API-Key: YOUR_API_KEY"
const response = await fetch('https://tinyfn.io/v1/lorem/companies', {
headers: { 'X-API-Key': 'YOUR_API_KEY' }
});
const data = await response.json();
console.log(data);
import requests
response = requests.get('https://tinyfn.io/v1/lorem/companies',
headers={'X-API-Key': 'YOUR_API_KEY'})
data = response.json()
print(data)
Connect your AI agent (Claude, Cursor, Windsurf, etc.) to TinyFn's lorem ipsum tools:
{
"mcpServers": {
"tinyfn-lorem": {
"url": "https://tinyfn.io/mcp/lorem",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}
Call the generate_companies tool through MCP. It returns a JSON array of fictional company names perfect for demos and testing.
Names follow realistic business patterns like 'TechCorp Industries', 'Global Solutions Inc.', or 'Apex Digital Systems' — avoiding real trademark conflicts.
The API typically returns a standard set, but check the endpoint parameters for count options or call multiple times for larger datasets.
Yes, the same request parameters produce identical company name lists, ensuring consistent test data across development environments.
This creates structured business names rather than random text, specifically designed for realistic company placeholders in applications and databases.
Get your free API key and start using Generate Companies in seconds.
Get Free API Key