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.

Get started with GraphQL

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.

Get started with N-able MCP

Which one should I use?

GraphQL APIN-able MCP
How you workWrite GraphQL queriesUse natural language through an AI tool
Best suited forAutomations, integrations, applications, and scriptsExploration, AI-assisted tasks, and natural language interactions
Coding knowledgeRequiredNot required
Typical outputStructured JSON dataHuman-readable responses
Common toolsApollo Explorer, Postman, scripts, applicationsClaude, 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:

Next steps