Contents
Model Context Protocol

NAPT MCP Documentation

Connect Claude, Cursor, and any MCP-compatible client to NAPT. Generate scripts, run dry-runs, trigger pipelines, and triage findings — all from a natural-language conversation.

MCP Landing

Overview of NAPT's Model Context Protocol integration. Learn what tools are available, how to configure your MCP client, and get started in minutes.

MCP Keys

Create, reveal, and rotate API keys for your MCP client. Scope permissions to generate, execute, read, and pipelines, and set expiry dates.

NAPT MCP Best Practices

Prompt patterns that work, recommended tool combinations, security guidance, limitations, and real example conversations with your AI assistant.

NAPT CLI (coming soon)

Call NAPT from any terminal or CI/CD pipeline without the full MCP setup. Preview the planned commands and register interest for the launch.

Direct API access

For teams building custom integrations — not via MCP or the CLI — NAPT exposes a REST API.

Base URL

text
https://napt.networkgig.in/api/mcp/v1

Authentication

http
Authorization: Bearer napt_mcp_your_key

Quick reference

MethodEndpointDescription
GET/tools/listList all available tools
POST/tools/callCall a tool
GET/scriptsList scripts catalog
GET/scripts/{slug}Get script content
POST/generateGenerate a script
GET/findingsQuery findings
GET/complianceGet compliance scores
POST/pipelines/{id}/runsTrigger pipeline
GET/pipelines/runs/{id}Get run status

Rate limits

Each response includes an X-RateLimit-Remaining header.

Free
100 calls/day
Pro
1,000 calls/day
Enterprise
Unlimited

Full OpenAPI spec: napt.networkgig.in/api/mcp/v1/openapi.json

New to NAPT MCP? Start with the MCP Landing for a quick overview, then create your first key on the MCP Keys page.