Developer Tools
neblla.com
Manage Neblla apps: create, list, fetch documentation, and validate requirements.
ENDPOINT 1
https://neblla.com/mcp
MCP server metadata
- Name
- neblla
- Version
- 2.4.0+build.36
Known tools 28
neblla_get_app_urlReturns the canonical public URL for a Neblla app in the gallery.
Inferred read-onlyneblla_validate_requirementsWalk the SAME decision map the Neblla dashboard wizard uses, before creating an app.
Inferred read-onlyneblla_list_usersList end users of an app — the people who connected through the SDK, NOT the developer's own account.
Inferred read-onlyneblla_search_users_by_emailFind users of an app by a partial email match (min 2 characters).
Potential side effectsneblla_get_userFetch the full record of a single end user — their saved data, public info, purchases, and communications thread.
Inferred read-onlyneblla_list_communicationsList communications across ALL users of an app, filtered and sorted.
Inferred read-onlyneblla_send_communicationSend a message from the developer to a specific end user.
Potential side effectsneblla_set_communication_readMark a specific communication as read or unread (from the developer's side).
Inferred read-onlyneblla_delete_communicationPermanently remove a communication from a user's thread.
Potential side effectsneblla_update_user_dataReplace the `data` object for a specific end user (the same object the SDK's neblla.
Inferred read-onlyCONNECT 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.
neblla.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.