Blixtworks
REMOTE · WWW.BLIXTWORKS.COM · 2 COMPONENTS · SCANNED AUG 3
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →
Endpoint Security57
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation not fully verified: no authorisation is required to call this server, and 68 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. See how to fix → View diagnostics → Unverified
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- HSTS check failed: the Strict-Transport-Security header is absent. See how to fix → View diagnostics → Fail
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability61
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 8166 tokens (~120/item across 68 items; 68 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management10
- Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage85
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 55% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
remote · www.blixtworks.com
claude mcp add --transport http com-blixtworks-www-tools https://www.blixtworks.com/mcp
[mcp_servers.com-blixtworks-www-tools] url = "https://www.blixtworks.com/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-blixtworks-www-tools": {
"type": "remote",
"url": "https://www.blixtworks.com/mcp",
"enabled": true
}
}
} openclaw mcp add com-blixtworks-www-tools --url https://www.blixtworks.com/mcp --transport streamable-http
mcp_servers:
com-blixtworks-www-tools:
url: "https://www.blixtworks.com/mcp" {
"mcpServers": {
"com-blixtworks-www-tools": {
"type": "http",
"url": "https://www.blixtworks.com/mcp"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 −2
- Tool coverage: 100% → 55% ▼ functional
- Schema quality: pass → fail ▼ functional
- 1 Aug 26 0
- Stability: unverified → 0.03 ▲ functional
- 31 Jul 26 62
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Probed https://www.blixtworks.com/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=www.blixtworks.com | CN=WE1,O=Google Trust Services,C=US | 31 Jul 2026 | 29 Oct 2026 | ECDSA 256 | ECDSA-SHA256 | fdc7945cbc91356f137f729d77863ca6 |
| SANs: www.blixtworks.com | ||||||
| CN=WE1,O=Google Trust Services,C=US (CA) | CN=GTS Root R4,O=Google Trust Services LLC,C=US | 13 Dec 2023 | 20 Feb 2029 | ECDSA 256 | ECDSA-SHA384 | 7ff31977972c224a76155d13b6d685e3 |
| CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) | CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE | 15 Nov 2023 | 28 Jan 2028 | ECDSA 384 | SHA256-RSA | 7fe530bf331343bedd821610493d8a1b |
DNSSEC insecure
Validation of www.blixtworks.com. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| com. | present | 19718 | 13 | Verified |
| blixtworks.com. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://www.blixtworks.com/mcp | Verified | 200 | |
| http (plaintext) | http://www.blixtworks.com/mcp | HTTPS enforced | 301 | https://www.blixtworks.com/mcp |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
address_validate address_validate ($0.005) ~125
Validate an EVM address and detect whether it is a contract. POST {"address": "0x...", "chain": "base"} -> checksum form and account type. Costs $0.005 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | — | — |
| chain | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
base64 base64 ($0.005) ~121
Base64 encode or decode. POST {"text": "...", "mode": "encode"|"decode", "urlSafe": false} -> result. Costs $0.005 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| mode | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
| text | string | — | — |
No output schema declared.
No examples provided.
caption caption ($0.02) ~107
Image captioning. POST {"image": "<https url or data URI>"} -> one-sentence natural-language description. Costs $0.02 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| image | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
case_convert case_convert ($0.005) ~131
Convert text case. POST {"text": "...", "to": "camel"|"snake"|"kebab"|"pascal"|"upper"|"lower"|"title"} -> converted text. Costs $0.005 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
| text | string | — | — |
| to | string | — | — |
No output schema declared.
No examples provided.
categorize categorize ($0.02) ~127
Zero-shot image categorization (CLIP). POST {"image": "<https url or data URI>", "labels": ["optional", "custom"]} -> ranked labels with confidence scores. Costs $0.02 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| image | string | — | — |
| labels | array | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
check_credit Check remaining credit (free) ~34
Free: how much unspent credit a wallet address currently has with this endpoint.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Your wallet address |
No output schema declared.
No examples provided.
color_convert color_convert ($0.005) ~117
Convert colours between hex, RGB and HSL. POST {"color": "#2563eb"} -> hex, rgb, hsl and luminance/contrast info. Costs $0.005 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
cron_parse cron_parse ($0.01) ~129
Explain a cron expression and list upcoming run times. POST {"expression": "0 9 * * 1-5", "count": 5, "timezone": "UTC"}. Costs $0.01 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | — | — |
| expression | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
csv_to_json csv_to_json ($0.01) ~118
Convert CSV to JSON. POST {"csv": "...", "header": true, "delimiter": ","} -> array of objects (or arrays when header is false). Costs $0.01 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| csv | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
currency_convert currency_convert ($0.02) ~144
Convert currency at current or historical reference rates (ECB via Frankfurter). POST {"amount": 100, "from": "EUR", "to": "SEK", "date": "2026-01-15"}. Costs $0.02 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | — | — |
| from | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
| to | string | — | — |
No output schema declared.
No examples provided.
date_diff date_diff ($0.005) ~131
Difference between two dates. POST {"from": "2026-01-01", "to": "2026-12-25"} -> days, hours, business days and a human summary. Costs $0.005 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
| to | string | — | — |
No output schema declared.
No examples provided.
diff diff ($0.01) ~126
Compare two texts. POST {"a": "...", "b": "...", "mode": "lines"|"words"|"chars"} -> unified diff plus added/removed counts. Costs $0.01 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| a | string | — | — |
| b | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
distance distance ($0.005) ~143
Great-circle distance between two coordinates. POST {"from": {"lat": 59.33, "lon": 18.07}, "to": {"lat": 51.51, "lon": -0.13}} -> km, miles and bearing. Costs $0.005 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| from | object | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
| to | object | — | — |
No output schema declared.
No examples provided.
dns dns ($0.01) ~134
DNS lookup. POST {"domain": "example.com", "type": "A"|"AAAA"|"MX"|"TXT"|"NS"|"CNAME"|"SOA"|"all"} -> resolved records. Costs $0.01 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
| type | string | — | — |
No output schema declared.
No examples provided.
email_validate email_validate ($0.01) ~114
Validate an email address: syntax plus live MX record check on the domain. POST {"email": "[email protected]"} -> deliverability signals. Costs $0.01 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| string | — | — | |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
embed embed ($0.015) ~110
CLIP image embedding. POST {"image": "<https url or data URI>"} -> 512-dim vector for similarity search. Costs $0.015 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| image | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
ens_resolve ens_resolve ($0.015) ~121
Resolve an ENS name to an address, or an address to its primary ENS name. POST {"name": "vitalik.eth"} or {"address": "0x..."}. Costs $0.015 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
exif exif ($0.01) ~112
EXIF metadata extraction. POST {"image": "<https url or data:image URI>"} -> camera, timestamps, GPS and other metadata. Costs $0.01 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| image | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
gas_price gas_price ($0.01) ~114
Current gas price and what a transfer costs. POST {"chain": "base"|"ethereum"} -> gwei, block number and estimated transfer cost. Costs $0.01 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
hash hash ($0.005) ~130
Cryptographic hashes. POST {"text": "...", "algorithms": ["sha256","md5"]} -> hex digests (default md5, sha1, sha256, sha512). Costs $0.005 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| algorithms | array | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
| text | string | — | — |
No output schema declared.
No examples provided.
hmac hmac ($0.005) ~127
HMAC signature. POST {"text": "...", "key": "...", "algorithm": "sha256"} -> hex and base64 signature. Costs $0.005 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| algorithm | string | — | — |
| key | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
| text | string | — | — |
No output schema declared.
No examples provided.
how_to_pay How to pay (free) ~38
Free: exact payment steps, the receiving address, and how credit works.
| Name | Type | Req | Description |
|---|---|---|---|
| tool | string | — | Get the exact price for one tool |
No output schema declared.
No examples provided.
http_headers http_headers ($0.01) ~116
Inspect HTTP response headers for a URL. POST {"url": "https://...", "method": "HEAD"} -> status, headers, timing, redirect chain. Costs $0.01 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
| url | string | — | — |
No output schema declared.
No examples provided.
iban_validate iban_validate ($0.005) ~118
Validate an IBAN (checksum and country length). POST {"iban": "SE45 5000 0000 0583 9825 7466"}. Costs $0.005 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| iban | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
image_crop image_crop ($0.02) ~156
Crop an image. POST {"image": "https://...", "x": 0, "y": 0, "width": 200, "height": 200} -> cropped image as a data URI. Costs $0.02 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| height | number | — | — |
| image | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
| width | number | — | — |
| x | number | — | — |
| y | number | — | — |
No output schema declared.
No examples provided.
image_info image_info ($0.01) ~116
Image dimensions and properties without any ML. POST {"image": "https://..."} -> width, height, aspect ratio, format, file size, transparency. Costs $0.01 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| image | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
image_palette image_palette ($0.015) ~121
Extract the dominant colour palette from an image. POST {"image": "https://...", "colors": 5} -> hex colours with share percentages. Costs $0.015 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| colors | number | — | — |
| image | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
image_placeholder image_placeholder ($0.01) ~138
Generate a solid or gradient placeholder image. POST {"width": 600, "height": 400, "color": "#2563eb", "text": "optional"} -> PNG data URI. Costs $0.01 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | — | — |
| height | number | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
| width | number | — | — |
No output schema declared.
No examples provided.
image_resize image_resize ($0.02) ~138
Resize or convert an image. POST {"image": "https://...", "width": 800, "height": null, "format": "jpeg"|"png", "quality": 80} -> data URI of the result. Costs $0.02 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| image | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
| width | number | — | — |
No output schema declared.
No examples provided.
image_transform image_transform ($0.02) ~141
Rotate, flip or apply filters to an image. POST {"image": "...", "rotate": 90, "flip": "horizontal", "filter": "greyscale"|"sepia"|"invert"|"blur"} -> transformed image. Costs $0.02 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| filter | string | — | — |
| image | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
ip_lookup ip_lookup ($0.01) ~112
Resolve a hostname to IPs and reverse-resolve. POST {"host": "example.com"} -> A/AAAA records and PTR names. Costs $0.01 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| host | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
json_format json_format ($0.005) ~133
Format, minify or validate JSON. POST {"json": "...", "mode": "pretty"|"minify"|"validate", "indent": 2} -> formatted output or validation error with position. Costs $0.005 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| json | string | — | — |
| mode | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
json_query json_query ($0.01) ~132
Query JSON with a dot/bracket path. POST {"json": "...", "path": "users[0].name"} -> the value at that path. Supports [*] to map over arrays. Costs $0.01 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| json | string | — | — |
| path | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
json_to_csv json_to_csv ($0.01) ~112
Convert a JSON array of objects to CSV. POST {"json": "[{...}]", "delimiter": ","} -> CSV text. Costs $0.01 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| json | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
jwt_decode jwt_decode ($0.01) ~113
Decode a JWT without verifying it. POST {"token": "eyJ..."} -> header, payload, expiry status. Signature is NOT verified. Costs $0.01 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
| token | string | — | — |
No output schema declared.
No examples provided.
language_detect language_detect ($0.01) ~107
Detect the language of a text. POST {"text": "..."} -> ISO 639-3 code and name. Costs $0.01 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
| text | string | — | — |
No output schema declared.
No examples provided.
list_tools List tools and prices (free) ~52
Free: every Blixtworks tool with price, inputs and description (63 tools). Optionally filter by group.
| Name | Type | Req | Description |
|---|---|---|---|
| group | string | — | vision, media, text, data, web, convert or chain |
No output schema declared.
No examples provided.
lorem lorem ($0.005) ~108
Generate placeholder text. POST {"paragraphs": 2, "wordsPerParagraph": 40} -> lorem ipsum text. Costs $0.005 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| paragraphs | number | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
luhn_validate luhn_validate ($0.005) ~123
Validate an identifier with the Luhn checksum (credit cards, IMEI, Swedish personnummer). POST {"number": "4111111111111111"} -> validity and detected card scheme. Costs $0.005 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| number | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
markdown_to_html markdown_to_html ($0.01) ~101
Render Markdown to HTML. POST {"markdown": "# Title"} -> HTML string. Costs $0.01 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
md md ($0.02) ~137
HTML to Markdown. POST {"url": "<https url>"} or {"html": "<raw html>"} (+ optional "mode": "article"|"full", default article) -> clean LLM-ready markdown with title/byline. Costs $0.02 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| mode | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
| url | string | — | — |
No output schema declared.
No examples provided.
metadata metadata ($0.02) ~112
Extract page metadata: title, description, Open Graph, Twitter card, canonical, favicon, language. POST {"url": "https://..."}. Costs $0.02 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
| url | string | — | — |
No output schema declared.
No examples provided.
number_base number_base ($0.005) ~133
Convert a number between bases. POST {"value": "255", "from": 10, "to": 16} -> converted string (bases 2-36). Costs $0.005 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| from | number | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
| to | number | — | — |
| value | string | — | — |
No output schema declared.
No examples provided.
ocr ocr ($0.03) ~107
OCR (English). POST {"image": "<https url or data URI>"} -> extracted text with confidence score. Costs $0.03 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| image | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
pdf pdf ($0.03) ~113
PDF text extraction. POST {"pdf": "<https url or data:application/pdf base64 URI>"} -> plain text, page count and metadata. Costs $0.03 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
| string | — | — |
No output schema declared.
No examples provided.
percentage percentage ($0.005) ~134
Percentage maths. POST {"mode": "change"|"of"|"increase"|"decrease", "a": 120, "b": 150} -> result with explanation. Costs $0.005 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| a | number | — | — |
| b | number | — | — |
| mode | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
No output schema declared.
No examples provided.
phone_parse phone_parse ($0.01) ~122
Parse and validate a phone number. POST {"phone": "+46701234567", "country": "SE"} -> validity, type, and E.164/national/international formats. Costs $0.01 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
| phone | string | — | — |
No output schema declared.
No examples provided.
qr qr ($0.01) ~122
QR code generation. POST {"text": "<content>", "format": "svg"|"png"} -> QR code as an SVG string or PNG data URI. Costs $0.01 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
| text | string | — | — |
No output schema declared.
No examples provided.
redeem_payment Redeem a payment into credit (free) ~48
Turn a USDC payment you already made into credit you can spend across multiple tool calls. Pass the transaction hash.
| Name | Type | Req | Description |
|---|---|---|---|
| paymentTx | string | yes | Transaction hash of your USDC payment on Base |
No output schema declared.
No examples provided.
regex regex ($0.005) ~130
Test a regular expression and extract matches. POST {"text": "...", "pattern": "\\d+", "flags": "g"} -> matches with groups and indices. Costs $0.005 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for details).
| Name | Type | Req | Description |
|---|---|---|---|
| flags | string | — | — |
| pattern | string | — | — |
| payerAddress | string | — | Your wallet address, to spend existing credit without a new payment |
| paymentTx | string | — | Transaction hash of your USDC payment on Base (see how_to_pay) |
| text | string | — | — |
No output schema declared.
No examples provided.