← gomission.io
INDIVIDUAL MCP TOOL
mission_fetch
Fetch a small structured summary for a Mission ref returned by connector tools.
LIVE ENDPOINT
https://claude.gomission.io/mcp
Connect to this endpoint to inspect the live schema for mission_fetch and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT 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.
Related tools
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.mission_today— Connector daily answer for: what should I approve today?mission_draft_queue— Return local drafts and approval packets waiting for human review.mission_receipts— Return receipt coverage and recent receipt evidence.mission_prepare_approval_packet— Prepare a local Mission approval packet from a Mission ref, title, or instruction.mission_submission_readiness— Return the OpenAI app submission readiness gates, blockers, live endpoint proof, review artifacts, and next human action.mission_adoption_proof— Return Mission adoption proof from external touches, public proof assets, response gaps, and the next evidence-backed follow-up.mission_search— Search prepared Mission context across tasks, open loops, drafts, approval packets, receipts, and learning rows.