mcp_config_email_operations.json•680 B
{
"server": {
"url": "https://api.resend.com"
},
"authentication": [
{
"schema_parameters": {
"scheme": "bearer"
},
"type": "http",
"value": "BEARER_TOKEN"
}
],
"operations": [
{
"description": "Send an email",
"name": "post_emails"
},
{
"description": "Trigger up to 100 batch emails at once.",
"name": "post_emails_batch"
},
{
"description": "Retrieve a single email",
"name": "get_emails__email_id"
},
{
"description": "Update a single email",
"name": "patch_emails__email_id"
},
{
"description": "Cancel the schedule of the e-mail.",
"name": "post_emails__email_id_cancel"
}
]
}