io.github.Selenium39/mcp-server-tempmail✓
io.github.Selenium39/mcp-server-tempmail · v1.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.Selenium39/mcp-server-tempmail",
"description": "MCP server for temporary email management using ChatTempMail API",
"repository": {
"url": "https://github.com/Selenium39/mcp-server-tempmail",
"source": "github"
},
"version": "1.0.1",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-server-tempmail",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for ChatTempMail service",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TEMPMAIL_API_KEY"
},
{
"description": "Base URL for ChatTempMail API (optional, defaults to https://chat-tempmail.com)",
"format": "string",
"name": "TEMPMAIL_BASE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}