Nexoraa MCP Server
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., "@Nexoraa MCP Servermap the AI jobs in my business and suggest skills"
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.
Nexoraa
The open AI-workforce platform. Map the 137 AI jobs hiding in your business across 7 departments, deploy them as runnable skills in dependency order, and own everything.
A full, sellable SaaS — premium marketing site, an animated interactive Nexus map, a gated skill library (36 runnable skills covering all 137 jobs), pricing with Stripe checkout, auth, and a personal rollout dashboard — plus the open engine (skills + audit CLI + MCP server) it's built on.
Live surfaces: / landing · /explore interactive map · /skills + /skills/[...] gated
library · /pricing · /signin /signup · /dashboard.
Stack
Next.js 16 (App Router, RSC) · React 19 · TypeScript (strict)
Tailwind CSS v4 design tokens · Framer Motion (
motion) for all animationStripe subscriptions (key-gated) · jose JWT sessions · PBKDF2 password hashing
Content-driven: reads
content/skilltree.json(the taxonomy) andcontent/skills/*.md(the skill files) at request time. The open engine lives incontent/engine/.
Related MCP server: skills-mcp-server
Quick start
pnpm install
pnpm dev # http://localhost:3000 (Turbopack)
pnpm build && pnpm startConfiguration (all optional — the app runs open without any of these)
Env var | Enables |
| Live checkout on |
| Signing key for session JWTs (a dev default is used otherwise) |
Auth is demo-grade (file-backed user store at content/.users.json, git-ignored). Swap
src/lib/users.ts for a real database in production.
Architecture
src/app/ routes (landing, explore, skills, pricing, dashboard, auth, /api/*)
src/components/ map (Nexus + explore), marketing, skills, pricing, dashboard, auth, ui, site
src/lib/ data + skills loaders, session, entitlement, stripe, map model
content/
skilltree.json 7 departments · 34 functions · 137 jobs (tools + autonomy level)
skills/ 36 SKILL.md files (Foundation + 34 function skills), MIT
engine/ the Python engine: audit CLI, KB scaffolder, LLM runner, MCP serverGating
Free previews every skill (~40% of the file) and the whole map. Pro/Team unlock the full
skill files. Entitlement is a single source of truth in src/lib/entitlement.ts, driven by a
signed session cookie; Stripe checkout upgrades the plan on success.
The Nexus map
src/components/map/nexus.tsx — an animated radial SVG: a central Company Brain hub with the
7 departments orbiting; selecting a department fans its functions out with staggered,
spring-eased motion. Powers both the hero (auto-cycling) and /explore (interactive with a
live detail panel, search, deep-links, and autonomy legend).
The open engine (content/engine)
Same taxonomy, runnable from a terminal or any MCP client:
cd content # the engine package sits alongside skilltree.json + skills/
python3 -m engine stats # 137 jobs · 36 skills
python3 -m engine audit --out tree.json # inspect your stack; import into /dashboard
python3 -m engine mcp # stdio MCP server exposing all skillsLicense
MIT. Own everything you build.
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
- AlicenseNot gradedqualityDmaintenanceProvides comprehensive AI model metadata through MCP, enabling search and filtering of 100+ AI models by capabilities, pricing, context length, and provider specifications.MIT
- AlicenseNot gradedqualityDmaintenanceA high-performance MCP server that provides BM25-ranked search and structured access to over 1,300 AI skills, enabling context-efficient discovery and usage of AI capabilities while minimizing token consumption.20ISC
- AlicenseAqualityCmaintenanceMCP server exposing 40 best-practice product management skills plus workflows and lifecycle tools, instantly accessible to any AI via Model Context Protocol.196618Apache 2.0
- AlicenseAqualityDmaintenanceProvides 634+ curated production-ready AI skills for any MCP-compatible client, covering areas like security, frontend, backend, infrastructure, AI/ML, and architecture. Enables AI agents to access best practices, patterns, and solutions across multiple domains.681MIT
Related MCP Connectors
A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.
290+ quality-scored API capabilities for AI agents across 27 countries via MCP.
MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration
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/astatineRS/Nexoraa-tree'
If you have feedback or need assistance with the MCP directory API, please join our Discord server