What is the NextKS MCP?
The NextKS MCP is a single MCP server endpoint that gives any MCP-compatible tool access to every MCP connector your organization has configured — plus the built-in Q&A knowledge base — without requiring you to set up each one individually. Instead of adding Jira, Notion, and your internal APIs as separate MCP servers in every tool you use, you configure the NextKS MCP once. All tools — including the built-in Q&A knowledge base and your external connectors — are discovered and called through three meta-tools.One connection
A single URL gives your AI agent access to all org-wide MCP connectors, personal connectors, and the built-in Q&A knowledge base.
On-demand discovery
All tools are loaded into context only when requested — keeping context lean regardless of how many services your organization has.
Authentication
The NextKS MCP supports two authentication methods: OAuth (recommended) and API key.- OAuth (Recommended)
- API Key
OAuth lets you authenticate with your existing Slack or Microsoft Teams identity. Your MCP client handles the OAuth handshake automatically — you just add the URL and sign in when prompted.
How it works
- You add the NextKS MCP URL to your tool (no API key needed)
- On first connection, your AI tool opens a browser window
- You sign in with your Slack or Teams account
- Authorization is granted automatically — you’re connected
If you’re already signed in to NextKS in your browser, the authorization step is instant — no login prompt is shown.
Installation
- Claude Desktop
- Claude Code
- Other MCP clients
Step 1 — Add NextKS MCP
- Open Claude Desktop and go to Settings → Connectors
- Scroll to the bottom and click Add custom connector
- Enter the URL:
https://app.nextks.com/api/mcp/gateway - Click Add
Step 2 — Authorize
The first time Claude connects to the NextKS MCP, it opens your browser to a NextKS authorization page:- Click Sign in with Slack or Sign in with Microsoft Teams
- Sign in with the same account you use for NextKS
- You are redirected back and Claude is authorized
Enabling per conversation
Once added, you can toggle the NextKS connector on or off for individual conversations:- Click the + button in the lower left of your chat
- Select Connectors
- Toggle NextKS on
Tools overview
When your tool connects to the NextKS MCP, it sees 3 meta-tools. All services — including the built-in Q&A knowledge base and your external connectors (Jira, Notion, etc.) — are discovered and called through these meta-tools:| Meta-tool | Purpose |
|---|---|
gateway_list_services | Discover available services and their tools |
gateway_tool_schema | Get the input schema for a specific tool |
gateway_tool_call | Execute a tool by its namespaced name |
The three meta-tools
gateway_list_services
Discover which services are connected and which tools each one provides. Call this first whenever the agent needs to know what tools are available. This lists both the built-in Q&A knowledge base and any external connectors your organization has configured.
nextks_qa) is always available. External services that are temporarily unreachable are listed separately with an [UNAVAILABLE] tag — they do not block the rest.
gateway_tool_schema
Get the input schema for a specific tool before calling it. Provide the namespaced tool name exactly as shown by gateway_list_services.
[REQUIRES APPROVAL] as a reminder to confirm with the user before proceeding.
gateway_tool_call
Execute a tool by its namespaced name with the arguments defined by its schema.
Typical interaction flow
A complete example showing how an AI agent discovers and uses tools from multiple services:gateway_list_services once to discover everything, then uses gateway_tool_schema and gateway_tool_call as needed.
Built-in Q&A tools
The Q&A knowledge base (nextks_qa) is a built-in service that is always available through the NextKS MCP. It does not appear as a connector in the dashboard — it is automatically included when the agent calls gateway_list_services.
The 14 Q&A tools cover the full ticket lifecycle: creating tickets, submitting and accepting answers, managing participants, searching the knowledge base, and more. For full documentation, see Q&A Tickets.