Provider hosted
No sign in
Tools: 135

LOUDmusic

LOUDmusic

Practical distribution, promotion, publishing, release support, and artist development for independent musicians.

https://loudmusic.io/

Use in your AI tool

Use the tools from this page

Opens ChatGPT on the web or desktop and asks it to use the WebMCP tools available here.

Connect the MCP server

Connect straight to this server’s public endpoint.

Remote MCP URL
https://mcp.loudmusic.io/mcp

Use on MCPBundles

We add this server to your workspace, then open Studio — saved access, one connection to many servers, with a history of what ran.

Last probed Sep 14, 2026 · mcp.loudmusic.io

135tools discovered

Tools discovered (135)

Showing 25 of 135 from the live probe.

  • Create Note

    Create a new note (requires notes.write scope)

  • Update Note

    Update an existing note's title, content, or category (requires notes.write scope). REQUIRED: etag parameter must be provided to prevent overwriting concurrent changes. Get the current ETag by first retrieving the note using nc_notes_get_note tool. If the note has been modified by someone else since you retrieved it, the update will fail with a 412 error.

  • Append to Note

    Append content to an existing note. The tool adds a ` --- ` between the note and what will be appended.

  • Search Notes

    Search notes by title or content, returning only id, title, and category (requires notes.read scope).

  • Get Note

    Get a specific note by its ID (requires notes.read scope)

  • Get Note Attachment

    Get a specific attachment from a note

  • Delete Note

    Delete a note permanently

  • List Tables

    List all tables available to the user

  • Get Table Schema

    Get the schema/structure of a specific table including columns and views

  • Read Table Rows

    Read rows from a table with optional pagination

  • Insert Table Row

    Insert a new row into a table. Data should be a dictionary mapping column IDs to values, e.g. {1: "text", 2: 42}

  • Update Table Row

    Update an existing row in a table. Data should be a dictionary mapping column IDs to new values, e.g. {1: "new text", 2: 99}

  • Delete Table Row

    Delete a row from a table

  • List Files and Directories

    List files and directories in the specified NextCloud path. When ``EXCLUDED_TAGS`` is configured: raises ``ToolError`` if the listed path itself is tagged (or sits inside a tagged folder), and otherwise omits any tagged children from the listing. The early guard is consistent with the mutating tools and avoids a round-trip to Nextcloud for a known-excluded path. Args: path: Directory path to list (empty string for root directory)

  • Read File

    Read the content of a file from NextCloud. Raises ``ToolError`` when ``EXCLUDED_TAGS`` is configured and the file (or an ancestor folder) carries an excluded system tag. Args: path: Full path to the file to read Returns: Dict with path, content, content_type, size, and optional parsing metadata - Text files are decoded to UTF-8 - Documents (PDF, DOCX, etc.) are parsed and text is extracted - Other bina

  • Write File

    Write content to a file in NextCloud. Raises ``ToolError`` when ``EXCLUDED_TAGS`` is configured and the target path (or an ancestor folder) carries an excluded system tag. Args: path: Full path where to write the file content: File content (text or base64 for binary) content_type: MIME type (auto-detected if not provided, use 'type;base64' for binary) Returns: Dict with status_code indicating success

  • Create Directory

    Create a directory in NextCloud. Raises ``ToolError`` when ``EXCLUDED_TAGS`` is configured and the target path lies inside a folder carrying an excluded system tag. Args: path: Full path of the directory to create Returns: Dict with status_code (201 for created, 405 if already exists)

  • Delete File or Directory

    Delete a file or directory in NextCloud. Raises ``ToolError`` when ``EXCLUDED_TAGS`` is configured and the target path (or an ancestor folder) carries an excluded system tag. Args: path: Full path of the file or directory to delete Returns: Dict with status_code indicating result (404 if not found)

  • Move or Rename File

    Move or rename a file or directory in NextCloud. Raises ``ToolError`` when ``EXCLUDED_TAGS`` is configured and either the source or destination path (or one of their ancestor folders) carries an excluded system tag. Args: source_path: Full path of the file or directory to move destination_path: New path for the file or directory overwrite: Whether to overwrite the destination if it exists (default: False) Returns:

  • Copy File or Directory

    Copy a file or directory in NextCloud. Raises ``ToolError`` when ``EXCLUDED_TAGS`` is configured and either the source or destination path (or one of their ancestor folders) carries an excluded system tag. Args: source_path: Full path of the file or directory to copy destination_path: Destination path for the copy overwrite: Whether to overwrite the destination if it exists (default: False) Returns: Dict w

  • Search Files

    Search for files in NextCloud using WebDAV SEARCH. This is a high-level search tool that supports common search patterns. For more complex queries, use the specific search tools. Args: scope: Directory path to search in (empty string for user root) name_pattern: File name pattern (supports % wildcard, e.g., "%.txt" for all text files) mime_type: MIME type to filter by (supports % wildcard, e.g., "image/%" for all images) o

  • Find Files by Name

    Find files by name pattern in NextCloud. Args: pattern: Name pattern to search for (supports % wildcard) scope: Directory path to search in (empty string for user root) limit: Maximum number of results to return Returns: SearchFilesResponse with list of matching files

  • Find Files by Type

    Find files by MIME type in NextCloud. Args: mime_type: MIME type to search for (supports % wildcard) scope: Directory path to search in (empty string for user root) limit: Maximum number of results to return Returns: SearchFilesResponse with list of matching files

  • List Favorite Files

    List all favorite files in NextCloud. Args: scope: Directory path to search in (empty string for all favorites) limit: Maximum number of results to return Returns: SearchFilesResponse with list of favorite files

  • Create Share

    Create a share for a file or folder in Nextcloud. Share a file or folder with another user or group. The authenticated user must own the file/folder being shared. Args: path: Path to file/folder to share (relative to your files, e.g., "/document.txt") share_with: Username (for user share) or group name (for group share) share_type: Share type - 0 for user (default), 1 for group, 3 for public link permissions: Share permiss

Get your MCP into directories

A working endpoint is step one. Directory coverage is the coordinated launch across ChatGPT, Claude, Cursor, the MCP Registry, and community indexes.

Directory coverage for brands

Frequently Asked Questions

What is the LOUDmusic MCP server?

Practical distribution, promotion, publishing, release support, and artist development for independent musicians.

How do I connect LOUDmusic to my AI agent?

Use the MCP endpoint listed on this page in your MCP client configuration. One-click install pills support Claude, Cursor, VS Code, and other hosts. Copy the remote MCP URL if your client needs a manual entry.

How many tools does LOUDmusic provide?

MCPBundles probed 135 tools on the live server. The tool list on this page reflects what was discovered at the last refresh — connect your client to see the full set available to your session.

What authentication does LOUDmusic require?

No provider sign-in was required during MCPBundles' probe. Your client may still need MCPBundles credentials depending on how you connect.

Maintain this listing

Operate LOUDmusic? Verify ownership to take over this directory entry.

Operate LOUDmusic?

This server appears in the MCPBundles directory. Verify you operate it to take over the listing — name, description, logo, contact email, and skill content. We email a 6-digit code to a maintainer address your server publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.

Claim this listing