INDIVIDUAL MCP TOOL
create_checkout
Create an order and get a Stripe payment link the customer opens to pay.
LIVE ENDPOINT
https://www.soundcreation.ro/api/agent/mcp.php
Connect to this endpoint to inspect the live schema for create_checkout and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests a financial action.
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).get_product— Get full details for one product by id, including description, specs, stock and VAT-included localized price.