NAS MCP n8n Bridge
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NAS MCP n8n Bridgelist tools in the Courses scope"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NAS MCP n8n Bridge
Credential-free n8n workflow templates that expose the complete public Nas.com MCP catalog through smaller, product-scoped servers backed by the official Nas.com MCP endpoint.
Instead of giving one agent the entire Nas.com tool catalog, this project splits the live actions across focused endpoints for:
Core business operations
Physical products
Courses
Events
Lead forms
Zero Link
Sessions
Challenges
Operations and business administration
Members
Magic Reach
Custom domains
Magic Audience
Facebook tracking
Referrals
Commerce analytics
Discounts and upsells
Chat and mail
Payouts
Creative assets
Magic Content
AI Cofounder
Plans and billing
This is an unofficial community project. It is not affiliated with or endorsed by Nas Company.
Why this exists
Large tool catalogs make agent behavior harder to reason about. These templates use n8n as a thin MCP-to-MCP bridge so each client only receives the product actions it needs while the repository as a whole covers the complete live catalog.
The optional orchestrator provides one MCP endpoint in front of all 24 scoped servers. It does not use another LLM or a generic dispatcher. Each of the 422 unique tool names is deterministically connected to exactly one downstream workflow, so n8n forwards the call to the correct product scope.
Your MCP client
|
| Bearer token
v
n8n scoped MCP workflow
|
| Nas.com OAuth
v
https://mcp.nas.com/mcpRelated MCP server: n8n-MCP
Quick start
Use a current n8n version with the MCP Server Trigger and MCP Client Tool nodes.
Import one or more files from
workflows/.Open the MCP Server Trigger and create your own inbound bearer credential.
Open the NAS Actions node and create your own Nas.com MCP OAuth2 credential.
Complete the Nas.com OAuth connection.
Activate the workflow.
Copy the production MCP URL from the trigger into your MCP client and use your own bearer token.
Run
tools/listfrom the client and confirm that only the expected scoped tools are visible.
Detailed instructions are in docs/setup.md.
Included templates
Every generated JSON file in workflows/ is an independent
importable MCP server. Import only the product scopes you need.
workflows/orchestrator.json is optional. Import
it after the 24 scoped servers when you want one client-facing MCP URL. Replace
the https://your-n8n.example placeholder in its MCP Client Tool nodes with
your own n8n base URL, then attach the same bearer credential used by the
downstream scoped servers.
The committed workflows contain no credentials, credential IDs, account IDs, workflow IDs, webhook IDs, access tokens, refresh tokens, personal server URLs, email addresses, or user-specific community data. After import, n8n will ask you to attach your own credentials.
Development
Requires Node.js 20 or newer. There are no runtime dependencies.
npm run build
npm test
npm run audit:livenpm run build regenerates the importable workflow files from
src/workflow-specs.mjs. npm test verifies that the
generated files are current, credential-free, structurally valid, and clean of
common secret patterns. npm run audit:live compares every published allowlist
with Nas.com's current anonymous tools/list response and fails if a live action
is missing or a configured action has disappeared.
When Nas.com changes its public catalog:
npm run sync:catalog
npm run build
npm run audit:liveSecurity model
Inbound access is protected by a bearer credential you create in n8n.
Outbound protected Nas.com calls use OAuth through the MCP Client Tool.
Credentials stay in n8n's credential store, not inside exported workflow JSON.
Each workflow uses an explicit allowlist of Nas.com tools.
The orchestrator removes duplicated shared actions before aggregation, so every public tool name has one deterministic downstream route.
Publishing, deletion, and other consequential actions are still available in relevant scopes. Your MCP client should require confirmation for those calls.
See SECURITY.md before deploying.
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn AI-powered workflow automation platform that builds and executes n8n workflows based on natural language descriptions. It integrates a NestJS-based MCP server to facilitate seamless task automation and management.Last updated
- Alicense-qualityDmaintenanceAn MCP server that empowers AI assistants to build, validate, and manage n8n workflows by providing structured access to documentation for over 1,200 nodes and thousands of templates. It enables deep integration with n8n instances for automated workflow orchestration and management through natural language.Last updated194,0061MIT
- AlicenseBqualityDmaintenanceA comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and double-validated workflow creation.Last updated431MIT
- AlicenseBqualityCmaintenanceAutonomous AI agent for n8n workflow automation with credential factories, execution helpers, and 4343+ workflow templates. Provides 38 MCP tools for full n8n API coverage.Last updated46MIT
Related MCP Connectors
Agent-native product catalog for AI shopping agents. 296M+ products, 28 countries.
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
65+ AI tools as MCP: research, write, code, scrape, translate, RAG, agent memory, workflows
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/primo737/nas-mcp-n8n-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server