Contents
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
https://napt.networkgig.in/api/mcp/v1
Authentication
Authorization: Bearer napt_mcp_your_key
Quick reference
| Method | Endpoint | Description |
|---|---|---|
| GET | /tools/list | List all available tools |
| POST | /tools/call | Call a tool |
| GET | /scripts | List scripts catalog |
| GET | /scripts/{slug} | Get script content |
| POST | /generate | Generate a script |
| GET | /findings | Query findings |
| GET | /compliance | Get compliance scores |
| POST | /pipelines/{id}/runs | Trigger pipeline |
| GET | /pipelines/runs/{id} | Get run status |
Rate limits
Each response includes an X-RateLimit-Remaining header.
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.