incident-management
Incident Management Skill
This skill allows you to create and list incidents using the Incident Management MCP server. It handles OAuth authentication if required.
Authentication
-
The skill attempts to connect to the Incident Management MCP server.
-
If the server requires OAuth, the skill will present an authentication URL to the user, following the process described in the mcp-server-oauth skill.
-
If the mcp-server-oauth skill is not available, the skill will attempt to handle the OAuth flow itself using the references for portable scripts allow you to implement MCP OAuth on any platform:
-
Clone/copy the scripts to your agent's execution environment
-
Run
discover-oauth.jswhen connecting to a new MCP server -
Run
build-auth-url.jsto generate the auth URL with PKCE -
Present the URL to your user and wait for callback
-
Run
exchange-token.jswith the authorization code -
Store and inject the token in subsequent MCP requests
This works with Claude Desktop, Cursor, custom agents, or any environment with Node.js 18+.
- After successful authentication (confirmed by the user), the skill stores the necessary credentials for future use.
More from contextware/skills
skill-authoring
Helps agents author cross-platform, portable skills following best practices
8connect-to-nango-mcp
Connect agents to external platforms (HubSpot, Salesforce, etc.) via Nango using header authentication.
5mcp-security-scanner
Scan for unprotected MCP servers using @contextware/mcp-scan package. Enables security auditing of local AI tools and network endpoints.
5hubspot-whoami-nango
Find out who you are in HubSpot using Nango.
4mcp-server-oauth
Handles OAuth authentication flows for protected MCP servers that require user authorization.
3hubspot-task-manager
>-
3