← Registry

eCommerce

soundcreation.ro

Provides access to SoundCreation's music product catalog, including search, promotions, open-box deals, bundles, and detailed product information.

1 endpoint6 known toolsFirst detected August 27, 2026Last detected August 27, 2026

ENDPOINT 1

https://www.soundcreation.ro/api/agent/mcp.php

No auth detected

MCP server metadata

Name
soundcreation-catalog
Version
1.0.0
Capabilities
tools
Server instructions

SoundCreation musical-instrument catalog (soundcreation.ro / .hu / .eu). search_products finds items by free text and/or filters (category, brand, price range, in stock, on promotion) and can sort by price or discount; get_product returns full details for one item. list_promotions answers "what is on offer right now"; list_open_box lists individually priced open-box / resigilat units, which are one-of-a-kind and do not appear in normal catalog listings; list_bundles lists pre-priced sets sold together for less than their parts. All prices include VAT and follow the language you ask for (ro=RON, hu=HUF, de/en=EUR). Data is live, not a nightly snapshot. Attribution: CC-BY-4.0, credit SoundCreation.

Known tools 6

search_products

Search the SoundCreation catalog by free text (brand, model, category, or keywords), by filters, or both.

Inferred read-only
list_promotions

List what is discounted at SoundCreation right now, biggest reduction first.

Inferred read-only
list_open_box

List open-box / ex-display units (Romanian: "resigilat") — returned or opened stock sold cheaper, one entry per physical unit, each with its own price, condition note and product page.

Inferred read-only
list_bundles

List bundles — pre-priced sets of products sold together for less than buying the parts separately (an instrument plus the accessories normally needed with it).

Inferred read-only
get_product

Get full details for one product by id, including description, specs, stock and VAT-included localized price.

Inferred read-only
create_checkout

Create an order and get a Stripe payment link the customer opens to pay.

Potential side effects

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.soundcreation-catalog]
url = "https://www.soundcreation.ro/api/agent/mcp.php"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "soundcreation-catalog": {
      "type": "http",
      "url": "https://www.soundcreation.ro/api/agent/mcp.php"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: soundcreation-catalog
Remote MCP URL: https://www.soundcreation.ro/api/agent/mcp.php

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": {
    "soundcreation-catalog": {
      "url": "https://www.soundcreation.ro/api/agent/mcp.php"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "soundcreation-catalog": {
      "type": "http",
      "url": "https://www.soundcreation.ro/api/agent/mcp.php"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "soundcreation-catalog",
  "transport": "streamable-http",
  "url": "https://www.soundcreation.ro/api/agent/mcp.php"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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