CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Market

drivenbymyai-max/mcp-sputnikx-market
authSTDIO, HTTPregistry active
Summary

Connects Claude to 63M+ Eurostat trade records, Latvia customs declarations, EU salary data, and the SoulLedger agent trust network. You get 22 tools spanning trade analytics (top partners, product flows, seasonal patterns), a heating fuel calculator and order placement API, fusion queries that combine trade/salary/macro data, and agent identity verification with USDC bounty support. The fusion engine runs cross-source intelligence at $0.50 to $5 per query via x402 micropayments on Base. Useful when you need EU trade intelligence beyond basic lookups, want to correlate customs data with salary trends, or need to place orders for wood pellets while checking sanctions lists. Works over stdio or streamable HTTP.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

mcp-sputnikx-market

npm MCP License: MIT

MCP server for SputnikX — EU trade intelligence, customs analytics, salary data, agent identity, and commerce API. Connect any AI assistant to 63M+ Eurostat records via Model Context Protocol.

Data Sources

SourceRecordsCoverageUpdate
Eurostat COMEXT63M+EU27, 260 partners, HS2-CN8, 2005-2025Monthly
Latvia Customs15M+KN8-level, declarations, 2005-2025Monthly
EU Salary70K+44 countries, 21 NACE sectors, AI risk scoresAnnual
Fusion EngineCross-sourceTrade + Customs + Salary + Macro (ECB/FRED)Real-time
SoulLedger130K+ agentsTrust scoring, behavioral DNA, ERC-8004Real-time

Quick Start

Claude Desktop

{
  "mcpServers": {
    "sputnikx": {
      "command": "npx",
      "args": ["-y", "mcp-sputnikx-market"],
      "env": {
        "SPUTNIKX_API_KEY": "sk_live_your_key_here"
      }
    }
  }
}

Claude Code

claude mcp add sputnikx -- npx -y mcp-sputnikx-market
export SPUTNIKX_API_KEY=sk_live_your_key_here

Cursor / VS Code / Windsurf

{
  "mcp": {
    "servers": {
      "sputnikx": {
        "command": "npx",
        "args": ["-y", "mcp-sputnikx-market"],
        "env": { "SPUTNIKX_API_KEY": "sk_live_your_key_here" }
      }
    }
  }
}

22 Tools

EU Trade Analytics

ToolDescription
query_trade9 query types: overview, countries, timeline, top_partners, top_products, balance, wood_products, heatmap, product_detail
query_customsLatvia customs: classifications, trends, top commodities, country analysis, tariff lookup, seasonal patterns
salary_overviewEU salary DB metadata and coverage
salary_ai_riskAI automation exposure scores (ISCO + NACE, OECD 2023)
salary_lv_wagesLatvia wages by year, NACE sector, region, gender

Fusion Engine (Cross-Source Intelligence)

ToolDescriptionx402 Price
fusion_queryUniversal query across Trade + Customs + Salary + Macro$0.50
fusion_market_intelMarket intelligence combining all data sources$1.00
fusion_country_profileCountry economic profile (trade + salary + macro)$1.00
fusion_deep_analysisLLM-powered cross-source synthesis$5.00

Commerce

ToolDescription
search_productsProduct catalog (heating pellets, wood products)
get_pricesReal-time EUR pricing with price_per_kg
check_availabilityStock by warehouse location
calculatorHeating fuel calculator (kW, insulation, climate)
create_quoteQuote with line items + 21% VAT
place_orderOrder with idempotency key (max EUR 50,000)
order_statusTrack order by ID

SoulLedger (Agent Identity)

ToolDescription
soul_profileAgent trust score + 7D behavioral DNA
soul_verifyCryptographic hash-chain verification
soul_leaderboardAgent trust rankings
soul_bountiesBounty marketplace (USDC rewards)

Intelligence

ToolDescription
prediction_signalsPrediction market signals (paper trading)
list_skills / run_skillCRM agent skills (oracle, spider, strategist)

Trade Query Types

overview       — High-level stats: total records, countries, date range
countries      — EU27 countries with data availability
timeline       — Monthly trade volume time series
top_partners   — Largest trading partners by EUR value
top_products   — Largest HS2 categories by EUR value
balance        — Trade balance (export - import) over years
wood_products  — HS4 wood trade breakdown (chapter 44)
heatmap        — Cross-country comparison for a product
product_detail — Deep HS2 chapter analysis

Environment Variables

VariableRequiredDefaultDescription
SPUTNIKX_API_KEYYes—API key (get from admin panel or register agent)
SPUTNIKX_API_URLNohttps://sputnikx.xyzAPI base URL
SPUTNIKX_TENANTNosiltumsTenant: siltums or woodpoint
SPUTNIKX_TIMEOUTNo30000Request timeout (ms)
MCP_HTTP_PORTNo—Enable Streamable HTTP transport

Payment (x402)

Paid endpoints support x402 micropayments — USDC on Base chain.

TierPrice RangeExamples
Free$0health, product feed, OpenAPI, soul directory
Basic$0.001-$0.01catalog, prices, salary overview
Standard$0.05-$0.10trade analytics, customs, seasonality, HHI
Premium$0.50-$5.00fusion queries, deep analysis, agent skills

Example Prompts

  • "Show Latvia's top 5 trading partners for wood products in 2024"
  • "What's the Herfindahl index for HS44 imports into Germany?"
  • "Compare AI automation risk across EU manufacturing sectors"
  • "Give me a country profile for Poland — trade, salary, macro combined"
  • "Calculate heating pellet needs: 25kW boiler, 7 months, good insulation"
  • "Check if 'Mikhail Petrov' appears on EU sanctions lists"

Discovery

  • OpenAPI Spec
  • Agent Card
  • LLM Documentation
  • SoulLedger

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

SPUTNIKX_API_KEYsecret

Sputnik X API key for authenticated endpoints (obtain via soul.sputnikx.xyz/soul/register — free tier available)

Registryactive
Packagemcp-sputnikx-market
TransportSTDIO, HTTP
AuthRequired
UpdatedApr 18, 2026
View on GitHub