mcp_config_domain_operations.json•767 B
{
"server": {
"url": "https://api.resend.com"
},
"authentication": [
{
"schema_parameters": {
"scheme": "bearer"
},
"type": "http",
"value": "BEARER_TOKEN"
}
],
"operations": [
{
"description": "Retrieve a list of domains",
"name": "get_domains"
},
{
"description": "Create a new domain",
"name": "post_domains"
},
{
"description": "Remove an existing domain",
"name": "delete_domains__domain_id"
},
{
"description": "Retrieve a single domain",
"name": "get_domains__domain_id"
},
{
"description": "Update an existing domain",
"name": "patch_domains__domain_id"
},
{
"description": "Verify an existing domain",
"name": "post_domains__domain_id_verify"
}
]
}