Nexoraa MCP Server
Click on "Deploy 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: SBCF 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 deployed
Maintenance
Related MCP Connectors
Governed AI agent skills — one library, distributed to devs and exposed to remote agents over MCP.
Search & install 6,500+ AI agent skills from skills-hub.ai inside any MCP tool.
A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.
Discover and call 10,000+ production APIs from one MCP server. Pay-per-call billing for AI agents.
Related MCP Servers
- 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.65 npm1MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI clients to discover and invoke Salesforce business capabilities (e.g., customer lookup, account creation) through MCP tools, keeping business logic in Apex while exposing it via REST, Agentforce, and OpenAPI.MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to recommend jobs, parse candidate profiles, compute semantic skill match scores, and filter opportunities by location through standardized MCP tools.-
- AlicenseNot gradedqualityAmaintenanceEnables Kubernetes-native management of agent/model workloads via MCP tools, including fleet status, workload lifecycle, and boot orchestration for AI workflows.MIT