← Registry

Developer Tools

neblla.com

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

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

ENDPOINT 1

https://neblla.com/mcp

No auth detected

Known tools 28

neblla_get_llms

Fetch the Neblla developer guide (llms.txt), split by topic so you read only what the app uses.

neblla_get_app_url

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

neblla_validate_requirements

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

neblla_create_app

Create a new Neblla app.

neblla_list_apps

List all apps owned by the authenticated developer.

neblla_delete_app

Permanently delete an app and all its files.

neblla_update_app

Update an app's configuration.

neblla_upload_file

Upload or update a file for an app.

neblla_list_files

List all files staged for an app.

neblla_get_file

Get the content of a specific file.

neblla_delete_file

Delete a single file from an app.

neblla_move_file

Rename or move a file within an app.

neblla_create_product

Create a purchasable product for a Neblla app.

neblla_update_product

Update an existing product.

neblla_list_products

List all products for a Neblla app.

neblla_delete_product

Permanently delete a product from a Neblla app.

neblla_publish_app

Publish a Neblla app to the public gallery.

neblla_unpublish_app

Remove an app from the public gallery.

neblla_list_users

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

neblla_search_users_by_email

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

neblla_get_user

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

neblla_list_communications

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

neblla_send_communication

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

neblla_set_communication_read

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

neblla_set_communication_important

Toggle the "important" flag on a communication.

neblla_delete_communication

Permanently remove a communication from a user's thread.

neblla_update_user_data

Replace the `data` object for a specific end user (the same object the SDK's neblla.save() reads/writes).

neblla_delete_account

For safety the MCP never deletes accounts directly.