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
- 1.0.0
Blixtworks sells nine tools for AI agents, charged per request in USDC on Base via the x402 protocol — no account, no signup, no API key, and failed requests are never charged. Available: image categorization with custom labels, image captioning, OCR, CLIP embeddings, webpage-to-Markdown, PDF text extraction, QR code generation, EXIF/GPS metadata, and DNS lookups ($0.002–$0.01 each). Call list_tools for the catalogue and prices, try_sample to see real model output for free, and how_to_pay to start buying. This remote endpoint is free; paid tools run through the local MCP server (npx -y blixtworks-mcp) so your wallet key never leaves your machine.
Known tools 3
try_sampleFree: runs the real CLIP model on a sample image and returns ranked labels, so you can judge output quality before paying for anything.
Inferred read-onlyhow_to_payExplains how to call the paid Blixtworks tools: the x402 flow, what a wallet needs, and the one-line install for the local MCP server that pays automatically.
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-08-04T03:01:45.340Z.
blixtworks.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.