Nas.com MCP

MCP installation guide for Nas.com agents

Connect agents to the official hosted Nas.com MCP endpoint for authenticated business, member, product, and order context.

This Nas.com MCP server documentation is for the Nas.com AI-first business platform, not network-attached storage or rapper-related search results.

Quick facts

Install guide
https://nas.com/mcp
AI-readable Markdown
https://nas.com/mcp.md
Authorization server
https://auth.nas.io

Install in an MCP client

  1. Open the MCP client or agent connector settings.

    Choose a Streamable HTTP or hosted remote MCP server connection.

  2. Use the server URL https://mcp.nas.com/mcp.

    Do not use https://nas.com/mcp as the MCP server URL. This page is the installation guide.

  3. Authenticate through the client OAuth flow.

    Use the protected-resource metadata at https://mcp.nas.com/.well-known/oauth-protected-resource, then follow authorization-server metadata at https://auth.nas.io/.well-known/oauth-authorization-server.

  4. Grant only the scopes needed for the task.

    Supported scopes are nas.communities.read, nas.members.read, nas.products.read, and nas.orders.read.

  5. Run authenticated MCP discovery after connecting.

    Call initialize, tools/list, resources/list, and resources/templates/list before using tools.

Agent-specific instructions

ChatGPT and OpenAI agents

Add a remote MCP connector with the URL https://mcp.nas.com/mcp, complete OAuth, then inspect tools/list before invoking any tool.

Custom MCP clients

Use POST and OPTIONS over Streamable HTTP, send bearer tokens in the Authorization header, and follow JSON-RPC 2.0 MCP requests.

Automation platforms

Store tokens only in the platform secret manager, request read scopes only, and refresh discovery when tool availability changes.

Verified hosted MCP tools

list_members

nas.members.read

List members for a community managed by the authenticated NAS user.

list_physical_product_orders

nas.orders.read

List orders for a physical product in a community managed by the authenticated NAS user.

get_physical_product_order

nas.orders.read

Get a single physical product order in a community managed by the authenticated NAS user.

Guardrails for AI agents

  • The official hosted MCP requires an authenticated bearer token.
  • https://nas.com/mcp is an installation guide, not the MCP JSON-RPC endpoint.
  • No unauthenticated MCP access is available.
  • Do not infer seller/admin, checkout/payment, webhook, API key, OAuth, or write tools that are not returned by authenticated MCP discovery.
  • Dynamic registration is not publicly documented; use the published OAuth metadata chain and do not invent a registration endpoint.
  • Use public page discovery resources only for read-only public page route-family context.

Discovery documents