uag
The Universal Agent Gateway (UAG) enables in-process agentic automation using Form.io.
The record the registry holds
The registry marks this record deprecated. That is its author's own word about their own server, carried here as they filed it.
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.form/uag",
"description": "The Universal Agent Gateway (UAG) enables in-process agentic automation using Form.io.",
"repository": {
"url": "https://github.com/formio/uag",
"source": "github"
},
"version": "1.11.2",
"packages": [
{
"registryType": "npm",
"identifier": "@formio/uag",
"version": "1.11.2",
"transport": {
"type": "streamable-http",
"url": "http://localhost:3200/mcp"
},
"environmentVariables": [
{
"description": "API endpoint to Enterprise project or OSS server",
"isRequired": true,
"format": "string",
"name": "PROJECT"
},
{
"description": "Project API Key (Enterprise) or ADMIN_KEY (OSS)",
"format": "string",
"isSecret": true,
"name": "PROJECT_KEY"
},
{
"description": "Server admin key for Community Edition. Not required for Enterprise deployment.",
"format": "string",
"isSecret": true,
"name": "ADMIN_KEY"
},
{
"description": "License for Enterprise deployment. Not required for Community Edition. ",
"format": "string",
"isSecret": true,
"name": "UAG_LICENSE"
},
{
"description": "Secret used to generate and validate JWT tokens",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "JWT_SECRET"
},
{
"description": "Server port (default: 3200)",
"format": "string",
"name": "PORT"
},
{
"description": "Project cache refresh interval in seconds (default: 900)",
"format": "string",
"name": "PROJECT_TTL"
},
{
"description": "JWT token expiration in seconds (default: 3600)",
"format": "string",
"name": "JWT_EXPIRE_TIME"
},
{
"description": "Enterprise Portal connection secret",
"format": "string",
"isSecret": true,
"name": "PORTAL_SECRET"
},
{
"description": "Direct MongoDB connection URI (Enterprise)",
"format": "string",
"isSecret": true,
"name": "MONGO"
},
{
"description": "MongoDB driver configuration (JSON)",
"format": "string",
"name": "MONGO_CONFIG"
},
{
"description": "Public URL that the UAG is hosted on",
"format": "string",
"name": "BASE_URL"
},
{
"description": "Public URL to login form JSON endpoint",
"format": "string",
"name": "LOGIN_FORM"
},
{
"description": "CORS domain or JSON configuration (default: *)",
"format": "string",
"name": "CORS"
},
{
"description": "Debug logging filter (e.g. formio.*)",
"format": "string",
"name": "DEBUG"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "deprecated",
"statusChangedAt": "2026-07-29T00:24:03.996776Z",
"statusMessage": "Renamed to io.form/formio-uag",
"publishedAt": "2026-03-20T14:16:36.166617Z",
"updatedAt": "2026-07-29T00:24:03.996776Z",
"isLatest": true
}
}
}
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
MCP server
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
The publisher's own address
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.