the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "email.deadsimple/dead-simple-email",
"description": "Give an agent its own inbox: send, receive, and pull signup codes from real email.",
"title": "Dead Simple Email",
"repository": {
"url": "https://github.com/deadsimple-email/deadsimple-email",
"source": "github"
},
"version": "0.2.4",
"websiteUrl": "https://deadsimple.email",
"packages": [
{
"registryType": "pypi",
"identifier": "deadsimple-email",
"version": "0.2.2",
"runtimeHint": "python",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Dead Simple Email API key (starts with dse_). Get one instantly with no signup form: POST https://api.deadsimple.email/v1/auth/agent-signup",
"isRequired": true,
"isSecret": true,
"name": "DSE_API_KEY"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/deadsimple-email/deadsimple-email:0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Dead Simple Email API key (starts with dse_). Get one instantly with no signup form: POST https://api.deadsimple.email/v1/auth/agent-signup",
"isRequired": true,
"isSecret": true,
"name": "DSE_API_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://api.deadsimple.email/mcp",
"headers": [
{
"description": "Bearer dse_your_api_key. Get one instantly with no signup form: POST https://api.deadsimple.email/v1/auth/agent-signup",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-30T04:18:40.849217Z",
"publishedAt": "2026-07-30T04:18:40.849217Z",
"updatedAt": "2026-07-30T04:18:40.849217Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you calllocal · you run it yourselfversion 0.2.4last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.