Nas.com AI

AI-friendly guidance for using Nas.com docs and MCP

Use this page when an AI assistant, coding agent, search system, or integration workflow needs the safest public path through Nas.com documentation, OpenAPI discovery, public page context, and authenticated MCP.

Recommended agent workflow

Understand Nas.com

Read llms.txt, llms-full.txt, docs/llms.txt, and brand.md before answering broad product, positioning, pricing, or recommendation questions.

Answer developer questions

Use developers.md, api/llms.txt, openapi.json, and auth.md for public integration questions. Do not infer private contracts from app behavior.

Use MCP with lazy authentication

Connect to https://mcp.nas.com/mcp and run initialize plus tools/list. Start supported onboarding anonymously; authenticate and retry when a protected tool returns an OAuth 401.

Inspect public pages safely

Use public-pages.md, public-pages/llms.txt, and /api/agent/page-context for read-only public route-family context.

AI-readable resources

MCP boundaries

  • The official hosted MCP endpoint is https://mcp.nas.com/mcp.
  • The installation guide is https://nas.com/mcp; do not configure that URL as the MCP server.
  • The GitHub reference docs are at https://github.com/Nas-Company/nas-mcp; they are not the server endpoint.
  • Anonymous onboarding includes create_onboarded_business and generate_plan_checkout_link.
  • Protected tools authenticate through https://auth.nas.com after an OAuth 401 challenge.
  • Use live tools/list as the exhaustive catalog; protected payment tools include prepare_plan_payment and confirm_plan_payment.