
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
Thrd MCP Server (Agent Email): events, threads, sending/replying, usage, trust and security tools for AI clients.
Expose Thrd (Agent Email) as an MCP server so AI clients can:
This lives in the monorepo under apps/mcp.
Required:
THRD_API_KEY: your Thrd agent API keyOptional:
THRD_API_BASE_URL: defaults to https://api.thrd.emailTransport:
MCP_TRANSPORT: stdio (default) or httpHTTP mode (if MCP_TRANSPORT=http):
MCP_HTTP_PORT: default 8080MCP_HTTP_PATH: default /mcpMCP_STATELESS: 1 for stateless mode (no session ids). Default is stateful.MCP_AUTH_TOKEN: if set, requires Authorization: Bearer <token> on every requestInstant onboarding tool gate:
ALLOW_THRD_INSTANT_ONBOARDING: set to 1 to enable thrd.instant_onboardingFrom repo root:
export THRD_API_KEY="thrd_xxx"
pnpm -C apps/mcp dev
If published to npm as thrd-mcp:
export THRD_API_KEY="thrd_xxx"
npx -y thrd-mcp
export THRD_API_KEY="thrd_xxx"
export MCP_TRANSPORT="http"
export MCP_HTTP_PORT="8080"
export MCP_AUTH_TOKEN="change-me" # recommended
pnpm -C apps/mcp dev
Health check:
curl http://localhost:8080/healthz
Add a server entry to your Claude Desktop config and point it at the stdio command.
Example (adjust paths and shell as needed):
{
"mcpServers": {
"thrd": {
"command": "pnpm",
"args": ["-C", "apps/mcp", "start"],
"env": {
"THRD_API_KEY": "thrd_xxx",
"THRD_API_BASE_URL": "https://api.thrd.email"
}
}
}
}
Highlights:
thrd.poll_events, thrd.ack_eventsthrd.list_threads, thrd.get_thread_messagesthrd.reply, thrd.send, thrd.outbound_statusthrd.usage, thrd.trust_scorethrd.message_security, thrd.create_security_ackthrd.billing_checkout_selfthrd.claim_x_start, thrd.claim_x_statusThe GitHub MCP Registry indexes servers from the official MCP Registry.
High level steps:
thrd-mcp to npm.apps/mcp/server.json is valid and the npm package contains mcpName matching server.json name.mcp-publisher to publish server.json to the registry.Resources:
thrd://docs/quickstartthrd://docs/apiPrompts:
thrd.triage_inboxthrd.draft_replyFAQs
Thrd MCP Server (Agent Email): events, threads, sending/replying, usage, trust and security tools for AI clients.
We found that thrd-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.