We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shaunie2fly/mjml_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"server": {
"name": "mjml-mcp-server",
"version": "1.0.0",
"logLevel": "info"
},
"mjml": {
"defaultOptions": {
"beautify": true,
"minify": false,
"validationLevel": "soft",
"keepComments": false
},
"fonts": {
"Lato": "https://fonts.googleapis.com/css?family=Lato:300,400,700,900",
"Open Sans": "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800",
"Roboto": "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900",
"Montserrat": "https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900"
},
"colors": {
"primary": "#007bff",
"secondary": "#6c757d",
"success": "#28a745",
"danger": "#dc3545",
"warning": "#ffc107",
"info": "#17a2b8",
"light": "#f8f9fa",
"dark": "#343a40"
}
},
"templates": {
"defaultVariables": {
"company_name": "Your Company",
"company_logo": "https://via.placeholder.com/150x50",
"unsubscribe_url": "#",
"website_url": "#",
"support_email": "support@example.com"
}
},
"fileHandling": {
"allowedExtensions": [".mjml", ".html"],
"maxFileSize": "10MB",
"tempDir": "./temp"
}
}