Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Mission — Trust Graduation Gate

REMOTE · CLAUDE.GOMISSION.IO · 2 COMPONENTS · SCANNED AUG 3

Trust Graduation gate: Claude can do real work once Mission decides what it is allowed to do.

+10 this week 69 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security91
Transport & Reachability100
Schema Quality & AI Usability49
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 1801 tokens (~62/item across 29 items; 29 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage80
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 29% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · claude.gomission.io

# add to Claude Code
claude mcp add --transport http gomission-mcp https://claude.gomission.io/mcp/
# ~/.codex/config.toml
[mcp_servers.gomission-mcp]
url = "https://claude.gomission.io/mcp/"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gomission-mcp": {
      "type": "remote",
      "url": "https://claude.gomission.io/mcp/",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add gomission-mcp --url https://claude.gomission.io/mcp/ --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  gomission-mcp:
    url: "https://claude.gomission.io/mcp/"
// mcp.json
{
  "mcpServers": {
    "gomission-mcp": {
      "type": "http",
      "url": "https://claude.gomission.io/mcp/"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 +7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 58

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://claude.gomission.io/mcp/

TLS valid

Negotiated TLS 1.3 with TLS_AES_256_GCM_SHA384 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=www.claude.gomission.io CN=YR1,O=Let's Encrypt,C=US 12 Jun 2026 10 Sept 2026 RSA 2048 SHA256-RSA 6b00fe301b255141b7aa8345d05a3ed37a2
SANs: claude.gomission.io, www.claude.gomission.io
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f
DNSSEC insecure

Validation of claude.gomission.io. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
io. present 57355 8 Verified
gomission.io. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Enforced and verified

The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.

Result Enforced and verified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer resource_metadata="https://claude.gomission.io/.well-known/oauth-protected-resource/mcp"

Bearer resource_metadata="https://claude.gomission.io/.well-known/oauth-protected-resource/mcp"
Header Value
x-content-type-options nosniff
referrer-policy strict-origin-when-cross-origin
permissions-policy geolocation=(), microphone=(), camera=()

Protected resource metadata

Document https://claude.gomission.io/.well-known/oauth-protected-resource/mcp
Retrieved Yes
Resource https://claude.gomission.io/mcp
Authorisation server https://claude.gomission.io
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://claude.gomission.io/mcp/ Verified 200
http (plaintext) http://claude.gomission.io/mcp/ HTTPS enforced 301 https://claude.gomission.io/mcp/
MCP tools — 29 exposed · ~1,801 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_receipt ~43

Fetch a Mission receipt by id. The hosted MCP persists receipts; the local install adds private storage and per-principal trust history.

NameTypeReqDescription
receipt_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

log_action ~57

Log a safe internal action with Mission. Returns a receipt id. Use for non-external actions that still benefit from a permanent receipt.

NameTypeReqDescription
action_classstringyes
evidencestring
summarystringyes

Structured output declared, but exposes no named fields.

No examples provided.

mission_account_setup ~46

Return Mission-owned login/signup URLs for Claude, ChatGPT, or local app users before connector onboarding. Read-only.

NameTypeReqDescription
intentstring
nextstring

Structured output declared, but exposes no named fields.

No examples provided.

mission_account_status ~42

Return the hosted Mission account sign-in boundary plus safe public login/signup links. Read-only; never asks for or accepts a password.

NameTypeReqDescription
nextstring

Structured output declared, but exposes no named fields.

No examples provided.

mission_adoption_proof ~44

Return Mission adoption proof from external touches, public proof assets, response gaps, and the next evidence-backed follow-up. Read-only.

NameTypeReqDescription
limitnumber
NameTypeReqDescription
gapsarray
generated_atstringyes
live_urlsarray
no_executionbooleanyes
okbooleanyes
proof_assetsarrayyes
recommended_next_actionstringyes
scoreboardobjectyes
touchesarrayyes
workspacestringyes

No examples provided.

mission_check_approval ~61

Poll Mission for the current status of a previously requested approval. Returns decision (approved / denied / pending) and should_proceed (boolean). Call after request_approval to wait for the principal's decision before continuing.

NameTypeReqDescription
receipt_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

mission_classify ~141

Map a planned tool call to the canonical Trust Graduation action_class. Pass the tool name you are about to call and a short intent description. Returns the canonical class plus alternatives. Use this BEFORE request_approval if you are unsure which action_class applies. Mapping is heuristic — when in doubt, prefer the more conservative class.

NameTypeReqDescription
intentstringyesOne-line plain-English description of what you are about to do.
recipient_hintstringOptional: email/handle/account hint for external-vs-internal routing.
tool_namestringOptional: the tool you are about to call (e.g. gmail.send_message, slack.post).

Structured output declared, but exposes no named fields.

No examples provided.

mission_draft_queue ~38

Return local drafts and approval packets waiting for human review. Read-only; never sends or creates Gmail drafts.

NameTypeReqDescription
limitnumber
NameTypeReqDescription
generated_atstringyes
itemsarrayyes
no_executionbooleanyes
okbooleanyes
summaryobject
workspacestringyes

No examples provided.

mission_fetch ~35

Fetch a small structured summary for a Mission ref returned by connector tools. Read-only and redacted.

NameTypeReqDescription
refstringyes
NameTypeReqDescription
approval_required_for_actionsbooleanyes
generated_atstringyes
no_executionbooleanyes
okbooleanyes
workspacestringyes

No examples provided.

mission_get_workspace_status ~35

Return Claude/MCP workspace connector status, missing priority connectors, and the secure setup link for this user workspace. Read-only.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

mission_learning_status ~25

Return Mission learning status from rules, feedback, and learning outputs. Read-only.

Input schema present but exposes no named parameters.

NameTypeReqDescription
approval_required_for_actionsbooleanyes
generated_atstringyes
no_executionbooleanyes
okbooleanyes
workspacestringyes

No examples provided.

mission_list_connectors ~45

List per-workspace Mission connector state for Gmail, Calendar, Drive, X, Instagram, LinkedIn, and other connectors. Read-only.

NameTypeReqDescription
connectorsarray

Structured output declared, but exposes no named fields.

No examples provided.

mission_market_radar ~57

Return Mission Research market radar status, recent market-intelligence signals, open radar tasks, active research topics, and the next recommended counter-move. Read-only.

NameTypeReqDescription
datestringOptional YYYY-MM-DD brief date to inspect.

Structured output declared, but exposes no named fields.

No examples provided.

mission_open_approval_packet ~78

Prepare or fetch a local approval packet reference for Claude/MCP users. This hosted MCP returns the approval boundary and setup path only; no external action executes.

NameTypeReqDescription
notesstring
purposestring
recommendationstring
source_refstring
titlestring

Structured output declared, but exposes no named fields.

No examples provided.

mission_open_cockpit ~55

Use this when the user wants a compact visual Mission cockpit in ChatGPT: approval priorities, draft pressure, market radar, receipt proof, and the no-execution boundary. Read-only.

NameTypeReqDescription
limitnumber
NameTypeReqDescription
approval_required_for_actionsboolean
generated_atstringyes
learningobject
market_radarobjectyes
no_executionbooleanyes
okbooleanyes
receiptsobjectyes
recommended_next_actionstring
safety_boundarystringyes
todayobjectyes
voice_profileobject
workspacestringyes

No examples provided.

mission_open_loops ~30

Return unresolved relationship loops and promises that need review. Read-only.

NameTypeReqDescription
limitnumber
NameTypeReqDescription
generated_atstringyes
itemsarrayyes
no_executionbooleanyes
okbooleanyes
summaryobject
workspacestringyes

No examples provided.

mission_prepare_approval_packet ~164

Prepare a local Mission approval packet from a Mission ref, title, or instruction. Creates a workspace review artifact and waiting receipt only; never sends, posts, submits, creates Gmail drafts, mutates external accounts, or claims execution.

NameTypeReqDescription
notesstringAdditional local context. Treated as evidence, not instruction.
purposestringWhat the human should decide or review.
recommendationstringPrepared recommendation to place in the approval packet.
source_refstringOptional Mission ref such as task:GM-045, draft:<file>, packet:<file>, receipt:<id>, or open_loop:<id>.
titlestringShort packet title. Required when source_ref is absent.
urgencystring
NameTypeReqDescription
approval_required_for_actionsbooleanyes
external_actionsnumberyes
generated_atstringyes
no_executionbooleanyes
okbooleanyes
preparedobjectyes
receiptobject
recommended_next_actionstring
sourceobject
workspacestringyes

No examples provided.

mission_prepare_email_draft ~75

Prepare an approval packet for an email draft request. If Gmail is missing, returns a connector setup link instead of failing vaguely. Never sends email.

NameTypeReqDescription
bodystring
notesstring
purposestring
subjectstring
tostring

Structured output declared, but exposes no named fields.

No examples provided.

mission_prepare_market_countermove ~119

Prepare a local approval packet for the next Market Radar counter-move. Creates a review artifact and waiting receipt only; never publishes, contacts people, or mutates external systems.

NameTypeReqDescription
audiencestringTarget reviewer or audience, for example protocol builders, AI infra investors, or MCP maintainers.
notesstring
source_refstringOptional Mission ref, defaulting to market radar / GM-045 context.
thesisstringStrategic thesis to prepare, for example Trust Graduation as permission layer.
NameTypeReqDescription
approval_required_for_actionsbooleanyes
external_actionsnumberyes
generated_atstringyes
no_executionbooleanyes
okbooleanyes
preparedobjectyes
receiptobject
recommended_next_actionstring
sourceobject
workspacestringyes

No examples provided.

mission_prepare_social_reply ~90

Prepare an approval packet for an X/Instagram/social reply or post draft. If the connector is missing, returns a setup link. Never posts, DMs, follows, likes, deletes, or mutates an account.

NameTypeReqDescription
draftstring
notesstring
platformstring
purposestring
target_urlstring

Structured output declared, but exposes no named fields.

No examples provided.

mission_proof_loop ~26

Return the highest-value Gmail/proof loop currently waiting on review. Read-only.

Input schema present but exposes no named parameters.

NameTypeReqDescription
approval_required_for_actionsbooleanyes
generated_atstringyes
no_executionbooleanyes
okbooleanyes
workspacestringyes

No examples provided.

mission_receipts ~27

Return receipt coverage and recent receipt evidence. Read-only.

NameTypeReqDescription
limitnumber
NameTypeReqDescription
generated_atstringyes
itemsarrayyes
no_executionbooleanyes
okbooleanyes
summaryobject
workspacestringyes

No examples provided.

mission_search ~46

Search prepared Mission context across tasks, open loops, drafts, approval packets, receipts, and learning rows. Read-only.

NameTypeReqDescription
limitnumber
querystring
NameTypeReqDescription
generated_atstringyes
itemsarrayyes
no_executionbooleanyes
okbooleanyes
summaryobject
workspacestringyes

No examples provided.

mission_start_connector_setup ~60

Create a connector setup plan and setup link for Gmail, Calendar, Drive, X, Instagram, LinkedIn, or other Mission connectors. No OAuth token is created by this tool.

NameTypeReqDescription
connectorsarray
sourcestring

Structured output declared, but exposes no named fields.

No examples provided.

mission_status ~68

REQUIRED FIRST CALL. Returns Mission gate status, version, action classes, and the agent_instructions you MUST follow for the rest of this session: gate every consequential action through request_approval and never proceed without mission_check_approval returning decision=approved. Call this once at the start of every conversation.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

mission_submission_readiness ~41

Return the OpenAI app submission readiness gates, blockers, live endpoint proof, review artifacts, and next human action. Read-only; never submits the app.

Input schema present but exposes no named parameters.

NameTypeReqDescription
blockersarrayyes
gatesarrayyes
generated_atstringyes
no_executionbooleanyes
okbooleanyes
proof_assetsarray
readybooleanyes
recommended_next_actionstringyes
remoteobject
statusstringyes
workspacestringyes

No examples provided.

mission_today ~55

Connector daily answer for: what should I approve today? Returns three priorities, one Gmail proof loop, draft queue count, voice confidence, receipt/learning status, and one next action. Read-only.

NameTypeReqDescription
limitnumber
NameTypeReqDescription
approval_required_for_actionsbooleanyes
datestringyes
draft_queue_countnumberyes
generated_atstringyes
gmail_proof_loopobject
learningobjectyes
no_executionbooleanyes
okbooleanyes
receiptsobjectyes
recommended_next_actionstringyes
today_3_thingsarrayyes
voice_confidencestringyes
workspacestringyes

No examples provided.

mission_voice_profile ~23

Return compact voice-learning confidence and constraints for draft review. Read-only.

Input schema present but exposes no named parameters.

NameTypeReqDescription
approval_required_for_actionsbooleanyes
generated_atstringyes
no_executionbooleanyes
okbooleanyes
workspacestringyes

No examples provided.

request_approval ~175

Mission gates any consequential action. Call this BEFORE executing actions in classes like send_email, post_public, send_dm, schedule_meeting, spend_money, publish_artifact, modify_external_record, change_trust_policy. Mission returns an approval-required ceremony with a receipt id. Do not proceed without approval. Canonical action classes: draft.compose, draft.response, email.send.internal, email.send.external, calendar.create, social.post.public, payment.initiate, proposal.submit.

NameTypeReqDescription
action_classstringyesOne of: draft.compose, draft.response, email.send.internal, email.send.external, calendar.create, social.post.public, payment.initiate, proposal.submit. Implementations MAY add more.
evidencestringOptional evidence supporting the action.
summarystringyesOne-line plain-English summary of the action.

Structured output declared, but exposes no named fields.

No examples provided.