Sputnikx Market
Rank #44,223io.github.drivenbymyai-max/sputnikx-market
MCP server providing sputnikx-market capabilities
Sputnikx Market is a Model Context Protocol (MCP) server published by drivenbymyai-max. It ranks #44,223 of 115,591 servers tracked on MCP Toplist. Sputnikx Market is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 11, 2026 and most recently updated on Mar 11, 2026.
Ranks ahead of 71,368 of 115,591 servers on MCP Toplist.
Use Sputnikx Market
claude mcp add sputnikx-market -e "SILTUMS_API_KEY=<your SILTUMS_API_KEY>" -- npx -y mcp-sputnikx-marketReplace each placeholder with your own value before saving.
[mcp_servers.sputnikx-market]
command = "npx"
args = ["-y", "mcp-sputnikx-market"]
[mcp_servers.sputnikx-market.env]
SILTUMS_API_KEY = "<your SILTUMS_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sputnikx-market": {
"command": "npx",
"args": [
"-y",
"mcp-sputnikx-market"
],
"env": {
"SILTUMS_API_KEY": "<your SILTUMS_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sputnikx-market": {
"command": "npx",
"args": [
"-y",
"mcp-sputnikx-market"
],
"env": {
"SILTUMS_API_KEY": "<your SILTUMS_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sputnikx-market": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-sputnikx-market"
],
"env": {
"SILTUMS_API_KEY": "<your SILTUMS_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sputnikx-market": {
"command": "npx",
"args": [
"-y",
"mcp-sputnikx-market"
],
"env": {
"SILTUMS_API_KEY": "<your SILTUMS_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sputnikx-market": {
"command": "npx",
"args": [
"-y",
"mcp-sputnikx-market"
],
"env": {
"SILTUMS_API_KEY": "<your SILTUMS_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.drivenbymyai-max%2Fsputnikx-market)<a href="https://mcptoplist.com/server/io.github.drivenbymyai-max%2Fsputnikx-market"><img src="https://mcptoplist.com/badge/io.github.drivenbymyai-max%2Fsputnikx-market.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
drivenbymyai-max
Available versions (2)
| Version | Published |
|---|---|
| 1.0.2 | Mar 11, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Sputnikx Market?
- Sputnikx Market is maintained by drivenbymyai-max, which publishes 4 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Sputnikx Market listed on the Official MCP Registry?
- Yes — Sputnikx Market is listed on the Official MCP Registry.
- How many versions does Sputnikx Market have?
- MCP Toplist tracks 2 versions of Sputnikx Market, most recently published on Mar 11, 2026.
- Where can I find the source code for Sputnikx Market?
- The source code for Sputnikx Market is hosted at github.com/drivenbymyai-max/mcp-sputnikx-market.