← Registry

Developer Tools

neblla.com

Manage Neblla apps: create, list, fetch documentation, and validate requirements.

1 endpoint28 known toolsFirst detected July 15, 2026Last detected August 29, 2026

ENDPOINT 1

https://neblla.com/mcp

No auth detected

MCP server metadata

Name
neblla
Version
2.4.0+build.36
Capabilities
tools.listChanged

Known tools 28

neblla_get_llms

Fetch the Neblla developer guide (llms.

Inferred read-only
neblla_get_app_url

Returns the canonical public URL for a Neblla app in the gallery.

Inferred read-only
neblla_validate_requirements

Walk the SAME decision map the Neblla dashboard wizard uses, before creating an app.

Inferred read-only
neblla_create_app

Create a new Neblla app.

Potential side effects
neblla_list_apps

List all apps owned by the authenticated developer.

Inferred read-only
neblla_delete_app

Permanently delete an app and all its files.

Potential side effects
neblla_update_app

Update an app's configuration.

Potential side effects
neblla_upload_file

Upload or update a file for an app.

Potential side effects
neblla_list_files

List all files staged for an app.

Inferred read-only
neblla_get_file

Get the content of a specific file.

Inferred read-only
neblla_delete_file

Delete a single file from an app.

Potential side effects
neblla_move_file

Rename or move a file within an app.

Inferred read-only
neblla_create_product

Create a purchasable product for a Neblla app.

Potential side effects
neblla_update_product

Update an existing product.

Potential side effects
neblla_list_products

List all products for a Neblla app.

Inferred read-only
neblla_delete_product

Permanently delete a product from a Neblla app.

Potential side effects
neblla_publish_app

Publish a Neblla app to the public gallery.

Potential side effects
neblla_unpublish_app

Remove an app from the public gallery.

Potential side effects
neblla_list_users

List end users of an app — the people who connected through the SDK, NOT the developer's own account.

Inferred read-only
neblla_search_users_by_email

Find users of an app by a partial email match (min 2 characters).

Potential side effects
neblla_get_user

Fetch the full record of a single end user — their saved data, public info, purchases, and communications thread.

Inferred read-only
neblla_list_communications

List communications across ALL users of an app, filtered and sorted.

Inferred read-only
neblla_send_communication

Send a message from the developer to a specific end user.

Potential side effects
neblla_set_communication_read

Mark a specific communication as read or unread (from the developer's side).

Inferred read-only
neblla_set_communication_important

Toggle the "important" flag on a communication.

Inferred read-only
neblla_delete_communication

Permanently remove a communication from a user's thread.

Potential side effects
neblla_update_user_data

Replace the `data` object for a specific end user (the same object the SDK's neblla.

Inferred read-only
neblla_delete_account

For safety the MCP never deletes accounts directly.

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.neblla]
url = "https://neblla.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "neblla": {
      "type": "http",
      "url": "https://neblla.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: neblla
Remote MCP URL: https://neblla.com/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": {
    "neblla": {
      "url": "https://neblla.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "neblla": {
      "type": "http",
      "url": "https://neblla.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "neblla",
  "transport": "streamable-http",
  "url": "https://neblla.com/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for neblla.com was fetched 2026-08-29T15:50:59.776Z.

Trust status Trusted

neblla.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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