Introduction
Choose the best way to access N-able data and capabilities.
N-able provides two methods to access your data, directly through GraphQL queries or by using AI assistant tools with N-able MCP (Model Context Protocol). These methods are not mutually exclusive. Teams often use N-able MCP to explore available data and prototype queries, then switch to direct GraphQL calls when they are ready to automate. This page explains the differences and helps you choose the right approach.
GraphQL API
GraphQL lets you query your data in a single request, returning exactly what you need for your scripts, tools, and dashboards.
Choose GraphQL if you:
-
Are building scripts or automations that run on a schedule.
-
Want to integrate N-able data into an external system or dashboard.
-
Need precise control over what data is returned and in what shape.
-
Are a developer comfortable writing queries and handling API responses.
N-able MCP
N-able MCP exposes N-able data and capabilities to AI assistant tools through a standardized interface. Instead of writing GraphQL queries yourself, you describe what you need in natural language and the AI tool uses N-able MCP to retrieve information or perform supported tasks on your behalf. MCP-compatible clients include Claude, GitHub Copilot, Gemini, and other AI tools.
Choose N-able MCP if you:
-
Want to query your platform data using natural language.
-
Use AI tools or integrate N-able data with MCP-compatible applications.
-
Are already using an AI tool with MCP support.
-
Want to explore the API without learning GraphQL syntax first.
-
Need quick answers, investigations, or ad-hoc reporting.
Which one should I use?
| GraphQL API | N-able MCP | |
|---|---|---|
| How you work | Write GraphQL queries | Use natural language through an AI tool |
| Best suited for | Automations, integrations, applications, and scripts | Exploration, AI-assisted tasks, and natural language interactions |
| Coding knowledge | Required | Not required |
| Typical output | Structured JSON data | Human-readable responses |
| Common tools | Apollo Explorer, Postman, scripts, applications | Claude, GitHub Copilot, Gemini, and other MCP clients |
From APIs to Autonomous Operations whitepaper
See how GraphQL and N-able MCP support AI-assisted operations across N-central and N-sight.
Download the whitepaper from the N-able resource page.
Common features
Both the GraphQL API and N-able MCP:
-
Use the same API token for authentication.
-
Access the same N-able data.
-
Respect the same user permissions. Both methods only return data you have permission to access.
-
Connect to N-able products through a single endpoint.