Developer Tools
neblla.com
Manage Neblla apps: create, list, fetch documentation, and validate requirements.
ENDPOINT 1
https://neblla.com/mcp
Known tools 28
neblla_get_llmsFetch the Neblla developer guide (llms.txt), split by topic so you read only what the app uses.
neblla_get_app_urlReturns the canonical public URL for a Neblla app in the gallery.
neblla_validate_requirementsWalk the SAME decision map the Neblla dashboard wizard uses, before creating an app.
neblla_create_appCreate a new Neblla app.
neblla_list_appsList all apps owned by the authenticated developer.
neblla_delete_appPermanently delete an app and all its files.
neblla_update_appUpdate an app's configuration.
neblla_upload_fileUpload or update a file for an app.
neblla_list_filesList all files staged for an app.
neblla_get_fileGet the content of a specific file.
neblla_delete_fileDelete a single file from an app.
neblla_move_fileRename or move a file within an app.
neblla_create_productCreate a purchasable product for a Neblla app.
neblla_update_productUpdate an existing product.
neblla_list_productsList all products for a Neblla app.
neblla_delete_productPermanently delete a product from a Neblla app.
neblla_publish_appPublish a Neblla app to the public gallery.
neblla_unpublish_appRemove an app from the public gallery.
neblla_list_usersList end users of an app — the people who connected through the SDK, NOT the developer's own account.
neblla_search_users_by_emailFind users of an app by a partial email match (min 2 characters).
neblla_get_userFetch the full record of a single end user — their saved data, public info, purchases, and communications thread.
neblla_list_communicationsList communications across ALL users of an app, filtered and sorted.
neblla_send_communicationSend a message from the developer to a specific end user.
neblla_set_communication_readMark a specific communication as read or unread (from the developer's side).
neblla_set_communication_importantToggle the "important" flag on a communication.
neblla_delete_communicationPermanently remove a communication from a user's thread.
neblla_update_user_dataReplace the `data` object for a specific end user (the same object the SDK's neblla.save() reads/writes).
neblla_delete_accountFor safety the MCP never deletes accounts directly.