Lorem Ipsum Utilities

Generate Companies

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.

API Endpoint

GET /v1/lorem/companies

Code Examples

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)

Use via MCP

Add to your AI agent

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"
      }
    }
  }
}

Learn more about MCP setup →

FAQ

How do I generate company names using MCP in Cursor?

Call the generate_companies tool through MCP. It returns a JSON array of fictional company names perfect for demos and testing.

What format do the generated company names follow?

Names follow realistic business patterns like 'TechCorp Industries', 'Global Solutions Inc.', or 'Apex Digital Systems' — avoiding real trademark conflicts.

Can I specify how many company names to generate?

The API typically returns a standard set, but check the endpoint parameters for count options or call multiple times for larger datasets.

Are the generated company names deterministic?

Yes, the same request parameters produce identical company name lists, ensuring consistent test data across development environments.

What's the difference between this and lorem ipsum text generators?

This creates structured business names rather than random text, specifically designed for realistic company placeholders in applications and databases.

Try Generate Companies Now

Get your free API key and start using Generate Companies in seconds.

Get Free API Key