INDIVIDUAL MCP TOOL
get_product
Get full details for one product by id, including description, specs, stock and VAT-included localized price.
LIVE ENDPOINT
https://www.soundcreation.ro/api/agent/mcp.php
Connect to this endpoint to inspect the live schema for get_product and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
search_products— Search the SoundCreation catalog by free text (brand, model, category, or keywords), by filters, or both.list_promotions— List what is discounted at SoundCreation right now, biggest reduction first.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.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).create_checkout— Create an order and get a Stripe payment link the customer opens to pay.