shortcut.com
Shortcut is a project management and issue tracking platform for software teams, with features for stories, epics, iterations, docs, roadmaps, and objectives. It lets teams organize and automate development work across a shared workspace.
Shortcut exposes a REST API (v3 docs with machine-readable Swagger/OpenAPI links advertised but not directly resolved here) and a hosted MCP server; both require authentication, using either a workspace API token for REST or Shortcut account OAuth for MCP.
- Shortcut MCP Serverdiscovered
- Shortcut REST API v3discovered
In Shortcut, go to Shortcut API Tokens or navigate to Settings → Your Account → API Tokens. Enter a name and click Generate Token. Tokens are user- and workspace-specific and grant complete access to the workspace, so store them in an environment variable rather than source code.
Use an MCP client that supports remote MCP OAuth, then add the hosted Shortcut MCP server URL https://mcp.shortcut.com/mcp as described in the MCP Server help article. On first use, the client prompts you to authorize with your Shortcut account; no API token or local setup is required for the hosted server.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://shortcut.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing