ChatGPT and OpenAI agents
Add a remote MCP connector at Nas.com MCP endpoint. Start with tools/list; complete OAuth only when a protected tool returns the challenge.
Nas.com MCP
Start business onboarding without authentication, then use OAuth for protected business and payment tools.
This guide 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 Nas.com MCP installation guide as the MCP server URL. This page is the installation guide.
Call initialize, ping, and tools/list without credentials. Inspect live tool descriptions, schemas, annotations, and availability.
If a protected call returns the OAuth 401 challenge, use OAuth protected-resource metadata, authenticate through Nas.com authorization server, and retry the original call.
Supported scopes are nas.communities.read, nas.communities.write, nas.members.read, nas.products.read, nas.products.write, and nas.orders.read.
Add a remote MCP connector at Nas.com MCP endpoint. Start with tools/list; complete OAuth only when a protected tool returns the challenge.
Configure a Streamable HTTP server named nas-com at Nas.com MCP endpoint. Do not point local configuration at Nas.com MCP installation guide.
Use Nas.com MCP GitHub repository for client-specific setup examples. It is documentation, not the MCP endpoint.
Use GET, POST, and OPTIONS as supported by Streamable HTTP. Send bearer tokens and optional refresh tokens only in their documented headers.
Store tokens only in the platform secret manager. Refresh tools/list when catalog, permissions, or plan eligibility may have changed.
Create a presigned onboarding image upload.
Create onboarding identity and branding; authenticated callers also create the draft business.
Return complete live Pro and Platinum monthly or yearly plan options.
Validate the selected plan and return a checkout URL with a complete payment summary.
Prepare a masked saved-card quote for an authenticated existing business. This tool never charges.
Charge only after the complete summary is displayed and the user explicitly confirms with the live confirmation contract.
Run tools/list for the exhaustive current catalog. Inspect every live tool description, input schema, annotation, and availability before invocation.