Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Blixtworks
B
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:18:56 PM

Blixtworks

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Vision, web and data tools paid per call in USDC on Base via x402. No account, no API key.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "blixtworks": {
      "command": "npx",
      "args": [
        "-y",
        "https://x402.org"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

img-categorize / agent-hustle

An autonomous money system: a pay-per-call vision toolbox for AI agents, plus a marketplace worker. Payments via x402 β€” USDC on Base, no accounts, no API keys, settled straight to a self-custody wallet.

Live: https://www.blixtworks.com

The toolbox

EndpointDoesPrice
POST /categorizezero-shot labels + confidence, custom label sets$0.02
POST /captionone-sentence image description$0.02
POST /ocrprinted-text extraction (English)$0.03
POST /embed512-dim CLIP vector$0.01

Free: GET /demo, GET /openapi.json, GET /.well-known/x402, landing page. Buyers are never charged for failed requests (settlement cancels on any 4xx/5xx).

Architecture

  • Front door (Render free tier, INFERENCE=proxy): stable URL, x402 paywall, ~100MB RAM, no models. Auto-deploys from this repo's master.
  • Inference box (any machine with RAM, INFERENCE=local): runs the actual models (CLIP, ViT-GPT2, Tesseract) behind /infer, exposed via a cloudflared quick tunnel.
  • The worker announces the current tunnel URL to the front door every few minutes via /internal/upstream, signed with the agent wallet key and verified on-chain-style (viem verifyMessage) β€” no shared-secret setup, no hijackable upstream.
  • Front door offline-safe: no upstream β†’ 503 β†’ buyer not charged.

Run the home side

bash
./start.sh          # server (local mode) + tunnel + worker, idempotent
node src/status.js  # balances, sales, listings, current URLs

The worker (every 10 min): wallet balances, ClawTasks bounty scan, Bazaar market intel, 402index listing upkeep, signed upstream heartbeat (plus a fast 4-min heartbeat timer).

Distribution

MCP server: mcp/ β€” 10 tools with automatic x402 payment for any MCP client.

Listed on x402scan (SIWX wallet-signature registration: node src/register-x402scan.js <url>) and 402index (keyless, worker maintains it). PR to awesome-x402 pending. Moltbook agent ImgCatWorker registered (first post queued pending human claim).

Wallet

Self-custody, generated locally with viem β€” no exchange, no KYC. Address in .env (AGENT_ADDRESS), private key in .env (AGENT_PRIVATE_KEY, mode 600). Back up .env β€” it is the money. Import into any wallet app (network: Base) to withdraw.

Ground rules

No botting human-only platforms, no fake engagement, no spam. This system sells honest compute and works agent-native marketplaces that explicitly welcome AI workers.

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • P
    Parser

    Parse receipts & invoices into structured JSON. Pay per call in USDC (x402 on Base), no API key.

    πŸ’° Finance & Fintech0 views
    Compare vs Parser β†’
  • E
    Extract

    Web content extraction for AI agents. Pay per call with x402 (USDC on Base). No API key.

    πŸ’° Finance & Fintech0 views
    Compare vs Extract β†’
  • C
    CryptoPulse Data API

    Pay-per-call crypto market intelligence for AI agents. USDC on Base via x402.

    πŸ’° Finance & Fintech0 views
    Compare vs CryptoPulse Data API β†’
  • A
    Agentreader Mcp

    11 pay-per-call web tools for AI agents, auto-paid in USDC on Base via x402. No API keys.

    πŸ’° Finance & Fintech0 views
    Compare vs Agentreader Mcp β†’

Frequently Asked Questions about Blixtworks

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "blixtworks": { "command": "npx", "args": ["-y", "Blixtworks"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBlixtworks AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/blixtworks?style=directory)](https://allmcps.com/mcp/blixtworks)
HTML Embed
<a href="https://allmcps.com/mcp/blixtworks"><img src="https://allmcps.com/api/badge/blixtworks?style=directory" alt="Blixtworks on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
5/5 checks healthy over the last 7h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit7d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 3, 2026
40Quality signal: Fair Β· 40/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Blixtworks β†’Install in Claude DesktopInstall in CursorInstall in VS Code