Security & Testing
tuamaeaquelaursa.com
A temporary email inbox service that provides disposable mailboxes to receive messages and extract OTP or access codes for testing and automation.
ENDPOINT 1
https://tuamaeaquelaursa.com/api/mcp
MCP server metadata
- Name
- tua-mae-aquela-ursa
- Version
- 1.3.0
Known tools 7
open_mailboxOpen any catch-all @tuamaeaquelaursa.com address and receive a 15-minute handle.
Inferred read-onlylist_messagesList metadata for up to three current messages in the mailbox represented by a valid handle.
Inferred read-onlyget_messageRead one current message as inert plain text by default, or request the original HTML explicitly.
Potential side effectsfind_access_codeDeterministically extract a likely OTP or access code from one message, or from the newest message when messageId is omitted.
Potential side effectsfind_access_linkDeterministically extract a likely HTTP(S) confirmation or access link from one message, or from the newest message when messageId is omitted.
Potential side effectsget_spam_scoreUse this when an agent needs the message's original antispam risk score.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tua-mae-aquela-ursa]
url = "https://tuamaeaquelaursa.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tua-mae-aquela-ursa": {
"type": "http",
"url": "https://tuamaeaquelaursa.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tua-mae-aquela-ursa
Remote MCP URL: https://tuamaeaquelaursa.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tua-mae-aquela-ursa": {
"url": "https://tuamaeaquelaursa.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tua-mae-aquela-ursa": {
"type": "http",
"url": "https://tuamaeaquelaursa.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tua-mae-aquela-ursa",
"transport": "streamable-http",
"url": "https://tuamaeaquelaursa.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.