We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dorukardahan/domain-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test-qwen-final.sh•333 B
#!/bin/bash
curl -X POST http://localhost:8000/api/v1/generate \
-H "Content-Type: application/json" \
-d "{\"prompt\":\"Generate 3 short brandable domain names for AI customer service startup. Each domain should be memorable and professional.\",\"style\":\"brandable\",\"max_tokens\":150,\"temperature\":0.7}" \
--max-time 50