Nue Admin
8 min
nue admin the nue admin server is the administrative arm of the nue mcp gateway where the other servers help your teams sell, price, and bill, this one looks after the platform those activities run on the system settings that govern how nue behaves, the movement of data into and out of the tenant, and the webhook endpoints that keep your surrounding systems informed of what has happened administrators have always been able to perform this work through the nue admin console what the nue admin server changes is who, or what, can carry it out an assistant connected to this server can be asked to capture the current configuration of a production tenant before a release, load a season's worth of catalog and pricing updates, report on whether last night's data import finished cleanly, or confirm that every webhook a downstream system depends on is still enabled each request is answered by the same platform apis the console uses, so the outcome is identical to doing the work by hand the natural audience is the team responsible for keeping nue healthy across environments configuration work tends to arrive in bursts — a sandbox refresh, a quarterly catalog load, an integration going live — and it tends to be repetitive, precise, and easy to get subtly wrong at two in the morning delegating the mechanical parts to an assistant, while keeping a person in the decision seat, is where this server earns its place before you begin the nue admin server is available but not connected by default an administrator enables it from the mcp servers list in your nue tenant before anyone can use it connection is made through the nue mcp gateway see connecting to nue mcp docid\ h6afi jeh6817ew0vd13w for the one click, per user sign in flow permissions follow the person or key that connected the tools here read and change tenant wide configuration, so grant access deliberately and to the smallest group that genuinely needs it because these operations affect the whole tenant rather than a single quote or invoice, we recommend rehearsing any unfamiliar sequence in a sandbox before running it against production what it covers the server is deliberately compact it exposes twenty one tools, arranged in three areas of responsibility system settings , data import and export , and webhook endpoints together they cover the administrative work that is most often repeated, most often scripted, and most often needed in a hurry tools appear through the gateway under the admin prefix, so they are easy to distinguish from the lifecycle, pricing, and billing tools your assistant may also have available system settings nue's behaviour is shaped by settings that sit at the tenant level, and those settings are grouped by the part of the platform they govern each group can be exported to a portable definition and imported back again, which is what makes it practical to promote a configuration from one environment to another, keep a record of how a tenant was configured on a given date, or restore a known good state after an experiment tool what it does exportsettings produces a complete export of the nue on salesforce system settings for the tenant use this to capture the current configuration before a change, or as the source when promoting settings to another environment importsettings applies a previously exported set of nue on salesforce system settings to the tenant, bringing an environment into line with a known configuration exporttenantordersettings produces an export of the order system settings, covering how orders are numbered, defaulted, and processed for the tenant importtenantordersettings applies an exported set of order system settings, which is the usual way to move order behaviour from a sandbox into production once it has been agreed exporttenantbillingsettings produces an export of the billing system settings that determine how billing runs behave across the tenant importtenantbillingsettings applies an exported set of billing system settings, so a billing configuration proven in one environment can be reproduced faithfully in another gettenantcreditsettings reports the tenant's credit settings, which govern how customer credit is handled this is a read only view, useful when confirming configuration without changing anything data import and export most substantial data work in nue is handled as a job rather than a single instantaneous call, because the volumes involved are usually large enough to warrant it the pattern is consistent create a job, supply its contents, then check on its progress until it reports completion these tools follow that shape, and an assistant can be asked to see a job through from start to finish and report the outcome in plain language tool what it does createimportjob opens a new import job, which is the first step in bringing a set of records into the tenant addjobcontent supplies the file contents for an import job that has already been opened, so the platform has the data it needs to process findimportjobbyid reports the current status of an import job, including whether it has finished and whether it encountered problems along the way createandstartrevenuebuilderdataimportjob opens and immediately begins an import of products and pricing data this is the route used for catalog and price book loads, where the data belongs to the revenue builder side of the platform findrevenuebuilderdataimportjobbyid reports the status of a products and pricing import, so an assistant can confirm that a catalog load completed as expected before anyone relies on the new prices createexportjob opens a data export job, which is how records are extracted from the tenant for reporting, migration, or archival purposes createexportgraphqljob opens an export job that is narrowed by a query, so the extract contains only the records that meet the conditions you describe rather than an entire object findexportjobbyid reports the status of an export job and confirms when the extract is ready webhook endpoints webhooks are how nue tells the rest of your estate that something has happened keeping them accurate matters an endpoint left disabled after an incident, or pointing at a decommissioned service, produces silence that is easily mistaken for calm these tools let an assistant take inventory of what is registered, stand up a new endpoint, and turn delivery on or off without a person navigating the console tool what it does listregistries lists every webhook endpoint registered for the tenant, together with its current state this is the natural starting point for any review of outbound integrations register registers a new webhook endpoint, so a downstream system begins receiving the events it subscribes to updateregistration amends an existing webhook endpoint, which is how a changed address or an adjusted subscription is applied without removing and recreating the registration enable turns on delivery for a webhook endpoint that is currently paused disable pauses delivery for a webhook endpoint while leaving its registration in place, which is the safe way to stop traffic to a system that is undergoing maintenance delete removes a webhook endpoint permanently deletion cannot be undone, so it is worth confirming that no integration still depends on the endpoint first typical requests the following are the kinds of things teams ask an assistant connected to this server they are written the way a person would actually phrase them "export the billing settings from the sandbox so we have a record of the configuration before monday's release " "load this quarter's updated price book and tell me when the import has finished and whether anything was rejected " "list every webhook endpoint we have registered and point out any that are currently disabled " "the reporting integration is being retired this week — disable its webhook endpoint but leave the registration in place for now " "check whether last night's product import completed successfully " "bring the order settings in this environment into line with production " related nue mcp servers overview docid\ hoezwahqtpnythyko9bif — how the gateway works and which servers are available connecting to nue mcp docid\ h6afi jeh6817ew0vd13w — how to connect from chatgpt, claude, cursor, and other clients nue billing & collections docid\ tdceaha5hs6ad913sa3ci — the companion server for invoicing, payments, and collections nue lifecycle manager docid\ cf8cbhygypd3ozg7ym2gy — opportunities, quotes, orders, and subscriptions nue price builder docid\ vmvbd0nkai8uvh0rkvyls — products, pricing rules, bundles, and pricing plugins