We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/leeguooooo/email-mcp-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"schedule": {
"enabled": true,
"time": "09:40"
},
"email": {
"account_id": null,
"folder": "all",
"unread_only": false,
"limit": 500
},
"classification": {
"enabled": true,
"mode": "ai",
"categories": {
"work": ["meeting", "project", "deadline", "review", "report"],
"personal": ["family", "friend", "birthday"],
"finance": ["invoice", "payment", "bank", "receipt"],
"urgent": ["urgent", "asap", "immediately"],
"marketing": ["sale", "discount", "promo", "offer"],
"newsletter": ["newsletter", "digest", "update"],
"system": ["alert", "notification", "security", "login"],
"spam": ["lottery", "winner", "crypto", "loan"]
},
"important_categories": ["urgent", "work", "finance"],
"important_keywords": ["urgent", "important", "asap", "deadline"],
"ai": {
"model": "gpt-3.5-turbo",
"api_key": null,
"api_key_env": "OPENAI_API_KEY",
"base_url": null,
"max_emails": 80,
"max_body_length": 200
}
},
"summary_ai": {
"enabled": true,
"model": "gpt-3.5-turbo",
"api_key": null,
"api_key_env": "OPENAI_API_KEY",
"base_url": null,
"language": "zh",
"max_emails": 40
},
"debug": {
"dump_ai_input": false,
"dump_ai_output": false,
"path": "data/daily_digest_debug.jsonl",
"max_preview_length": 400
},
"lark": {
"enabled": true,
"webhook_url": "https://open.larksuite.com/open-apis/bot/v2/hook/REPLACE_ME",
"secret": null,
"title": "Daily Email Digest",
"max_highlights": 10
},
"telegram": {
"enabled": false,
"bot_token": "123456:ABC-DEF",
"chat_id": "123456789",
"api_base": "https://api.telegram.org",
"parse_mode": "HTML",
"webhook_url": "https://your.domain/telegram/webhook",
"webhook_secret": null,
"title": "Daily Email Digest",
"max_highlights": 10
}
}