# Mission — Trust Graduation Gate (remote · claude.gomission.io)

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

- Trust score: 69/100 (medium)
- Change this week: +10
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `claude.gomission.io`: 69/100 (this document), [markdown](https://verifymcp.io/servers/gomission-mcp/claude.md), [page](https://verifymcp.io/servers/gomission-mcp/claude)
- npm · `@gomission/mcp`: 36/100, [markdown](https://verifymcp.io/servers/gomission-mcp/gomission-mcp.md), [page](https://verifymcp.io/servers/gomission-mcp/gomission-mcp)

## Channel facts

- Endpoint: `https://claude.gomission.io/mcp/`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.4`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 91/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 1801 tokens (~62/item across 29 items; 29 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 80/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 29% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http gomission-mcp https://claude.gomission.io/mcp/
```

### Codex

```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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add gomission-mcp --url https://claude.gomission.io/mcp/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  gomission-mcp:
    url: "https://claude.gomission.io/mcp/"
```

### Other

```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 recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 69, +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.

### 2026-07-31 (score 68, +7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 61, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 60, +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.

### 2026-07-27 (score 59, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 58)

First indexed and scored.

## MCP tools (29)

### `mission_open_cockpit` (~55 tokens)

Mission Open Cockpit

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.

Input parameters:

- `limit` (number)

Output parameters:

- `approval_required_for_actions` (boolean)
- `generated_at` (string)
- `learning` (object)
- `market_radar` (object)
- `no_execution` (boolean)
- `ok` (boolean)
- `receipts` (object)
- `recommended_next_action` (string)
- `safety_boundary` (string)
- `today` (object)
- `voice_profile` (object)
- `workspace` (string)

### `mission_today` (~55 tokens)

Mission Today

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.

Input parameters:

- `limit` (number)

Output parameters:

- `approval_required_for_actions` (boolean)
- `date` (string)
- `draft_queue_count` (number)
- `generated_at` (string)
- `gmail_proof_loop` (object)
- `learning` (object)
- `no_execution` (boolean)
- `ok` (boolean)
- `receipts` (object)
- `recommended_next_action` (string)
- `today_3_things` (array)
- `voice_confidence` (string)
- `workspace` (string)

### `mission_draft_queue` (~38 tokens)

Mission Draft Queue

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

Input parameters:

- `limit` (number)

Output parameters:

- `generated_at` (string)
- `items` (array)
- `no_execution` (boolean)
- `ok` (boolean)
- `summary` (object)
- `workspace` (string)

### `mission_receipts` (~27 tokens)

Mission Receipts

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

Input parameters:

- `limit` (number)

Output parameters:

- `generated_at` (string)
- `items` (array)
- `no_execution` (boolean)
- `ok` (boolean)
- `summary` (object)
- `workspace` (string)

### `mission_prepare_approval_packet` (~164 tokens)

Mission Prepare Approval Packet

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.

Input parameters:

- `notes` (string): Additional local context. Treated as evidence, not instruction.
- `purpose` (string): What the human should decide or review.
- `recommendation` (string): Prepared recommendation to place in the approval packet.
- `source_ref` (string): Optional Mission ref such as task:GM-045, draft:<file>, packet:<file>, receipt:<id>, or open_loop:<id>.
- `title` (string): Short packet title. Required when source_ref is absent.
- `urgency` (string)

Output parameters:

- `approval_required_for_actions` (boolean)
- `external_actions` (number)
- `generated_at` (string)
- `no_execution` (boolean)
- `ok` (boolean)
- `prepared` (object)
- `receipt` (object)
- `recommended_next_action` (string)
- `source` (object)
- `workspace` (string)

### `mission_submission_readiness` (~41 tokens)

Mission Submission Readiness

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

Output parameters:

- `blockers` (array)
- `gates` (array)
- `generated_at` (string)
- `no_execution` (boolean)
- `ok` (boolean)
- `proof_assets` (array)
- `ready` (boolean)
- `recommended_next_action` (string)
- `remote` (object)
- `status` (string)
- `workspace` (string)

### `mission_adoption_proof` (~44 tokens)

Mission Adoption Proof

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

Input parameters:

- `limit` (number)

Output parameters:

- `gaps` (array)
- `generated_at` (string)
- `live_urls` (array)
- `no_execution` (boolean)
- `ok` (boolean)
- `proof_assets` (array)
- `recommended_next_action` (string)
- `scoreboard` (object)
- `touches` (array)
- `workspace` (string)

### `mission_search` (~46 tokens)

Mission Search

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

Input parameters:

- `limit` (number)
- `query` (string)

Output parameters:

- `generated_at` (string)
- `items` (array)
- `no_execution` (boolean)
- `ok` (boolean)
- `summary` (object)
- `workspace` (string)

### `mission_fetch` (~35 tokens)

Mission Fetch

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

Input parameters:

- `ref` (string, required)

Output parameters:

- `approval_required_for_actions` (boolean)
- `generated_at` (string)
- `no_execution` (boolean)
- `ok` (boolean)
- `workspace` (string)

### `mission_open_loops` (~30 tokens)

Mission Open Loops

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

Input parameters:

- `limit` (number)

Output parameters:

- `generated_at` (string)
- `items` (array)
- `no_execution` (boolean)
- `ok` (boolean)
- `summary` (object)
- `workspace` (string)

### `mission_proof_loop` (~26 tokens)

Mission Proof Loop

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

Output parameters:

- `approval_required_for_actions` (boolean)
- `generated_at` (string)
- `no_execution` (boolean)
- `ok` (boolean)
- `workspace` (string)

### `mission_voice_profile` (~23 tokens)

Mission Voice Profile

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

Output parameters:

- `approval_required_for_actions` (boolean)
- `generated_at` (string)
- `no_execution` (boolean)
- `ok` (boolean)
- `workspace` (string)

### `mission_learning_status` (~25 tokens)

Mission Learning Status

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

Output parameters:

- `approval_required_for_actions` (boolean)
- `generated_at` (string)
- `no_execution` (boolean)
- `ok` (boolean)
- `workspace` (string)

### `mission_market_radar` (~57 tokens)

Mission Market Radar

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

Input parameters:

- `date` (string): Optional YYYY-MM-DD brief date to inspect.

### `mission_prepare_market_countermove` (~119 tokens)

Mission Prepare Market Countermove

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.

Input parameters:

- `audience` (string): Target reviewer or audience, for example protocol builders, AI infra investors, or MCP maintainers.
- `notes` (string)
- `source_ref` (string): Optional Mission ref, defaulting to market radar / GM-045 context.
- `thesis` (string): Strategic thesis to prepare, for example Trust Graduation as permission layer.

Output parameters:

- `approval_required_for_actions` (boolean)
- `external_actions` (number)
- `generated_at` (string)
- `no_execution` (boolean)
- `ok` (boolean)
- `prepared` (object)
- `receipt` (object)
- `recommended_next_action` (string)
- `source` (object)
- `workspace` (string)

### `mission_account_status` (~42 tokens)

Mission Account Status

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

Input parameters:

- `next` (string)

### `mission_account_setup` (~46 tokens)

Mission Account Setup

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

Input parameters:

- `intent` (string)
- `next` (string)

### `mission_get_workspace_status` (~35 tokens)

Mission Get Workspace Status

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

### `mission_start_connector_setup` (~60 tokens)

Mission Start Connector Setup

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.

Input parameters:

- `connectors` (array)
- `source` (string)

### `mission_list_connectors` (~45 tokens)

Mission List Connectors

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

Input parameters:

- `connectors` (array)

### `mission_prepare_email_draft` (~75 tokens)

Mission Prepare Email Draft

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.

Input parameters:

- `body` (string)
- `notes` (string)
- `purpose` (string)
- `subject` (string)
- `to` (string)

### `mission_prepare_social_reply` (~90 tokens)

Mission Prepare Social Reply

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.

Input parameters:

- `draft` (string)
- `notes` (string)
- `platform` (string)
- `purpose` (string)
- `target_url` (string)

### `mission_open_approval_packet` (~78 tokens)

Mission Open Approval Packet

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.

Input parameters:

- `notes` (string)
- `purpose` (string)
- `recommendation` (string)
- `source_ref` (string)
- `title` (string)

### `mission_status` (~68 tokens)

Mission Status

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.

### `request_approval` (~175 tokens)

Request Approval

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.

Input parameters:

- `action_class` (string, required): One of: draft.compose, draft.response, email.send.internal, email.send.external, calendar.create, social.post.public, payment.initiate, proposal.submit. Implementations MAY add more.
- `evidence` (string): Optional evidence supporting the action.
- `summary` (string, required): One-line plain-English summary of the action.

### `log_action` (~57 tokens)

Log Action

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

Input parameters:

- `action_class` (string, required)
- `evidence` (string)
- `summary` (string, required)

### `get_receipt` (~43 tokens)

Get Receipt

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

Input parameters:

- `receipt_id` (string, required)

### `mission_check_approval` (~61 tokens)

Mission Check Approval

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.

Input parameters:

- `receipt_id` (string, required)

### `mission_classify` (~141 tokens)

Mission Classify

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.

Input parameters:

- `intent` (string, required): One-line plain-English description of what you are about to do.
- `recipient_hint` (string): Optional: email/handle/account hint for external-vs-internal routing.
- `tool_name` (string): Optional: the tool you are about to call (e.g. gmail.send_message, slack.post).

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/gomission-mcp/claude#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 69
- 2026-08-01: 68
- 2026-07-31: 68
- 2026-07-30: 61
- 2026-07-29: 60
- 2026-07-28: 60
- 2026-07-27: 59
- 2026-07-26: 58

## Links

- Remote endpoint: https://claude.gomission.io/mcp/
- Repository: https://github.com/gomission/mcp
- Website: https://claude.gomission.io/
- Changelog RSS feed: https://verifymcp.io/servers/gomission-mcp/claude/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/gomission-mcp/claude/changelog.json
- HTML version of this page: https://verifymcp.io/servers/gomission-mcp/claude
