← Registry

API Tools

nolag.app

Manages applications through a REST API, providing create, read, update, and delete operations.

1 endpoint35 known toolsFirst detected August 20, 2026Last detected August 20, 2026

ENDPOINT 1

https://api.nolag.app/mcp

No auth detected

MCP server metadata

Name
nolag-mcp-server
Version
1.0.0
Capabilities
tools

Known tools 35

nolag_list_apps

List all apps in the project (determined by API key)

Inferred read-only
nolag_create_app

Create a new app in the project

Potential side effects
nolag_get_app

Get details about a specific app

Inferred read-only
nolag_update_app

Update an app

Potential side effects
nolag_delete_app

Delete an app (soft delete)

Potential side effects
nolag_list_rooms

List all rooms in an app

Inferred read-only
nolag_create_room

Create a new dynamic room in an app

Potential side effects
nolag_get_room

Get details about a specific room

Inferred read-only
nolag_update_room

Update a room

Potential side effects
nolag_delete_room

Delete a dynamic room (static rooms cannot be deleted)

Potential side effects
nolag_list_actors

List all actors in the project

Inferred read-only
nolag_create_actor

Create a new actor.

Potential side effects
nolag_get_actor

Get details about a specific actor

Inferred read-only
nolag_update_actor

Update an actor

Potential side effects
nolag_delete_actor

Delete an actor

Potential side effects
nolag_publish

Publish a message to a topic

Potential side effects
nolag_get_messages

Get recent messages from a room/topic

Inferred read-only
nolag_configure_webhooks

Configure webhooks for an app.

Inferred read-only
nolag_get_webhook_config

Get the current webhook configuration for an app

Inferred read-only
nolag_list_webhook_dlq

List failed webhook requests in the Dead Letter Queue.

Inferred read-only
nolag_retry_webhook_dlq

Retry a failed webhook from the Dead Letter Queue

Inferred read-only
nolag_create_agent

Create an AI agent actor with persistent session support.

Potential side effects
nolag_create_orchestrator

Create an orchestrator actor that coordinates work across agents.

Potential side effects
nolag_create_agents_app

Create an app from the agents Blueprint with pattern configuration.

Potential side effects
nolag_list_agent_events

Query the agent event stream for a room.

Inferred read-only
nolag_get_blackboard_state

Read the current blackboard (shared state) for a room.

Inferred read-only
nolag_dispatch_task

Publish a task envelope to a room's tasks topic.

Potential side effects
nolag_create_scope

Create an access scope for tenant isolation.

Potential side effects
nolag_list_scopes

List all access scopes in the project.

Inferred read-only
nolag_set_actor_scope

Assign an actor to a scope (isolates all communication) or set to null to unscope.

Inferred read-only
nolag_get_scope

Get details about a specific access scope.

Inferred read-only
nolag_update_scope

Update an access scope.

Potential side effects
nolag_delete_scope

Delete an access scope.

Potential side effects
nolag_list_scope_actors

List all actors assigned to a specific access scope.

Inferred read-only
nolag_generate_code

Generate SDK client code for a specific use case

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.nolag-mcp-server]
url = "https://api.nolag.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nolag-mcp-server": {
      "type": "http",
      "url": "https://api.nolag.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nolag-mcp-server
Remote MCP URL: https://api.nolag.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "nolag-mcp-server": {
      "url": "https://api.nolag.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nolag-mcp-server": {
      "type": "http",
      "url": "https://api.nolag.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nolag-mcp-server",
  "transport": "streamable-http",
  "url": "https://api.nolag.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.