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 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
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).trade_price— Get price per tonne (EUR/kg) for any HS product code, reporter country, and year.