AgentHubAgentHub

sputnikx-market

MCP ServerMCP Registry官方收录

io.github.drivenbymyai-max/sputnikx-market · v1.0.2

EU trade analytics, product catalog, orders, and heating fuel calculator for AI agents.

概览

sputnikx-market 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "sputnikx-market": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-sputnikx-market"
      ],
      "env": {
        "SILTUMS_API_KEY": "<SILTUMS_API_KEY>"
      }
    }
  }
}

环境变量

SILTUMS_API_KEY必填secret

Siltums API key for authentication (obtain from admin panel)

相关资源

统一 Manifest

{
  "id": "io.github.drivenbymyai-max/sputnikx-market",
  "type": "mcp-server",
  "version": "1.0.2",
  "displayName": "sputnikx-market",
  "description": "EU trade analytics, product catalog, orders, and heating fuel calculator for AI agents.",
  "repository": {
    "url": "https://github.com/drivenbymyai-max/mcp-sputnikx-market",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "mcp-sputnikx-market",
        "version": "1.0.2",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SILTUMS_API_KEY",
            "description": "Siltums API key for authentication (obtain from admin panel)",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.drivenbymyai-max/sputnikx-market",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.drivenbymyai-max%2Fsputnikx-market/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
sputnikx-market — MCP Server 安装与配置 · AgentHub