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.
ENDPOINT 1
https://www.blixtworks.com/mcp
MCP server metadata
- Name
- blixtworks
- Version
- 2.0.0
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_toolsFree: every Blixtworks tool with price, inputs and description (63 tools).
Inferred read-onlytry_sampleFree: runs the real CLIP model on a sample image so you can judge output quality before paying.
Inferred read-onlyhow_to_payFree: exact payment steps, the receiving address, and how credit works.
Potential side effectscheck_creditFree: how much unspent credit a wallet address currently has with this endpoint.
Inferred read-onlyredeem_paymentTurn a USDC payment you already made into credit you can spend across multiple tool calls.
Potential side effectsmetadataExtract page metadata: title, description, Open Graph, Twitter card, canonical, favicon, language.
Inferred read-onlyemail_validateValidate an email address: syntax plus live MX record check on the domain.
Potential side effectscurrency_convertConvert currency at current or historical reference rates (ECB via Frankfurter).
Inferred read-onlyluhn_validateValidate an identifier with the Luhn checksum (credit cards, IMEI, Swedish personnummer).
Inferred read-onlyens_resolveResolve an ENS name to an address, or an address to its primary ENS name.
Inferred read-onlyCONNECT 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.
blixtworks.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.