Productivity
gomission.io
Provides a compact visual cockpit for managing approvals, drafts, receipts, and task priorities in ChatGPT.
ENDPOINT 1
https://claude.gomission.io/mcp
MCP server metadata
- Name
- mission
- Version
- 0.1.0-demo
Known tools 29
mission_open_cockpitUse 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.
Inferred read-onlymission_draft_queueReturn local drafts and approval packets waiting for human review.
Inferred read-onlymission_prepare_approval_packetPrepare a local Mission approval packet from a Mission ref, title, or instruction.
Inferred read-onlymission_submission_readinessReturn the OpenAI app submission readiness gates, blockers, live endpoint proof, review artifacts, and next human action.
Inferred read-onlymission_adoption_proofReturn Mission adoption proof from external touches, public proof assets, response gaps, and the next evidence-backed follow-up.
Inferred read-onlymission_searchSearch prepared Mission context across tasks, open loops, drafts, approval packets, receipts, and learning rows.
Inferred read-onlymission_fetchFetch a small structured summary for a Mission ref returned by connector tools.
Inferred read-onlymission_open_loopsReturn unresolved relationship loops and promises that need review.
Inferred read-onlymission_proof_loopReturn the highest-value Gmail/proof loop currently waiting on review.
Inferred read-onlymission_voice_profileReturn compact voice-learning confidence and constraints for draft review.
Inferred read-onlymission_learning_statusReturn Mission learning status from rules, feedback, and learning outputs.
Inferred read-onlymission_market_radarReturn Mission Research market radar status, recent market-intelligence signals, open radar tasks, active research topics, and the next recommended counter-move.
Inferred read-onlymission_prepare_market_countermovePrepare a local approval packet for the next Market Radar counter-move.
Inferred read-onlymission_account_statusReturn the hosted Mission account sign-in boundary plus safe public login/signup links.
Inferred read-onlymission_account_setupReturn Mission-owned login/signup URLs for Claude, ChatGPT, or local app users before connector onboarding.
Inferred read-onlymission_get_workspace_statusReturn Claude/MCP workspace connector status, missing priority connectors, and the secure setup link for this user workspace.
Inferred read-onlymission_start_connector_setupCreate a connector setup plan and setup link for Gmail, Calendar, Drive, X, Instagram, LinkedIn, or other Mission connectors.
Potential side effectsmission_list_connectorsList per-workspace Mission connector state for Gmail, Calendar, Drive, X, Instagram, LinkedIn, and other connectors.
Inferred read-onlymission_prepare_email_draftPrepare an approval packet for an email draft request.
Potential side effectsmission_prepare_social_replyPrepare an approval packet for an X/Instagram/social reply or post draft.
Potential side effectsmission_open_approval_packetPrepare or fetch a local approval packet reference for Claude/MCP users.
Inferred read-onlymission_check_approvalPoll Mission for the current status of a previously requested approval.
Inferred read-onlymission_classifyMap a planned tool call to the canonical Trust Graduation action_class.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mission]
url = "https://claude.gomission.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mission": {
"type": "http",
"url": "https://claude.gomission.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mission
Remote MCP URL: https://claude.gomission.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mission": {
"url": "https://claude.gomission.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mission": {
"type": "http",
"url": "https://claude.gomission.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mission",
"transport": "streamable-http",
"url": "https://claude.gomission.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for gomission.io was fetched 2026-08-21T21:37:12.731Z.
gomission.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.