← Registry

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.

1 endpoint7 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://tuamaeaquelaursa.com/api/mcp

No auth detected

MCP server metadata

Name
tua-mae-aquela-ursa
Version
1.3.0
Capabilities
tools.listChanged

Known tools 7

open_mailbox

Open any catch-all @tuamaeaquelaursa.com address and receive a 15-minute handle.

Inferred read-only
list_messages

List metadata for up to three current messages in the mailbox represented by a valid handle.

Inferred read-only
get_message

Read one current message as inert plain text by default, or request the original HTML explicitly.

Potential side effects
wait_for_message

Poll a mailbox for a new message for at most 25 seconds.

Potential side effects
find_access_code

Deterministically extract a likely OTP or access code from one message, or from the newest message when messageId is omitted.

Potential side effects
find_access_link

Deterministically extract a likely HTTP(S) confirmation or access link from one message, or from the newest message when messageId is omitted.

Potential side effects
get_spam_score

Use this when an agent needs the message's original antispam risk score.

Potential side effects

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.