We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vanman2024/content-image-generation-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"version": "1.0.0",
"server_name": "content-image-generation-mcp",
"repository": "https://github.com/vanman2024/content-image-generation-mcp",
"deployments": [
{
"id": "initial-deployment-2025-11-09",
"environment": "production",
"target": "fastmcp-cloud",
"status": "pending",
"configuration": {
"server_entrypoint": "server.py:mcp",
"branch": "main",
"python_version": "3.10+",
"transport": "http",
"authentication": "organization-only"
},
"environment_variables": {
"required": [
{
"name": "GOOGLE_API_KEY",
"description": "Google AI API Key for Imagen, Veo, and Gemini",
"source": "https://aistudio.google.com/apikey",
"set": false
}
],
"optional": [
{
"name": "ANTHROPIC_API_KEY",
"description": "Anthropic API key for Claude content generation",
"source": "https://console.anthropic.com/",
"set": false
},
{
"name": "LOG_LEVEL",
"description": "Server logging verbosity",
"default": "INFO",
"set": false
}
]
},
"expected_url": "https://content-image-generation-mcp.fastmcp.app/mcp",
"tools": [
"health_check",
"generate_image_imagen3",
"batch_generate_images",
"generate_video_veo3",
"generate_marketing_content",
"calculate_cost_estimate"
],
"resources": [
"config://pricing",
"config://models"
],
"prompts": [
"campaign_planner",
"image_prompt_enhancer"
],
"dependencies": {
"fastmcp": ">=2.13.0",
"google-genai": ">=1.0.0",
"anthropic": ">=0.40.0",
"python-dotenv": ">=1.0.0",
"pydantic": ">=2.0.0"
},
"validation": {
"pre_deployment": {
"syntax_check": "pending",
"dependencies_check": "pending",
"config_validation": "pending",
"env_vars_check": "pending",
"security_scan": "pending"
},
"post_deployment": {
"health_check": "pending",
"tool_availability": "pending",
"api_connectivity": "pending",
"response_time": "pending"
}
},
"deployment_notes": [
"Initial production deployment to FastMCP Cloud",
"Server includes production logging and error handling",
"Health check endpoint added for monitoring",
"Cost tracking and estimation tools included",
"Supports both Imagen 3/4 and Veo 3 generation",
"Optional Claude integration for content generation"
],
"created_at": "2025-11-09T00:00:00Z",
"deployed_at": null,
"verified_at": null,
"git_commit": null,
"version": "1.0.0"
}
],
"metadata": {
"last_updated": "2025-11-09T00:00:00Z",
"total_deployments": 1,
"active_deployments": 0,
"failed_deployments": 0
}
}