{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_4g56nzb947wk","handle":"blixtworks","url":"https://wellknown.network/agents/blixtworks","links":{"self":"https://wellknown.network/agents/blixtworks/record.json","html":"https://wellknown.network/agents/blixtworks","markdown":"https://wellknown.network/agents/blixtworks/record.md","api":"https://wellknown.network/api/v1/agents/blixtworks","status":"https://wellknown.network/api/v1/agents/blixtworks/status","claim":"https://wellknown.network/agents/blixtworks/claim","claimApi":"https://wellknown.network/api/v1/claims","badge":"https://wellknown.network/agents/blixtworks/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air:www.blixtworks.com:server:blixtworks","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"Blixtworks","summary":"63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.","description":"63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.","publisher":{"name":"com.blixtworks.www","url":null},"homepage":"https://www.blixtworks.com","repository":"https://github.com/Eggis70/img-categorize","version":"1.1.0","license":null,"protocols":["mcp"],"tags":[],"pricing":null,"endpoints":[{"url":"https://www.blixtworks.com/mcp","type":"mcp_streamable_http","auth":null,"probeable":true},{"url":"npm:blixtworks-mcp","type":"package_npm","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":{"updatedAt":"2026-07-31T20:32:32.448018Z","publishedAt":"2026-07-31T20:32:32.448018Z","registryName":"com.blixtworks.www/tools"},"attribution":{"kind":"mcp_registry","name":"mcp_registry","repoUrl":"mcp_registry","summary":"mcp_registry","version":"mcp_registry","description":"mcp_registry","homepageUrl":"mcp_registry","publisherName":"mcp_registry"}},"derived":{"capabilities":[{"slug":"commerce.payments","name":"Payments","confidence":1,"provenance":"derived"},{"slug":"media.image-understanding","name":"Image Understanding","confidence":0.973,"provenance":"derived"},{"slug":"data.news","name":"News & Feeds","confidence":0.919,"provenance":"derived"},{"slug":"code.generation","name":"Code Generation","confidence":0.583,"provenance":"derived"},{"slug":"documents.extraction","name":"Data Extraction","confidence":0.554,"provenance":"derived"},{"slug":"dev.docs-lookup","name":"Documentation Lookup","confidence":0.54,"provenance":"derived"},{"slug":"documents.contracts","name":"Contracts & Legal","confidence":0.525,"provenance":"derived"},{"slug":"finance.markets","name":"Markets & Trading","confidence":0.525,"provenance":"derived"}],"categories":["code","commerce","data","dev","documents","finance","media"]},"observed":{"status":"live","statusReason":"Responded 1h ago.","lastOkAt":"2026-09-05T20:24:49.910Z","lastProbedAt":"2026-09-05T20:24:49.910Z","statusComputedAt":"2026-09-05T20:26:14.284Z","reliability30d":{"probes":1,"successRate":1,"p50Ms":219},"latestObservations":[{"at":"2026-09-05T20:24:49.910Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":219,"error":null,"detail":{"tools":[{"name":"list_tools","description":"Free: every Blixtworks tool with price, inputs and description (63 tools). Optionally filter by group."},{"name":"try_sample","description":"Free: runs the real CLIP model on a sample image so you can judge output quality before paying."},{"name":"how_to_pay","description":"Free: exact payment steps, the receiving address, and how credit works."},{"name":"check_credit","description":"Free: how much unspent credit a wallet address currently has with this endpoint."},{"name":"redeem_payment","description":"Turn a USDC payment you already made into credit you can spend across multiple tool calls. Pass the transaction hash."},{"name":"categorize","description":"Zero-shot image categorization (CLIP). POST {\"image\": \"<https url or data URI>\", \"labels\": [\"optional\", \"custom\"]} -> ranked labels with confidence scores. Cost"},{"name":"caption","description":"Image captioning. POST {\"image\": \"<https url or data URI>\"} -> one-sentence natural-language description. Costs $0.02 in USDC on Base — pass paymentTx or payerA"},{"name":"ocr","description":"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 t"},{"name":"embed","description":"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 payerA"},{"name":"hash","description":"Cryptographic hashes. POST {\"text\": \"...\", \"algorithms\": [\"sha256\",\"md5\"]} -> hex digests (default md5, sha1, sha256, sha512). Costs $0.005 in USDC on Base — pa"},{"name":"hmac","description":"HMAC signature. POST {\"text\": \"...\", \"key\": \"...\", \"algorithm\": \"sha256\"} -> hex and base64 signature. Costs $0.005 in USDC on Base — pass paymentTx or payerAdd"},{"name":"uuid","description":"Generate UUIDs. POST {\"count\": 5, \"version\": \"v4\"} -> list of UUIDs (max 100). Costs $0.005 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to"},{"name":"base64","description":"Base64 encode or decode. POST {\"text\": \"...\", \"mode\": \"encode\"|\"decode\", \"urlSafe\": false} -> result. Costs $0.005 in USDC on Base — pass paymentTx or payerAddr"},{"name":"slugify","description":"URL-safe slug from any text. POST {\"text\": \"Hällö Wörld!\"} -> {\"slug\": \"hallo-world\"}. Costs $0.005 in USDC on Base — pass paymentTx or payerAddress to pay (cal"},{"name":"case_convert","description":"Convert text case. POST {\"text\": \"...\", \"to\": \"camel\"|\"snake\"|\"kebab\"|\"pascal\"|\"upper\"|\"lower\"|\"title\"} -> converted text. Costs $0.005 in USDC on Base — pass p"},{"name":"text_stats","description":"Text statistics. POST {\"text\": \"...\"} -> characters, words, sentences, paragraphs, reading time, top words. Costs $0.005 in USDC on Base — pass paymentTx or pay"},{"name":"regex","description":"Test a regular expression and extract matches. POST {\"text\": \"...\", \"pattern\": \"\\\\d+\", \"flags\": \"g\"} -> matches with groups and indices. Costs $0.005 in USDC on"},{"name":"diff","description":"Compare two texts. POST {\"a\": \"...\", \"b\": \"...\", \"mode\": \"lines\"|\"words\"|\"chars\"} -> unified diff plus added/removed counts. Costs $0.01 in USDC on Base — pass "},{"name":"language_detect","description":"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"},{"name":"word_frequency","description":"Word and n-gram frequency analysis. POST {\"text\": \"...\", \"ngram\": 1, \"limit\": 20, \"stopwords\": true} -> ranked terms. Costs $0.01 in USDC on Base — pass payment"},{"name":"lorem","description":"Generate placeholder text. POST {\"paragraphs\": 2, \"wordsPerParagraph\": 40} -> lorem ipsum text. Costs $0.005 in USDC on Base — pass paymentTx or payerAddress to"},{"name":"json_format","description":"Format, minify or validate JSON. POST {\"json\": \"...\", \"mode\": \"pretty\"|\"minify\"|\"validate\", \"indent\": 2} -> formatted output or validation error with position. "},{"name":"json_query","description":"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 USD"},{"name":"json_to_csv","description":"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 "},{"name":"csv_to_json","description":"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 — p"},{"name":"yaml_convert","description":"Convert between YAML and JSON. POST {\"text\": \"...\", \"to\": \"json\"|\"yaml\"} -> converted document. Costs $0.01 in USDC on Base — pass paymentTx or payerAddress to "},{"name":"xml_to_json","description":"Convert XML to JSON. POST {\"xml\": \"<root>...</root>\"} -> parsed object. Costs $0.01 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for"},{"name":"markdown_to_html","description":"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 d"},{"name":"jwt_decode","description":"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 pay"},{"name":"rss_parse","description":"Parse an RSS or Atom feed. POST {\"url\": \"https://...\"} or {\"xml\": \"...\"} -> feed title and items with links and dates. Costs $0.02 in USDC on Base — pass paymen"},{"name":"sitemap_parse","description":"Parse a sitemap.xml (including sitemap indexes). POST {\"url\": \"https://example.com/sitemap.xml\"} -> URLs with last-modified dates. Costs $0.02 in USDC on Base —"},{"name":"pdf","description":"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 p"},{"name":"http_headers","description":"Inspect HTTP response headers for a URL. POST {\"url\": \"https://...\", \"method\": \"HEAD\"} -> status, headers, timing, redirect chain. Costs $0.01 in USDC on Base —"},{"name":"url_expand","description":"Expand a shortened URL by following redirects. POST {\"url\": \"https://bit.ly/x\"} -> final destination and hop chain. Costs $0.01 in USDC on Base — pass paymentTx"},{"name":"ssl_check","description":"Inspect a TLS certificate. POST {\"domain\": \"example.com\", \"port\": 443} -> issuer, subject, validity dates, days until expiry. Costs $0.02 in USDC on Base — pass"},{"name":"whois","description":"Domain registration data via RDAP. POST {\"domain\": \"example.com\"} -> registrar, creation/expiry dates, nameservers, status. Costs $0.02 in USDC on Base — pass p"},{"name":"robots_check","description":"Fetch and interpret robots.txt. POST {\"url\": \"https://example.com\", \"userAgent\": \"GPTBot\", \"path\": \"/\"} -> whether crawling is allowed, plus sitemaps. Costs $0."},{"name":"metadata","description":"Extract page metadata: title, description, Open Graph, Twitter card, canonical, favicon, language. POST {\"url\": \"https://...\"}. Costs $0.02 in USDC on Base — pa"},{"name":"ip_lookup","description":"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 pay"},{"name":"email_validate","description":"Validate an email address: syntax plus live MX record check on the domain. POST {\"email\": \"a@b.com\"} -> deliverability signals. Costs $0.01 in USDC on Base — pa"},{"name":"md","description":"HTML to Markdown. POST {\"url\": \"<https url>\"} or {\"html\": \"<raw html>\"} (+ optional \"mode\": \"article\"|\"full\", default article) -> clean LLM-ready markdown with "},{"name":"dns","description":"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 payme"},{"name":"unit_convert","description":"Convert between units. POST {\"value\": 5, \"from\": \"km\", \"to\": \"mi\"} -> converted value. Supports length, mass, volume, time, area, speed, data, pressure, energy "},{"name":"number_base","description":"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 p"},{"name":"color_convert","description":"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 "},{"name":"timestamp","description":"Convert timestamps and dates. POST {\"value\": 1735689600, \"timezone\": \"Europe/Stockholm\"} or {\"value\": \"2026-01-01T00:00:00Z\"} -> unix seconds/ms, ISO, and forma"},{"name":"date_diff","description":"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 — "},{"name":"cron_parse","description":"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 pay"},{"name":"distance","description":"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 $"},{"name":"currency_convert","description":"Convert currency at current or historical reference rates (ECB via Frankfurter). POST {\"amount\": 100, \"from\": \"EUR\", \"to\": \"SEK\", \"date\": \"2026-01-15\"}. Costs $"},{"name":"luhn_validate","description":"Validate an identifier with the Luhn checksum (credit cards, IMEI, Swedish personnummer). POST {\"number\": \"4111111111111111\"} -> validity and detected card sche"},{"name":"phone_parse","description":"Parse and validate a phone number. POST {\"phone\": \"+46701234567\", \"country\": \"SE\"} -> validity, type, and E.164/national/international formats. Costs $0.01 in U"},{"name":"iban_validate","description":"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"},{"name":"percentage","description":"Percentage maths. POST {\"mode\": \"change\"|\"of\"|\"increase\"|\"decrease\", \"a\": 120, \"b\": 150} -> result with explanation. Costs $0.005 in USDC on Base — pass payment"},{"name":"image_info","description":"Image dimensions and properties without any ML. POST {\"image\": \"https://...\"} -> width, height, aspect ratio, format, file size, transparency. Costs $0.01 in US"},{"name":"image_resize","description":"Resize or convert an image. POST {\"image\": \"https://...\", \"width\": 800, \"height\": null, \"format\": \"jpeg\"|\"png\", \"quality\": 80} -> data URI of the result. Costs "},{"name":"image_palette","description":"Extract the dominant colour palette from an image. POST {\"image\": \"https://...\", \"colors\": 5} -> hex colours with share percentages. Costs $0.015 in USDC on Bas"},{"name":"image_crop","description":"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 pay"},{"name":"image_transform","description":"Rotate, flip or apply filters to an image. POST {\"image\": \"...\", \"rotate\": 90, \"flip\": \"horizontal\", \"filter\": \"greyscale\"|\"sepia\"|\"invert\"|\"blur\"} -> transform"},{"name":"image_placeholder","description":"Generate a solid or gradient placeholder image. POST {\"width\": 600, \"height\": 400, \"color\": \"#2563eb\", \"text\": \"optional\"} -> PNG data URI. Costs $0.01 in USDC "},{"name":"qr","description":"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 "},{"name":"exif","description":"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 paym"},{"name":"wallet_balance","description":"Native and USDC balance for an address. POST {\"address\": \"0x...\", \"chain\": \"base\"|\"ethereum\"} -> balances, transaction count and explorer link. Costs $0.015 in "},{"name":"token_info","description":"ERC-20 token metadata. POST {\"token\": \"0x...\", \"chain\": \"base\"} -> name, symbol, decimals, total supply. Costs $0.015 in USDC on Base — pass paymentTx or payerA"},{"name":"gas_price","description":"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 — "},{"name":"address_validate","description":"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 "},{"name":"ens_resolve","description":"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 — p"},{"name":"tx_lookup","description":"Look up a transaction by hash. POST {\"hash\": \"0x...\", \"chain\": \"base\"} -> status, value, gas used, from/to and block. Costs $0.02 in USDC on Base — pass payment"}],"toolCount":68,"serverName":"blixtworks","capabilities":["tools"],"serverVersion":"2.0.0","protocolVersion":"2025-06-18"}}],"tools":[{"name":"list_tools","description":"Free: every Blixtworks tool with price, inputs and description (63 tools). Optionally filter by group."},{"name":"try_sample","description":"Free: runs the real CLIP model on a sample image so you can judge output quality before paying."},{"name":"how_to_pay","description":"Free: exact payment steps, the receiving address, and how credit works."},{"name":"check_credit","description":"Free: how much unspent credit a wallet address currently has with this endpoint."},{"name":"redeem_payment","description":"Turn a USDC payment you already made into credit you can spend across multiple tool calls. Pass the transaction hash."},{"name":"categorize","description":"Zero-shot image categorization (CLIP). POST {\"image\": \"<https url or data URI>\", \"labels\": [\"optional\", \"custom\"]} -> ranked labels with confidence scores. Cost"},{"name":"caption","description":"Image captioning. POST {\"image\": \"<https url or data URI>\"} -> one-sentence natural-language description. Costs $0.02 in USDC on Base — pass paymentTx or payerA"},{"name":"ocr","description":"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 t"},{"name":"embed","description":"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 payerA"},{"name":"hash","description":"Cryptographic hashes. POST {\"text\": \"...\", \"algorithms\": [\"sha256\",\"md5\"]} -> hex digests (default md5, sha1, sha256, sha512). Costs $0.005 in USDC on Base — pa"},{"name":"hmac","description":"HMAC signature. POST {\"text\": \"...\", \"key\": \"...\", \"algorithm\": \"sha256\"} -> hex and base64 signature. Costs $0.005 in USDC on Base — pass paymentTx or payerAdd"},{"name":"uuid","description":"Generate UUIDs. POST {\"count\": 5, \"version\": \"v4\"} -> list of UUIDs (max 100). Costs $0.005 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to"},{"name":"base64","description":"Base64 encode or decode. POST {\"text\": \"...\", \"mode\": \"encode\"|\"decode\", \"urlSafe\": false} -> result. Costs $0.005 in USDC on Base — pass paymentTx or payerAddr"},{"name":"slugify","description":"URL-safe slug from any text. POST {\"text\": \"Hällö Wörld!\"} -> {\"slug\": \"hallo-world\"}. Costs $0.005 in USDC on Base — pass paymentTx or payerAddress to pay (cal"},{"name":"case_convert","description":"Convert text case. POST {\"text\": \"...\", \"to\": \"camel\"|\"snake\"|\"kebab\"|\"pascal\"|\"upper\"|\"lower\"|\"title\"} -> converted text. Costs $0.005 in USDC on Base — pass p"},{"name":"text_stats","description":"Text statistics. POST {\"text\": \"...\"} -> characters, words, sentences, paragraphs, reading time, top words. Costs $0.005 in USDC on Base — pass paymentTx or pay"},{"name":"regex","description":"Test a regular expression and extract matches. POST {\"text\": \"...\", \"pattern\": \"\\\\d+\", \"flags\": \"g\"} -> matches with groups and indices. Costs $0.005 in USDC on"},{"name":"diff","description":"Compare two texts. POST {\"a\": \"...\", \"b\": \"...\", \"mode\": \"lines\"|\"words\"|\"chars\"} -> unified diff plus added/removed counts. Costs $0.01 in USDC on Base — pass "},{"name":"language_detect","description":"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"},{"name":"word_frequency","description":"Word and n-gram frequency analysis. POST {\"text\": \"...\", \"ngram\": 1, \"limit\": 20, \"stopwords\": true} -> ranked terms. Costs $0.01 in USDC on Base — pass payment"},{"name":"lorem","description":"Generate placeholder text. POST {\"paragraphs\": 2, \"wordsPerParagraph\": 40} -> lorem ipsum text. Costs $0.005 in USDC on Base — pass paymentTx or payerAddress to"},{"name":"json_format","description":"Format, minify or validate JSON. POST {\"json\": \"...\", \"mode\": \"pretty\"|\"minify\"|\"validate\", \"indent\": 2} -> formatted output or validation error with position. "},{"name":"json_query","description":"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 USD"},{"name":"json_to_csv","description":"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 "},{"name":"csv_to_json","description":"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 — p"},{"name":"yaml_convert","description":"Convert between YAML and JSON. POST {\"text\": \"...\", \"to\": \"json\"|\"yaml\"} -> converted document. Costs $0.01 in USDC on Base — pass paymentTx or payerAddress to "},{"name":"xml_to_json","description":"Convert XML to JSON. POST {\"xml\": \"<root>...</root>\"} -> parsed object. Costs $0.01 in USDC on Base — pass paymentTx or payerAddress to pay (call how_to_pay for"},{"name":"markdown_to_html","description":"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 d"},{"name":"jwt_decode","description":"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 pay"},{"name":"rss_parse","description":"Parse an RSS or Atom feed. POST {\"url\": \"https://...\"} or {\"xml\": \"...\"} -> feed title and items with links and dates. Costs $0.02 in USDC on Base — pass paymen"},{"name":"sitemap_parse","description":"Parse a sitemap.xml (including sitemap indexes). POST {\"url\": \"https://example.com/sitemap.xml\"} -> URLs with last-modified dates. Costs $0.02 in USDC on Base —"},{"name":"pdf","description":"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 p"},{"name":"http_headers","description":"Inspect HTTP response headers for a URL. POST {\"url\": \"https://...\", \"method\": \"HEAD\"} -> status, headers, timing, redirect chain. Costs $0.01 in USDC on Base —"},{"name":"url_expand","description":"Expand a shortened URL by following redirects. POST {\"url\": \"https://bit.ly/x\"} -> final destination and hop chain. Costs $0.01 in USDC on Base — pass paymentTx"},{"name":"ssl_check","description":"Inspect a TLS certificate. POST {\"domain\": \"example.com\", \"port\": 443} -> issuer, subject, validity dates, days until expiry. Costs $0.02 in USDC on Base — pass"},{"name":"whois","description":"Domain registration data via RDAP. POST {\"domain\": \"example.com\"} -> registrar, creation/expiry dates, nameservers, status. Costs $0.02 in USDC on Base — pass p"},{"name":"robots_check","description":"Fetch and interpret robots.txt. POST {\"url\": \"https://example.com\", \"userAgent\": \"GPTBot\", \"path\": \"/\"} -> whether crawling is allowed, plus sitemaps. Costs $0."},{"name":"metadata","description":"Extract page metadata: title, description, Open Graph, Twitter card, canonical, favicon, language. POST {\"url\": \"https://...\"}. Costs $0.02 in USDC on Base — pa"},{"name":"ip_lookup","description":"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 pay"},{"name":"email_validate","description":"Validate an email address: syntax plus live MX record check on the domain. POST {\"email\": \"a@b.com\"} -> deliverability signals. Costs $0.01 in USDC on Base — pa"},{"name":"md","description":"HTML to Markdown. POST {\"url\": \"<https url>\"} or {\"html\": \"<raw html>\"} (+ optional \"mode\": \"article\"|\"full\", default article) -> clean LLM-ready markdown with "},{"name":"dns","description":"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 payme"},{"name":"unit_convert","description":"Convert between units. POST {\"value\": 5, \"from\": \"km\", \"to\": \"mi\"} -> converted value. Supports length, mass, volume, time, area, speed, data, pressure, energy "},{"name":"number_base","description":"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 p"},{"name":"color_convert","description":"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 "},{"name":"timestamp","description":"Convert timestamps and dates. POST {\"value\": 1735689600, \"timezone\": \"Europe/Stockholm\"} or {\"value\": \"2026-01-01T00:00:00Z\"} -> unix seconds/ms, ISO, and forma"},{"name":"date_diff","description":"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 — "},{"name":"cron_parse","description":"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 pay"},{"name":"distance","description":"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 $"},{"name":"currency_convert","description":"Convert currency at current or historical reference rates (ECB via Frankfurter). POST {\"amount\": 100, \"from\": \"EUR\", \"to\": \"SEK\", \"date\": \"2026-01-15\"}. Costs $"},{"name":"luhn_validate","description":"Validate an identifier with the Luhn checksum (credit cards, IMEI, Swedish personnummer). POST {\"number\": \"4111111111111111\"} -> validity and detected card sche"},{"name":"phone_parse","description":"Parse and validate a phone number. POST {\"phone\": \"+46701234567\", \"country\": \"SE\"} -> validity, type, and E.164/national/international formats. Costs $0.01 in U"},{"name":"iban_validate","description":"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"},{"name":"percentage","description":"Percentage maths. POST {\"mode\": \"change\"|\"of\"|\"increase\"|\"decrease\", \"a\": 120, \"b\": 150} -> result with explanation. Costs $0.005 in USDC on Base — pass payment"},{"name":"image_info","description":"Image dimensions and properties without any ML. POST {\"image\": \"https://...\"} -> width, height, aspect ratio, format, file size, transparency. Costs $0.01 in US"},{"name":"image_resize","description":"Resize or convert an image. POST {\"image\": \"https://...\", \"width\": 800, \"height\": null, \"format\": \"jpeg\"|\"png\", \"quality\": 80} -> data URI of the result. Costs "},{"name":"image_palette","description":"Extract the dominant colour palette from an image. POST {\"image\": \"https://...\", \"colors\": 5} -> hex colours with share percentages. Costs $0.015 in USDC on Bas"},{"name":"image_crop","description":"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 pay"},{"name":"image_transform","description":"Rotate, flip or apply filters to an image. POST {\"image\": \"...\", \"rotate\": 90, \"flip\": \"horizontal\", \"filter\": \"greyscale\"|\"sepia\"|\"invert\"|\"blur\"} -> transform"},{"name":"image_placeholder","description":"Generate a solid or gradient placeholder image. POST {\"width\": 600, \"height\": 400, \"color\": \"#2563eb\", \"text\": \"optional\"} -> PNG data URI. Costs $0.01 in USDC "},{"name":"qr","description":"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 "},{"name":"exif","description":"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 paym"},{"name":"wallet_balance","description":"Native and USDC balance for an address. POST {\"address\": \"0x...\", \"chain\": \"base\"|\"ethereum\"} -> balances, transaction count and explorer link. Costs $0.015 in "},{"name":"token_info","description":"ERC-20 token metadata. POST {\"token\": \"0x...\", \"chain\": \"base\"} -> name, symbol, decimals, total supply. Costs $0.015 in USDC on Base — pass paymentTx or payerA"},{"name":"gas_price","description":"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 — "},{"name":"address_validate","description":"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 "},{"name":"ens_resolve","description":"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 — p"},{"name":"tx_lookup","description":"Look up a transaction by hash. POST {\"hash\": \"0x...\", \"chain\": \"base\"} -> status, value, gas used, from/to and block. Costs $0.02 in USDC on Base — pass payment"}],"package":null},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"mcp_registry","key":"com.blixtworks.www/tools","url":"https://registry.modelcontextprotocol.io/v0/servers/com.blixtworks.www%2Ftools","firstSeenAt":"2026-09-05T17:20:29.048Z","fetchedAt":"2026-09-05T17:20:29.048Z","normalizedAt":"2026-09-05T17:20:29.048Z"}]},"firstSeenAt":"2026-09-05T17:20:29.048Z","updatedAt":"2026-09-05T20:26:20.164Z"}