mcp-sputnikx-market
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HTTP_PORT | No | Enable Streamable HTTP transport | |
| SPUTNIKX_TENANT | No | Tenant: siltums or woodpoint | siltums |
| SPUTNIKX_API_KEY | Yes | API key (get from admin panel or register agent) | |
| SPUTNIKX_API_URL | No | API base URL | https://sputnikx.xyz |
| SPUTNIKX_TIMEOUT | No | Request timeout (ms) | 30000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_productsA | Search in-stock products in the catalog. Returns name, price, type, availability. Filter by type (granulas, briketes, saplaksnis) or name search. Pass slug for single-product lookup. |
| get_pricesA | Get current product prices in EUR with calculated price_per_kg. Returns all in-stock products or a specific product by slug. |
| check_availabilityA | Check product stock across warehouse locations. Returns quantities (bags, pallets) per location. Pass product_id or product_slug for a specific product, or omit both for all in-stock products. |
| create_quoteA | Create a draft quote (piedavajums) with line items. Auto-calculates totals with 21% VAT. Returns quote number and pricing breakdown. Requires "quote" scope API key. |
| place_orderA | Place a product order. You MUST provide product_id or product_slug (at least one). Enforces EUR 50,000 max limit. Supports idempotency_key to prevent duplicates. Requires "order" scope API key. |
| order_statusA | Check order status by ID. Returns order details, product info, and delivery status. |
| calculatorA | Calculate heating fuel needs from boiler specs. Returns required kg, bags, and pallets of granulas. Formula: kW * 350 * tempFactor * monthsFactor * insulationFactor. |
| query_tradeB | Query EU trade data (Eurostat COMEXT DS-045409). 28M+ records, 27 EU countries, HS2-CN8 product codes. Supports: overview, countries, timeline, top_partners, top_products, balance, wood_products, heatmap, product_detail. |
| query_customsB | Query Latvia customs analytics (3.8GB database). KN8 product codes, import/export trends, seasonal patterns, country analysis. Supports: classifications, trends, top_commodities, country_analysis, tariff_lookup, seasonal. |
| list_skillsA | List available CRM agent skills. Returns skill catalog with names, descriptions, pricing, and example tasks. Available agents: oracle, spider, tracker, diplomat, sniper, strategist, finansist, gramatvedis. |
| run_skillA | Execute a CRM agent skill. Runs an AI agent (oracle, spider, etc.) with a task description and returns the analysis. Requires "skill" scope API key. Execution typically takes 5-30 seconds. |
| salary_overviewC | EU salary database metadata — countries, sectors, occupations coverage |
| salary_ai_riskA | AI automation risk scores by ISCO occupation or NACE sector — exposure, complementarity, risk level |
| salary_lv_wagesC | Latvia detailed wage data — by sector, occupation, gender gap, regional breakdown |
| soul_profileC | Agent identity profile — trust score, behavioral DNA, character traits, SX# passport |
| soul_verifyB | Verify agent event hash chain integrity — tamper detection for EU AI Act compliance |
| soul_leaderboardB | Agent trust leaderboard — ranked by trust score with DNA summaries |
| soul_bountiesA | Browse open agent bounties — tasks with USDC rewards that agents can claim |
| prediction_signalsB | Prediction market signals — paper trading strategy performance, active trades, signal feed from 7-strategy ensemble |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 19 tools
Most tools have distinct purposes, but there are overlapping areas: search_products, get_prices, and check_availability all deal with product information; query_trade and query_customs both handle trade data; salary_lv_wages and salary_overview both involve salary data. Descriptions help, but the boundaries are not always clear.
Naming is inconsistent: some tools use verb_noun patterns (search_products, get_prices, check_availability), while others are noun phrases (soul_profile, salary_lv_wages), and 'calculator' is a lone noun. This mix of styles makes it harder to predict tool names.
With 19 tools, the server straddles the upper boundary of acceptable scope. It's not overwhelmingly large, but the count feels heavy given that the tools span several unrelated domains, making it harder to navigate.
The tool surface is incomplete for a cohesive domain. Each cluster has gaps: products lack order cancellation or update; soul tools lack actions like claiming bounties; skills only have list/run, no creation or management. The overall domain is ambiguous, so it's unclear what complete coverage would look like.