16 tools from the Thrd MCP Server, categorised by risk level.
View the Thrd policy →thrd.ack_events Acknowledge processed events by event IDs or by cursor. thrd.claim_x_status Check X (Twitter) human-claim verification status for the authenticated tenant. thrd.get_thread_messages Fetch all stored messages for a given thread (inbound + outbound). thrd.health Get MCP server and Thrd API configuration info (no auth required). thrd.instant_onboarding Provision a new tenant + agent + inbox + API key via Thrd's public instant onboarding endpoint. Disabled unless ALLOW_THRD_INSTANT_ONBOARDING=1. thrd.list_threads List recent threads for the authenticated agent (optionally filtered by inbox). thrd.message_security Get Prompt Shield / security analysis for a specific message_id. thrd.outbound_status Get status for an outbound request_id from send/reply. thrd.poll_events Long-poll for inbound events (email received, security signals, etc.). thrd.reply Reply in an existing thread. Requires idempotency. May return security_ack_required when inbound risk is high. 2/5 thrd.send Initiate a new outbound email. Requires idempotency. Tier 3 cold outbound may return por_required. High-risk inbound context may require security_a... 2/5 thrd.trust_score Get trust score and factors for the authenticated tenant. thrd.usage Get plan/tier and monthly quota usage for the authenticated tenant. The Thrd MCP server exposes 16 tools across 3 categories: Read, Write, Execute.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Thrd server.
Thrd tools are categorised as Read (13), Write (2), Execute (1). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept