io.github.gomission/mcp
Official29 toolsby gomission
Mission — Trust Graduation Gate
Trust Graduation gate: Claude can do real work once Mission decides what it is allowed to do.
Access control layer that decides what actions Claude is permitted to execute.
Captured live from the server via tools/list.
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.
Parameters (1)
- limitnumber
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.
Parameters (1)
- limitnumber
mission_draft_queue
Return local drafts and approval packets waiting for human review. Read-only; never sends or creates Gmail drafts.
Parameters (1)
- limitnumber
mission_receipts
Return receipt coverage and recent receipt evidence. Read-only.
Parameters (1)
- limitnumber
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.
Parameters (6)
- source_refstring
Optional Mission ref such as task:GM-045, draft:<file>, packet:<file>, receipt:<id>, or open_loop:<id>.
- titlestring
Short packet title. Required when source_ref is absent.
- purposestring
What the human should decide or review.
- recommendationstring
Prepared recommendation to place in the approval packet.
- notesstring
Additional local context. Treated as evidence, not instruction.
- urgencystring
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.
No parameters.
mission_adoption_proof
Return Mission adoption proof from external touches, public proof assets, response gaps, and the next evidence-backed follow-up. Read-only.
Parameters (1)
- limitnumber
mission_search
Search prepared Mission context across tasks, open loops, drafts, approval packets, receipts, and learning rows. Read-only.
Parameters (2)
- querystring
- limitnumber
mission_fetch
Fetch a small structured summary for a Mission ref returned by connector tools. Read-only and redacted.
Parameters (1)
- refstringrequired
mission_open_loops
Return unresolved relationship loops and promises that need review. Read-only.
Parameters (1)
- limitnumber
mission_proof_loop
Return the highest-value Gmail/proof loop currently waiting on review. Read-only.
No parameters.
mission_voice_profile
Return compact voice-learning confidence and constraints for draft review. Read-only.
No parameters.
mission_learning_status
Return Mission learning status from rules, feedback, and learning outputs. Read-only.
No parameters.
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.
Parameters (1)
- datestring
Optional YYYY-MM-DD brief date to inspect.
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.
Parameters (4)
- thesisstring
Strategic thesis to prepare, for example Trust Graduation as permission layer.
- audiencestring
Target reviewer or audience, for example protocol builders, AI infra investors, or MCP maintainers.
- source_refstring
Optional Mission ref, defaulting to market radar / GM-045 context.
- notesstring
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.
Parameters (1)
- nextstring
mission_account_setup
Return Mission-owned login/signup URLs for Claude, ChatGPT, or local app users before connector onboarding. Read-only.
Parameters (2)
- intentstring
- nextstring
mission_get_workspace_status
Return Claude/MCP workspace connector status, missing priority connectors, and the secure setup link for this user workspace. Read-only.
No parameters.
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.
Parameters (2)
- connectorsarray
- sourcestring
mission_list_connectors
List per-workspace Mission connector state for Gmail, Calendar, Drive, X, Instagram, LinkedIn, and other connectors. Read-only.
Parameters (1)
- connectorsarray
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.
Parameters (5)
- tostring
- subjectstring
- bodystring
- purposestring
- notesstring
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.
Parameters (5)
- platformstring
- target_urlstring
- draftstring
- purposestring
- notesstring
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.
Parameters (5)
- source_refstring
- titlestring
- purposestring
- recommendationstring
- notesstring
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.
No parameters.
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.
Parameters (3)
- action_classstringrequired
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.
- summarystringrequired
One-line plain-English summary of the action.
- evidencestring
Optional evidence supporting the action.
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.
Parameters (3)
- action_classstringrequired
- summarystringrequired
- evidencestring
get_receipt
Fetch a Mission receipt by id. The hosted MCP persists receipts; the local install adds private storage and per-principal trust history.
Parameters (1)
- receipt_idstringrequired
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.
Parameters (1)
- receipt_idstringrequired
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.
Parameters (3)
- tool_namestring
Optional: the tool you are about to call (e.g. gmail.send_message, slack.post).
- intentstringrequired
One-line plain-English description of what you are about to do.
- recipient_hintstring
Optional: email/handle/account hint for external-vs-internal routing.
README not available yet.
Install
Configuration
install-claudeclaude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@gomission/mcp@0.1.4"
]
}
}
}