Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
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.sputnikx-xyz]
url = "https://sputnikx.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sputnikx-xyz": {
"type": "http",
"url": "https://sputnikx.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sputnikx-xyz
Remote MCP URL: https://sputnikx.xyz/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": {
"sputnikx-xyz": {
"url": "https://sputnikx.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sputnikx-xyz": {
"type": "http",
"url": "https://sputnikx.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sputnikx-xyz",
"transport": "streamable-http",
"url": "https://sputnikx.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— Search in-stock products in the catalog.get_prices— Get current product prices in EUR with calculated price_per_kg.check_availability— Check product stock across warehouse locations.create_quote— Create a draft quote (piedavajums) with line items.place_order— Place a product order.order_status— Check order status by ID.calculator— Calculate heating fuel needs from boiler specs.query_trade— Query EU trade data (Eurostat COMEXT DS-045409).