Nexian MCP Hub
Provides integration with HubSpot as a CRM, allowing AI-safe tool interactions for managing customer relationships with a focus on read-heavy operations and low-risk writes such as internal notes and ticket drafts.
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., "@Nexian MCP HubSearch for recent HaloPSA tickets from Acme Corp"
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.
Nexian MCP Hub
Nexian MCP Hub is a multi-tenant MSP integration platform that lets each tenant connect third-party systems and expose normalized, AI-safe tools through a single remote MCP server.
Monorepo layout
apps/web: Next.js admin and end-user appapps/api: backend API for auth, tenant management, connectors, OAuth callbacks, and audit APIsapps/mcp: remote MCP server with bearer-token protected HTTP endpointspackages/core: shared domain types, security primitives, MCP models, validation helperspackages/connectors: provider adapters and normalized tool implementationsprisma: Postgres schema and seed-ready modelsdocker: local container assetsdocs: architecture, deployment, and security notes
Related MCP server: cipp-mcp
Local setup
Install Node.js 22+ and
pnpm.Copy
.env.exampleto.envand fill in provider credentials.Start infrastructure:
docker compose up -dInstall dependencies:
pnpm installGenerate Prisma client and run migrations:
pnpm db:generate
pnpm db:migrateStart the stack:
pnpm devVercel deployment
Deploy the apps/web Next.js app as the Vercel project.
Recommended Vercel settings:
Root Directory:
apps/webInstall Command:
pnpm installBuild Command:
pnpm buildOutput Directory: leave empty for Next.js auto-detection
Environment variables to set in Vercel:
NEXT_PUBLIC_API_URLNEXT_PUBLIC_MCP_URLAPI_URLAPP_URL
This repo keeps apps/api and apps/mcp as separate Node services. For production, deploy those on a container host and point the Vercel frontend to them via environment variables.
Railway deployment
Use Railway for the backend split:
apps/apion Railwayapps/mcpon Railwayapps/webon Vercel
The practical setup guide is in:
docs/railway-vercel-deploy.md
Important production env relationships:
APP_URLshould be your Vercel web URLAPI_URLshould be your Railway API URLMCP_URLshould be your Railway MCP URLHALOPSA_REDIRECT_URIshould point to the Railway API callback URLNEXT_PUBLIC_API_URLin Vercel should point to the Railway API URLNEXT_PUBLIC_MCP_URLin Vercel should point to the Railway MCP endpoint URLSESSION_SECRETmust match between the API and MCP services
Product architecture
Web users authenticate with the platform and act within a tenant workspace.
Connected accounts are stored per tenant and user, with access and refresh tokens encrypted at rest.
The API owns OAuth callback handling, token refresh, policy checks, audit logging, and connector lifecycle.
The MCP server validates
Authorization: Bearer <token>on every HTTP request and routes each tool call through tenant-aware policies.Provider-specific logic stays inside adapters; only normalized tools are exposed externally.
Version 1 connector scope
HaloPSA
Microsoft 365 / SharePoint
HubSpot as CRM
IT Glue as documentation / KB
Guardrails
Read-heavy tools first
Safe writes only for low-risk workflows such as draft ticket creation and internal notes
No destructive writes in v1
All tool invocations generate audit events
Next implementation milestones
Wire real auth and persistence into the API module skeletons.
Add Prisma migrations and database client bootstrapping.
Replace connector placeholders with live provider SDK or REST integrations.
Add integration tests for OAuth, token refresh, and MCP tool execution.
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
- Alicense-qualityDmaintenanceMCPX is a remote-first MCP aggregator that enables zero-code integration, unified access, and dynamic routing across multiple MCP servers. It offers tool-level access controls, usage visibility, and customization to streamline and secure agentic workflows.Last updated477MIT
- FlicenseBqualityAmaintenanceAn MCP server for CIPP (Community IT Professionals Platform), enabling MSPs to manage Microsoft 365 tenants, users, policies, and security settings through CIPP's API.Last updated438
- Alicense-qualityCmaintenanceMCP Hub is a self-hosted AI operations platform that provides a unified MCP gateway with semantic tool routing, persistent vector memory, automation, and multi-agent flows. It enables connecting any MCP client to 130+ tools across 12 integrations through just 3 hub endpoints.Last updated3MIT
- Alicense-qualityFmaintenanceA scalable multi-tenant platform for hosting MCP servers with built-in OAuth/API key authentication and 23+ native connector plugins (e.g., GitHub, Jira, Slack), enabling isolation and integration with external services.Last updated44MIT
Related MCP Connectors
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
One PAT, any MCP agent: Vercel, GitHub, Cloudflare, Supabase, GCP — unified dev infra gateway.
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
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/nexiantechnology697531971/mcphub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server