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.
Nas.com MCP
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.
Choose a Streamable HTTP or hosted remote MCP server connection.
Do not use https://nas.com/mcp as the MCP server URL. This page is the installation guide.
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.
Supported scopes are nas.communities.read, nas.members.read, nas.products.read, and nas.orders.read.
Call initialize, tools/list, resources/list, and resources/templates/list before using tools.
Add a remote MCP connector with the URL https://mcp.nas.com/mcp, complete OAuth, then inspect tools/list before invoking any tool.
Configure a Streamable HTTP MCP server named nas-com with URL https://mcp.nas.com/mcp. Do not point local configs at https://nas.com/mcp.
Use https://github.com/Nas-Company/nas-mcp as the public GitHub reference for Nas.com MCP implementation details and examples.
Use POST and OPTIONS over Streamable HTTP, send bearer tokens in the Authorization header, and follow JSON-RPC 2.0 MCP requests.
Store tokens only in the platform secret manager, request read scopes only, and refresh discovery when tool availability changes.
List members for a community managed by the authenticated NAS user.
List orders for a physical product in a community managed by the authenticated NAS user.
Get a single physical product order in a community managed by the authenticated NAS user.