← Registry

AI & Machine Learning

blixtworks.com

An MCP server for Blixtworks that lists available AI tools, lets you sample the CLIP model for free, and explains how to pay for and use paid tools via x402.

x402 supported1 endpoint68 known toolsFirst detected August 1, 2026Last detected September 6, 2026

ENDPOINT 1

https://www.blixtworks.com/mcp

No auth detected

MCP server metadata

Name
blixtworks
Version
2.0.0
Capabilities
tools.listChanged
Server instructions

Blixtworks provides 63 tools for AI agents, billed per call in USDC on Base ($0.005–$0.03). No account, no signup, no API key, and failed requests are never charged. Groups: vision (image categorization, captioning, OCR, CLIP embeddings), images (resize, crop, transform, palette, EXIF, QR), text (hashing, regex, diff, language detection, statistics), data formats (JSON/YAML/CSV/XML/Markdown, JWT, RSS, PDF), web (HTTP headers, TLS certificates, WHOIS, DNS, robots.txt, page metadata, email validation), convert/validate (units, currency, timezones, cron, IBAN, phone numbers, colours) and read-only blockchain lookups. Paid tools run when you pass paymentTx — a hash of a USDC payment you made from your own wallet. Call how_to_pay for the exact steps. list_tools and try_sample are free, and every non-vision tool also serves 5 free calls per caller per day over plain HTTP at the same URLs — see how_to_pay.

Known tools 68

list_tools

Free: every Blixtworks tool with price, inputs and description (63 tools).

Inferred read-only
try_sample

Free: runs the real CLIP model on a sample image so you can judge output quality before paying.

Inferred read-only
how_to_pay

Free: exact payment steps, the receiving address, and how credit works.

Potential side effects
check_credit

Free: how much unspent credit a wallet address currently has with this endpoint.

Inferred read-only
redeem_payment

Turn a USDC payment you already made into credit you can spend across multiple tool calls.

Potential side effects
categorize

Zero-shot image categorization (CLIP).

Inferred read-only
caption

Image captioning.

Inferred read-only
ocr

OCR (English).

Inferred read-only
embed

CLIP image embedding.

Inferred read-only
hash

Cryptographic hashes.

Inferred read-only
hmac

HMAC signature.

Inferred read-only
uuid

Generate UUIDs.

Inferred read-only
base64

Base64 encode or decode.

Inferred read-only
slugify

URL-safe slug from any text.

Inferred read-only
case_convert

Convert text case.

Inferred read-only
text_stats

Text statistics.

Inferred read-only
regex

Test a regular expression and extract matches.

Inferred read-only
diff

Compare two texts.

Inferred read-only
language_detect

Detect the language of a text.

Inferred read-only
word_frequency

Word and n-gram frequency analysis.

Inferred read-only
lorem

Generate placeholder text.

Inferred read-only
json_format

Format, minify or validate JSON.

Inferred read-only
json_query

Query JSON with a dot/bracket path.

Inferred read-only
json_to_csv

Convert a JSON array of objects to CSV.

Inferred read-only
csv_to_json

Convert CSV to JSON.

Inferred read-only
yaml_convert

Convert between YAML and JSON.

Inferred read-only
xml_to_json

Convert XML to JSON.

Inferred read-only
markdown_to_html

Render Markdown to HTML.

Inferred read-only
jwt_decode

Decode a JWT without verifying it.

Inferred read-only
rss_parse

Parse an RSS or Atom feed.

Inferred read-only
sitemap_parse

Parse a sitemap.

Inferred read-only
pdf

PDF text extraction.

Inferred read-only
http_headers

Inspect HTTP response headers for a URL.

Inferred read-only
url_expand

Expand a shortened URL by following redirects.

Inferred read-only
ssl_check

Inspect a TLS certificate.

Inferred read-only
whois

Domain registration data via RDAP.

Inferred read-only
robots_check

Fetch and interpret robots.

Inferred read-only
metadata

Extract page metadata: title, description, Open Graph, Twitter card, canonical, favicon, language.

Inferred read-only
ip_lookup

Resolve a hostname to IPs and reverse-resolve.

Inferred read-only
email_validate

Validate an email address: syntax plus live MX record check on the domain.

Potential side effects
md

HTML to Markdown.

Inferred read-only
dns

DNS lookup.

Inferred read-only
unit_convert

Convert between units.

Inferred read-only
number_base

Convert a number between bases.

Inferred read-only
color_convert

Convert colours between hex, RGB and HSL.

Inferred read-only
timestamp

Convert timestamps and dates.

Inferred read-only
date_diff

Difference between two dates.

Inferred read-only
cron_parse

Explain a cron expression and list upcoming run times.

Inferred read-only
distance

Great-circle distance between two coordinates.

Inferred read-only
currency_convert

Convert currency at current or historical reference rates (ECB via Frankfurter).

Inferred read-only
luhn_validate

Validate an identifier with the Luhn checksum (credit cards, IMEI, Swedish personnummer).

Inferred read-only
phone_parse

Parse and validate a phone number.

Inferred read-only
iban_validate

Validate an IBAN (checksum and country length).

Inferred read-only
percentage

Percentage maths.

Inferred read-only
image_info

Image dimensions and properties without any ML.

Inferred read-only
image_resize

Resize or convert an image.

Inferred read-only
image_palette

Extract the dominant colour palette from an image.

Inferred read-only
image_crop

Crop an image.

Inferred read-only
image_transform

Rotate, flip or apply filters to an image.

Inferred read-only
image_placeholder

Generate a solid or gradient placeholder image.

Inferred read-only
qr

QR code generation.

Inferred read-only
exif

EXIF metadata extraction.

Inferred read-only
wallet_balance

Native and USDC balance for an address.

Inferred read-only
token_info

ERC-20 token metadata.

Inferred read-only
gas_price

Current gas price and what a transfer costs.

Potential side effects
address_validate

Validate an EVM address and detect whether it is a contract.

Inferred read-only
ens_resolve

Resolve an ENS name to an address, or an address to its primary ENS name.

Inferred read-only
tx_lookup

Look up a transaction by hash.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.blixtworks]
url = "https://www.blixtworks.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "blixtworks": {
      "type": "http",
      "url": "https://www.blixtworks.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: blixtworks
Remote MCP URL: https://www.blixtworks.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "blixtworks": {
      "url": "https://www.blixtworks.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "blixtworks": {
      "type": "http",
      "url": "https://www.blixtworks.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "blixtworks",
  "transport": "streamable-http",
  "url": "https://www.blixtworks.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for blixtworks.com was fetched 2026-09-18T15:22:26.282Z.

Trust status Trusted

blixtworks.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.