🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

blixtworks-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blixtworks-mcp

MCP server for Blixtworks: pay-per-call vision and web tools for AI agents, settled in USDC on Base via x402. No account, no API key.

latest
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

blixtworks-mcp

MCP server for Blixtworks — pay-per-call tools for AI agents, settled in USDC on Base via the x402 protocol. No account, no signup, no API key. Your agent pays fractions of a cent per call.

Tools

ToolDoesPrice
categorize_imagezero-shot labels + confidence (custom label sets)$0.02
caption_imageone-sentence image description$0.02
ocr_imageextract printed text (English)$0.03
embed_image512-dim CLIP vector for similarity search$0.01
webpage_to_markdownany URL → clean LLM-ready Markdown$0.02
pdf_to_textPDF → text + metadata$0.03
generate_qrQR code (SVG or PNG)$0.01
read_exifEXIF metadata + GPS from images$0.01
dns_lookupDNS records (A/AAAA/MX/TXT/NS/CNAME)$0.01
blixtworks_statustools, prices, wallet check, live earningsfree

Failed requests are never charged.

Install

Claude Code:

claude mcp add blixtworks --env BLIXTWORKS_PRIVATE_KEY=0xyourkey -- npx -y blixtworks-mcp

Claude Desktop / any MCP client — add to your config:

{
  "mcpServers": {
    "blixtworks": {
      "command": "npx",
      "args": ["-y", "blixtworks-mcp"],
      "env": { "BLIXTWORKS_PRIVATE_KEY": "0xyour-wallet-key" }
    }
  }
}

Paying

Set BLIXTWORKS_PRIVATE_KEY to a wallet private key holding a small amount of USDC on Base. Payment happens automatically per request — no invoices, no subscription.

Use a dedicated low-balance wallet, not your main one. Without a key the server still runs; blixtworks_status works and paid tools return setup instructions instead.

Optional: BLIXTWORKS_URL to point at a different deployment.

Watch it earn

The service publishes a live on-chain dashboard: https://www.blixtworks.com/dashboard

Keywords

mcp

FAQs

Package last updated on 31 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts