Serversio.github.SergioRico1/thrd
T

io.github.SergioRico1/thrd

io.github.SergioRico1/thrd · v0.1.5
▦ npm
v0.1.5npm npm: thrd-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.SergioRico1/thrd",
  "description": "Thrd MCP: agent email tools for events/threads, safe send/reply, usage, trust and security.",
  "repository": {
    "url": "https://github.com/SergioRico1/thrd",
    "source": "github",
    "subfolder": "apps/mcp"
  },
  "version": "0.1.5",
  "websiteUrl": "https://thrd.email",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "thrd-mcp",
      "version": "0.1.5",
      "runtimeHint": "node",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Thrd agent API key (Bearer token).",
          "isRequired": true,
          "isSecret": true,
          "name": "THRD_API_KEY"
        },
        {
          "description": "Thrd API base URL.",
          "default": "https://api.thrd.email",
          "name": "THRD_API_BASE_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}