Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

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.

60 Trust /100
Trust breakdown (6 categories)

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
Transport & Reachability100
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
Install

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

# add to Claude Code
claude mcp add --transport http com-blixtworks-www-tools https://www.blixtworks.com/mcp
# ~/.codex/config.toml
[mcp_servers.com-blixtworks-www-tools]
url = "https://www.blixtworks.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-blixtworks-www-tools": {
      "type": "remote",
      "url": "https://www.blixtworks.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-blixtworks-www-tools --url https://www.blixtworks.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-blixtworks-www-tools:
    url: "https://www.blixtworks.com/mcp"
// mcp.json
{
  "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.

Changelog

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.

Diagnostics

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
MCP tools — 68 exposed · ~7,933 tokens

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.

Tool Tokens
address_validate ~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).

NameTypeReqDescription
addressstring
chainstring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

base64 ~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).

NameTypeReqDescription
modestring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)
textstring

No output schema declared.

No examples provided.

caption ~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).

NameTypeReqDescription
imagestring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

case_convert ~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).

NameTypeReqDescription
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)
textstring
tostring

No output schema declared.

No examples provided.

categorize ~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).

NameTypeReqDescription
imagestring
labelsarray
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

check_credit ~34

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

NameTypeReqDescription
addressstringyesYour wallet address

No output schema declared.

No examples provided.

color_convert ~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).

NameTypeReqDescription
colorstring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

cron_parse ~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).

NameTypeReqDescription
countnumber
expressionstring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

csv_to_json ~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).

NameTypeReqDescription
csvstring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

currency_convert ~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).

NameTypeReqDescription
amountnumber
fromstring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)
tostring

No output schema declared.

No examples provided.

date_diff ~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).

NameTypeReqDescription
fromstring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)
tostring

No output schema declared.

No examples provided.

diff ~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).

NameTypeReqDescription
astring
bstring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

distance ~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).

NameTypeReqDescription
fromobject
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)
toobject

No output schema declared.

No examples provided.

dns ~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).

NameTypeReqDescription
domainstring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)
typestring

No output schema declared.

No examples provided.

email_validate ~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).

NameTypeReqDescription
emailstring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

embed ~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).

NameTypeReqDescription
imagestring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

ens_resolve ~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).

NameTypeReqDescription
namestring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

exif ~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).

NameTypeReqDescription
imagestring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

gas_price ~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).

NameTypeReqDescription
chainstring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

hash ~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).

NameTypeReqDescription
algorithmsarray
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)
textstring

No output schema declared.

No examples provided.

hmac ~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).

NameTypeReqDescription
algorithmstring
keystring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)
textstring

No output schema declared.

No examples provided.

how_to_pay ~38

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

NameTypeReqDescription
toolstringGet the exact price for one tool

No output schema declared.

No examples provided.

http_headers ~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).

NameTypeReqDescription
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)
urlstring

No output schema declared.

No examples provided.

iban_validate ~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).

NameTypeReqDescription
ibanstring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

image_crop ~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).

NameTypeReqDescription
heightnumber
imagestring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)
widthnumber
xnumber
ynumber

No output schema declared.

No examples provided.

image_info ~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).

NameTypeReqDescription
imagestring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

image_palette ~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).

NameTypeReqDescription
colorsnumber
imagestring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

image_placeholder ~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).

NameTypeReqDescription
colorstring
heightnumber
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)
widthnumber

No output schema declared.

No examples provided.

image_resize ~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).

NameTypeReqDescription
imagestring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)
widthnumber

No output schema declared.

No examples provided.

image_transform ~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).

NameTypeReqDescription
filterstring
imagestring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

ip_lookup ~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).

NameTypeReqDescription
hoststring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

json_format ~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).

NameTypeReqDescription
jsonstring
modestring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

json_query ~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).

NameTypeReqDescription
jsonstring
pathstring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

json_to_csv ~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).

NameTypeReqDescription
jsonstring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

jwt_decode ~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).

NameTypeReqDescription
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)
tokenstring

No output schema declared.

No examples provided.

language_detect ~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).

NameTypeReqDescription
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)
textstring

No output schema declared.

No examples provided.

list_tools ~52

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

NameTypeReqDescription
groupstringvision, media, text, data, web, convert or chain

No output schema declared.

No examples provided.

lorem ~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).

NameTypeReqDescription
paragraphsnumber
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

luhn_validate ~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).

NameTypeReqDescription
numberstring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

markdown_to_html ~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).

NameTypeReqDescription
markdownstring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

md ~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).

NameTypeReqDescription
modestring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)
urlstring

No output schema declared.

No examples provided.

metadata ~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).

NameTypeReqDescription
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)
urlstring

No output schema declared.

No examples provided.

number_base ~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).

NameTypeReqDescription
fromnumber
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)
tonumber
valuestring

No output schema declared.

No examples provided.

ocr ~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).

NameTypeReqDescription
imagestring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

pdf ~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).

NameTypeReqDescription
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)
pdfstring

No output schema declared.

No examples provided.

percentage ~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).

NameTypeReqDescription
anumber
bnumber
modestring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)

No output schema declared.

No examples provided.

phone_parse ~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).

NameTypeReqDescription
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)
phonestring

No output schema declared.

No examples provided.

qr ~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).

NameTypeReqDescription
formatstring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)
textstring

No output schema declared.

No examples provided.

redeem_payment ~48

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

NameTypeReqDescription
paymentTxstringyesTransaction hash of your USDC payment on Base

No output schema declared.

No examples provided.

regex ~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).

NameTypeReqDescription
flagsstring
patternstring
payerAddressstringYour wallet address, to spend existing credit without a new payment
paymentTxstringTransaction hash of your USDC payment on Base (see how_to_pay)
textstring

No output schema declared.

No examples provided.