INDIVIDUAL MCP TOOL
list_messages
List metadata for up to three current messages in the mailbox represented by a valid handle.
LIVE ENDPOINT
https://tuamaeaquelaursa.com/api/mcp
Connect to this endpoint to inspect the live schema for list_messages and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
open_mailbox— Open any catch-all @tuamaeaquelaursa.com address and receive a 15-minute handle.get_message— Read one current message as inert plain text by default, or request the original HTML explicitly.wait_for_message— Poll a mailbox for a new message for at most 25 seconds.find_access_code— Deterministically extract a likely OTP or access code from one message, or from the newest message when messageId is omitted.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.get_spam_score— Use this when an agent needs the message's original antispam risk score.