← tuamaeaquelaursa.com

INDIVIDUAL MCP TOOL

get_spam_score

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

tuamaeaquelaursa.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://tuamaeaquelaursa.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_spam_score and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.

Parent server

tuamaeaquelaursa.com

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.
  • list_messages — List metadata for up to three current messages in the mailbox represented by a valid 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.