{"provider":"VanMoose","version":"1.0","description":"73 developer utility APIs. One API key, one subscription.","base_url":"https://vanmoose.cc","total_apis":73,"total_tools":86,"auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_","obtain_url":"https://vanmoose.cc/dashboard","free_tier":true},"categories":["AI","Analysis","Domains","Email","Images","Media","Monitoring","Security","Text","Utilities","Validation","Web"],"tools":[{"name":"Email Verify","slug":"emailverify","description":"Validate email addresses with syntax, MX, and deliverability checks.","category":"Validation","tier":"standard","baseUrl":"https://emailverify.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"verify_email","description":"Verify a single email address","method":"POST","path":"/v1/verify","parameters":{"email":{"type":"string","description":"Email address to verify","required":true}}},{"name":"verify_emails_bulk","description":"Verify multiple emails in one request","method":"POST","path":"/v1/bulk","parameters":{"emails":{"type":"array","description":"Array of email addresses (max depends on tier)","required":true}}}]},{"name":"Link Check","slug":"linkcheck","description":"Check if URLs are reachable and detect broken links.","category":"Validation","tier":"standard","baseUrl":"https://linkcheck.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"check_link","description":"Check a single URL for reachability","method":"POST","path":"/v1/check","parameters":{"url":{"type":"string","description":"URL to check","required":true}}},{"name":"check_links_bulk","description":"Check multiple URLs at once","method":"POST","path":"/v1/bulk","parameters":{"urls":{"type":"array","description":"Array of URLs to check","required":true}}}]},{"name":"WHOIS Lookup","slug":"whois","description":"Look up WHOIS records for domain names.","category":"Domains","tier":"standard","baseUrl":"https://whois.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"whois_lookup","description":"Get WHOIS information for a domain","method":"GET","path":"/v1/lookup","parameters":{"domain":{"type":"string","description":"Domain name to look up","required":true}}},{"name":"whois_bulk","description":"Look up multiple domains","method":"POST","path":"/v1/bulk","parameters":{"domains":{"type":"array","description":"Array of domain names","required":true}}}]},{"name":"CheckCheck","slug":"checkcheck","description":"Check domain name availability across multiple TLDs.","category":"Domains","tier":"standard","baseUrl":"https://api.checkcheck.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"check_domain","description":"Check if a domain is available","method":"GET","path":"/v1/check","parameters":{"domain":{"type":"string","description":"Domain name to check","required":true}}}]},{"name":"IP Geolocation","slug":"ipgeo","description":"Look up IP geolocation (country, city, ISP, coordinates).","category":"Utilities","tier":"standard","baseUrl":"https://ipgeo.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"lookup_ip","description":"Get geolocation for an IP address","method":"GET","path":"/v1/lookup","parameters":{"ip":{"type":"string","description":"IP address to look up","required":true}}},{"name":"lookup_my_ip","description":"Get geolocation for the requester's IP","method":"GET","path":"/v1/me","parameters":{}}]},{"name":"BrandIntel","slug":"brandintel","description":"Analyze brand presence and social mentions.","category":"Analysis","tier":"standard","baseUrl":"https://brandintel.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"analyze_brand","description":"Analyze a brand name across the web","method":"POST","path":"/v1/analyze","parameters":{"brand":{"type":"string","description":"Brand name to analyze","required":true}}}]},{"name":"NLP Tools","slug":"nlptools","description":"Natural language processing: sentiment, keywords, language detection, summarization.","category":"AI","tier":"standard","baseUrl":"https://nlptools.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"detect_language","description":"Detect the language of text","method":"POST","path":"/v1/language","parameters":{"text":{"type":"string","description":"Text to analyze","required":true}}},{"name":"analyze_sentiment","description":"Analyze sentiment (positive/negative/neutral)","method":"POST","path":"/v1/sentiment","parameters":{"text":{"type":"string","description":"Text to analyze","required":true}}},{"name":"extract_keywords","description":"Extract keywords from text","method":"POST","path":"/v1/keywords","parameters":{"text":{"type":"string","description":"Text to extract keywords from","required":true},"max":{"type":"number","description":"Max keywords to return"}}},{"name":"summarize_text","description":"Summarize text to key sentences","method":"POST","path":"/v1/summarize","parameters":{"text":{"type":"string","description":"Text to summarize","required":true},"sentences":{"type":"number","description":"Number of sentences"}}}]},{"name":"Metadata Extractor","slug":"metadata","description":"Extract metadata, Open Graph, and structured data from any URL.","category":"Web","tier":"standard","baseUrl":"https://metadata.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"extract_metadata","description":"Extract metadata from a URL","method":"GET","path":"/v1/extract","parameters":{"url":{"type":"string","description":"URL to extract metadata from","required":true}}}]},{"name":"Sitemap Parser","slug":"sitemap","description":"Parse and analyze XML sitemaps.","category":"Web","tier":"standard","baseUrl":"https://sitemap.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"parse_sitemap","description":"Parse an XML sitemap","method":"GET","path":"/v1/parse","parameters":{"url":{"type":"string","description":"Sitemap URL to parse","required":true}}}]},{"name":"Unfurl","slug":"unfurl","description":"Unfurl URLs into rich previews (title, image, description).","category":"Web","tier":"standard","baseUrl":"https://unfurl.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"unfurl_url","description":"Get a rich preview for a URL","method":"GET","path":"/v1/unfurl","parameters":{"url":{"type":"string","description":"URL to unfurl","required":true}}}]},{"name":"Readable","slug":"readable","description":"Extract readable article content from web pages (reader mode).","category":"Web","tier":"standard","baseUrl":"https://readable.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"extract_article","description":"Extract readable content from a URL","method":"GET","path":"/v1/extract","parameters":{"url":{"type":"string","description":"URL to extract from","required":true}}}]},{"name":"RSS Feed","slug":"rssfeed","description":"Parse RSS/Atom feeds and discover feed URLs.","category":"Web","tier":"standard","baseUrl":"https://rssfeed.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"parse_feed","description":"Parse an RSS/Atom feed","method":"GET","path":"/v1/parse","parameters":{"url":{"type":"string","description":"Feed URL to parse","required":true},"limit":{"type":"number","description":"Max items to return"}}},{"name":"discover_feeds","description":"Discover RSS feeds on a website","method":"GET","path":"/v1/discover","parameters":{"url":{"type":"string","description":"Website URL to scan","required":true}}}]},{"name":"Network Tools","slug":"nettools","description":"Network utilities: DNS lookup, ping, port check.","category":"Utilities","tier":"standard","baseUrl":"https://nettools.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"dns_lookup","description":"DNS lookup for a domain","method":"GET","path":"/v1/dns","parameters":{"domain":{"type":"string","description":"Domain to look up","required":true}}}]},{"name":"ChangeCheck","slug":"changecheck","description":"Detect changes on web pages over time.","category":"Monitoring","tier":"standard","baseUrl":"https://changecheck.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"check_changes","description":"Check a URL for changes","method":"POST","path":"/v1/check","parameters":{"url":{"type":"string","description":"URL to monitor","required":true}}}]},{"name":"SubAnalytics","slug":"subanalytics","description":"Analyze website technology and performance metrics.","category":"Analysis","tier":"standard","baseUrl":"https://subanalytics.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"analyze_site","description":"Analyze a website","method":"GET","path":"/v1/analyze","parameters":{"url":{"type":"string","description":"URL to analyze","required":true}}}]},{"name":"Social Card","slug":"socialcard","description":"Generate Open Graph social card images from URLs.","category":"Images","tier":"standard","baseUrl":"https://socialcard.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"generate_socialcard","description":"Generate a social card image","method":"GET","path":"/v1/generate","parameters":{"url":{"type":"string","description":"URL to generate card for","required":true}}}]},{"name":"QR Code","slug":"qrcode","description":"Generate QR codes in PNG, SVG, or PDF format.","category":"Images","tier":"standard","baseUrl":"https://qrcode.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"generate_qrcode","description":"Generate a QR code","method":"GET","path":"/v1/generate","parameters":{"data":{"type":"string","description":"Data to encode in QR code","required":true},"size":{"type":"number","description":"Image size in pixels","default":300},"format":{"type":"string","description":"Output format","enum":["png","svg","pdf"]}}}]},{"name":"ThumbGrab","slug":"thumbgrab","description":"Download YouTube video thumbnails in all available resolutions.","category":"Media","tier":"standard","baseUrl":"https://thumbgrab-api.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"get_thumbnail","description":"Get YouTube thumbnail URLs","method":"GET","path":"/v1/thumbnail","parameters":{"url":{"type":"string","description":"YouTube video URL or ID","required":true}}}]},{"name":"BulkThumb","slug":"bulkthumb","description":"Batch download YouTube thumbnails for multiple videos.","category":"Media","tier":"standard","baseUrl":"https://bulkthumb.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"get_thumbnails_bulk","description":"Get thumbnails for multiple videos","method":"POST","path":"/v1/bulk","parameters":{"urls":{"type":"array","description":"Array of YouTube URLs/IDs","required":true}}}]},{"name":"Favicon","slug":"favicon","description":"Fetch favicons from any website.","category":"Web","tier":"standard","baseUrl":"https://favicon.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"get_favicon","description":"Get a favicon image for a domain","method":"GET","path":"/v1/icon","parameters":{"url":{"type":"string","description":"Website URL or domain","required":true},"size":{"type":"number","description":"Desired icon size in pixels"}}},{"name":"get_favicon_info","description":"Get all available favicon URLs and sizes","method":"GET","path":"/v1/info","parameters":{"url":{"type":"string","description":"Website URL or domain","required":true}}}]},{"name":"Barcode","slug":"barcode","description":"Generate barcodes (Code128, EAN, UPC, etc.).","category":"Images","tier":"standard","baseUrl":"https://barcode.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"generate_barcode","description":"Generate a barcode image","method":"GET","path":"/v1/generate","parameters":{"data":{"type":"string","description":"Data to encode","required":true},"format":{"type":"string","description":"Barcode format","enum":["CODE128","EAN13","UPC","QR"]}}}]},{"name":"ForgeScore","slug":"forgescore","description":"Score startup/brand names on memorability, domain availability, etc.","category":"Analysis","tier":"standard","baseUrl":"https://forgescore.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"score_name","description":"Score a startup name","method":"POST","path":"/v1/score","parameters":{"name":{"type":"string","description":"Brand/startup name to score","required":true}}}]},{"name":"Email Template","slug":"emailtemplate","description":"Generate HTML email templates from JSON data.","category":"Email","tier":"standard","baseUrl":"https://emailtemplate.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"generate_email_template","description":"Generate an HTML email from template","method":"POST","path":"/v1/generate","parameters":{"template":{"type":"string","description":"Template name","required":true},"data":{"type":"object","description":"Template variables"}}}]},{"name":"User Agent","slug":"useragent","description":"Parse user agent strings into device, browser, and OS info.","category":"Utilities","tier":"standard","baseUrl":"https://useragent.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"parse_useragent","description":"Parse a user agent string","method":"POST","path":"/v1/parse","parameters":{"ua":{"type":"string","description":"User agent string to parse","required":true}}}]},{"name":"Color Palette","slug":"colorpalette","description":"Extract dominant colors from images.","category":"Images","tier":"standard","baseUrl":"https://colorpalette.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"extract_palette","description":"Extract color palette from an image URL","method":"GET","path":"/v1/extract","parameters":{"url":{"type":"string","description":"Image URL","required":true},"count":{"type":"number","description":"Number of colors","default":5}}}]},{"name":"Image Info","slug":"imageinfo","description":"Get image dimensions, format, and EXIF metadata.","category":"Images","tier":"standard","baseUrl":"https://imageinfo.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"get_image_info","description":"Get info about an image","method":"GET","path":"/v1/info","parameters":{"url":{"type":"string","description":"Image URL","required":true}}}]},{"name":"URL Shortener","slug":"shorturl","description":"Create short URLs.","category":"Utilities","tier":"standard","baseUrl":"https://shorturl.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"shorten_url","description":"Create a shortened URL","method":"POST","path":"/v1/shorten","parameters":{"url":{"type":"string","description":"URL to shorten","required":true}}}]},{"name":"Company Lookup","slug":"companylookup","description":"Look up company information by domain or name.","category":"Analysis","tier":"standard","baseUrl":"https://companylookup.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"lookup_company","description":"Get company info from a domain","method":"GET","path":"/v1/lookup","parameters":{"domain":{"type":"string","description":"Company domain","required":true}}}]},{"name":"Breach Check","slug":"breachcheck","description":"Check if an email has been involved in data breaches.","category":"Security","tier":"standard","baseUrl":"https://breachcheck.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"check_breach","description":"Check email against known data breaches","method":"POST","path":"/v1/check","parameters":{"email":{"type":"string","description":"Email to check","required":true}}}]},{"name":"Phone Validate","slug":"phonevalidate","description":"Validate and parse phone numbers with country detection.","category":"Validation","tier":"standard","baseUrl":"https://phonevalidate.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"validate_phone","description":"Validate a phone number","method":"POST","path":"/v1/validate","parameters":{"phone":{"type":"string","description":"Phone number to validate","required":true},"country":{"type":"string","description":"ISO country code hint"}}}]},{"name":"VPN Detect","slug":"vpndetect","description":"Detect if an IP is using a VPN, proxy, or Tor.","category":"Security","tier":"standard","baseUrl":"https://vpndetect.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"detect_vpn","description":"Check if an IP uses VPN/proxy/Tor","method":"POST","path":"/v1/detect","parameters":{"ip":{"type":"string","description":"IP address to check","required":true}}}]},{"name":"Disposable Email","slug":"disposableemail","description":"Detect disposable/temporary email addresses.","category":"Validation","tier":"standard","baseUrl":"https://disposableemail.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"check_disposable","description":"Check if an email domain is disposable","method":"POST","path":"/v1/check","parameters":{"email":{"type":"string","description":"Email address to check","required":true}}}]},{"name":"Image Compress","slug":"imagecompress","description":"Compress images (JPEG, PNG, WebP) to reduce file size.","category":"Images","tier":"standard","baseUrl":"https://imagecompress.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"compress_image","description":"Compress an image from URL","method":"POST","path":"/v1/compress","parameters":{"url":{"type":"string","description":"Image URL to compress","required":true},"quality":{"type":"number","description":"Quality 1-100","default":80}}}]},{"name":"Image Resize","slug":"imageresize","description":"Resize images to specific dimensions.","category":"Images","tier":"standard","baseUrl":"https://imageresize.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"resize_image","description":"Resize an image from URL","method":"POST","path":"/v1/resize","parameters":{"url":{"type":"string","description":"Image URL","required":true},"width":{"type":"number","description":"Target width"},"height":{"type":"number","description":"Target height"}}}]},{"name":"VAT Validate","slug":"vatvalidate","description":"Validate EU VAT numbers against VIES database.","category":"Validation","tier":"standard","baseUrl":"https://vatvalidate.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"validate_vat","description":"Validate a VAT number","method":"POST","path":"/v1/validate","parameters":{"vatNumber":{"type":"string","description":"EU VAT number to validate","required":true}}}]},{"name":"Address Verify","slug":"addressverify","description":"Verify and parse postal addresses.","category":"Validation","tier":"standard","baseUrl":"https://addressverify.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"verify_address","description":"Verify and standardize an address","method":"POST","path":"/v1/verify","parameters":{"address":{"type":"string","description":"Full address to verify","required":true}}}]},{"name":"TechStack","slug":"techstack","description":"Detect technologies used by a website (frameworks, CMS, analytics).","category":"Analysis","tier":"standard_reduced","baseUrl":"https://techstack.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"detect_techstack","description":"Detect technologies on a website","method":"GET","path":"/v1/detect","parameters":{"url":{"type":"string","description":"Website URL to analyze","required":true}}}]},{"name":"PriceWatch","slug":"pricewatch","description":"Monitor product prices across e-commerce sites.","category":"Monitoring","tier":"standard_reduced","baseUrl":"https://pricewatch.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"watch_price","description":"Get current price for a product URL","method":"GET","path":"/v1/check","parameters":{"url":{"type":"string","description":"Product page URL","required":true}}}]},{"name":"NameCheck","slug":"namecheck","description":"Check username availability across social platforms.","category":"Domains","tier":"standard_reduced","baseUrl":"https://namecheck.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"check_username","description":"Check username availability across platforms","method":"POST","path":"/v1/check","parameters":{"username":{"type":"string","description":"Username to check","required":true}}}]},{"name":"BulkNameCheck","slug":"bulknamecheck","description":"Bulk username availability checks across platforms.","category":"Domains","tier":"standard_reduced","baseUrl":"https://bulknamecheck.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"check_usernames_bulk","description":"Check multiple usernames","method":"POST","path":"/v1/bulk","parameters":{"usernames":{"type":"array","description":"Array of usernames","required":true}}}]},{"name":"Lorem Ipsum","slug":"lorem","description":"Generate Lorem Ipsum placeholder text.","category":"Text","tier":"lite","baseUrl":"https://lorem.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"generate_lorem","description":"Generate placeholder text","method":"GET","path":"/v1/generate","parameters":{"paragraphs":{"type":"number","description":"Number of paragraphs","default":3},"words":{"type":"number","description":"Words per paragraph"}}}]},{"name":"Slugify","slug":"slugify","description":"Convert text to URL-safe slugs.","category":"Text","tier":"lite","baseUrl":"https://slugify.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"slugify_text","description":"Convert text to a URL slug","method":"POST","path":"/v1/slugify","parameters":{"text":{"type":"string","description":"Text to slugify","required":true}}}]},{"name":"UUID Generator","slug":"uuidgen","description":"Generate UUIDs (v1, v4, v5).","category":"Utilities","tier":"lite","baseUrl":"https://uuidgen.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"generate_uuid","description":"Generate a UUID","method":"GET","path":"/v1/generate","parameters":{"version":{"type":"string","description":"UUID version","enum":["v1","v4","v5"],"default":"v4"}}}]},{"name":"Password Generator","slug":"passwordgen","description":"Generate secure passwords, passphrases, and PINs.","category":"Security","tier":"lite","baseUrl":"https://passwordgen.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"generate_password","description":"Generate a random secure password","method":"GET","path":"/v1/password","parameters":{"length":{"type":"number","description":"Password length","default":16},"uppercase":{"type":"boolean","description":"Include uppercase letters","default":true},"numbers":{"type":"boolean","description":"Include numbers","default":true},"symbols":{"type":"boolean","description":"Include symbols","default":true}}},{"name":"check_password_strength","description":"Check password strength","method":"POST","path":"/v1/strength","parameters":{"password":{"type":"string","description":"Password to check","required":true}}}]},{"name":"Color Converter","slug":"colorconv","description":"Convert colors between HEX, RGB, HSL, CMYK formats.","category":"Utilities","tier":"lite","baseUrl":"https://colorconv.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"convert_color","description":"Convert a color between formats","method":"GET","path":"/v1/convert","parameters":{"color":{"type":"string","description":"Color value (hex, rgb, hsl)","required":true}}}]},{"name":"Unit Converter","slug":"unitconv","description":"Convert between measurement units (length, weight, temperature, etc.).","category":"Utilities","tier":"lite","baseUrl":"https://unitconv.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"convert_unit","description":"Convert a value between units","method":"GET","path":"/v1/convert","parameters":{"value":{"type":"number","description":"Value to convert","required":true},"from":{"type":"string","description":"Source unit","required":true},"to":{"type":"string","description":"Target unit","required":true}}}]},{"name":"Timezone","slug":"timezone","description":"Convert times between timezones.","category":"Utilities","tier":"lite","baseUrl":"https://timezone.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"convert_timezone","description":"Convert time between timezones","method":"GET","path":"/v1/convert","parameters":{"time":{"type":"string","description":"Time string","required":true},"from":{"type":"string","description":"Source timezone","required":true},"to":{"type":"string","description":"Target timezone","required":true}}}]},{"name":"Hash Tools","slug":"hashtools","description":"Generate hashes (MD5, SHA-1, SHA-256, SHA-512) and HMAC signatures.","category":"Security","tier":"lite","baseUrl":"https://hashtools.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"hash_text","description":"Hash text with specified algorithm","method":"POST","path":"/v1/hash","parameters":{"text":{"type":"string","description":"Text to hash","required":true},"algorithm":{"type":"string","description":"Hash algorithm","enum":["md5","sha1","sha256","sha512"]}}},{"name":"generate_hmac","description":"Generate HMAC signature","method":"POST","path":"/v1/hmac","parameters":{"text":{"type":"string","description":"Text to sign","required":true},"secret":{"type":"string","description":"HMAC secret key","required":true}}}]},{"name":"Crypto Tools","slug":"cryptotools","description":"Encrypt and decrypt text (AES, RSA key generation).","category":"Security","tier":"lite","baseUrl":"https://cryptotools.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"encrypt_text","description":"Encrypt text with AES","method":"POST","path":"/v1/encrypt","parameters":{"text":{"type":"string","description":"Text to encrypt","required":true},"password":{"type":"string","description":"Encryption password","required":true}}},{"name":"decrypt_text","description":"Decrypt AES-encrypted text","method":"POST","path":"/v1/decrypt","parameters":{"ciphertext":{"type":"string","description":"Encrypted text","required":true},"password":{"type":"string","description":"Decryption password","required":true}}}]},{"name":"Cron Parser","slug":"cronparser","description":"Parse and explain cron expressions.","category":"Utilities","tier":"lite","baseUrl":"https://cronparser.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"parse_cron","description":"Parse a cron expression","method":"GET","path":"/v1/parse","parameters":{"expression":{"type":"string","description":"Cron expression","required":true}}}]},{"name":"URL Parser","slug":"urlparser","description":"Parse URLs into components.","category":"Utilities","tier":"lite","baseUrl":"https://urlparser.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"parse_url","description":"Parse a URL into components","method":"GET","path":"/v1/parse","parameters":{"url":{"type":"string","description":"URL to parse","required":true}}}]},{"name":"Markdown","slug":"markdown","description":"Convert Markdown to HTML.","category":"Text","tier":"lite","baseUrl":"https://markdown.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"convert_markdown","description":"Convert Markdown to HTML","method":"POST","path":"/v1/convert","parameters":{"markdown":{"type":"string","description":"Markdown text to convert","required":true}}}]},{"name":"Markup","slug":"markup","description":"Convert HTML to Markdown.","category":"Text","tier":"lite","baseUrl":"https://markup.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"convert_markup","description":"Convert HTML to Markdown","method":"POST","path":"/v1/convert","parameters":{"html":{"type":"string","description":"HTML to convert","required":true}}}]},{"name":"Diff Tools","slug":"difftools","description":"Compare and diff two texts.","category":"Text","tier":"lite","baseUrl":"https://difftools.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"diff_texts","description":"Compare two texts and show differences","method":"POST","path":"/v1/diff","parameters":{"original":{"type":"string","description":"Original text","required":true},"modified":{"type":"string","description":"Modified text","required":true}}}]},{"name":"Text Tools","slug":"texttools","description":"Text manipulation: word count, case conversion, truncation.","category":"Text","tier":"lite","baseUrl":"https://texttools.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"analyze_text","description":"Get word count, character stats, reading time","method":"POST","path":"/v1/analyze","parameters":{"text":{"type":"string","description":"Text to analyze","required":true}}}]},{"name":"Data Converter","slug":"dataconv","description":"Convert between JSON, CSV, YAML, XML, and TOML.","category":"Utilities","tier":"lite","baseUrl":"https://dataconv.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"convert_data","description":"Convert data between formats","method":"POST","path":"/v1/convert","parameters":{"data":{"type":"string","description":"Data to convert","required":true},"from":{"type":"string","description":"Source format","enum":["json","csv","yaml","xml","toml"],"required":true},"to":{"type":"string","description":"Target format","enum":["json","csv","yaml","xml","toml"],"required":true}}}]},{"name":"Regex Tester","slug":"regextester","description":"Test and validate regular expressions.","category":"Utilities","tier":"lite","baseUrl":"https://regextester.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"test_regex","description":"Test a regex against input text","method":"POST","path":"/v1/test","parameters":{"pattern":{"type":"string","description":"Regex pattern","required":true},"text":{"type":"string","description":"Text to test against","required":true},"flags":{"type":"string","description":"Regex flags (g, i, m)"}}}]},{"name":"Placeholder","slug":"placeholder","description":"Generate placeholder images with custom dimensions and text.","category":"Images","tier":"lite","baseUrl":"https://placeholder.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"generate_placeholder","description":"Generate a placeholder image","method":"GET","path":"/v1/image","parameters":{"width":{"type":"number","description":"Image width","required":true},"height":{"type":"number","description":"Image height","required":true},"text":{"type":"string","description":"Text overlay"}}}]},{"name":"JWT","slug":"jwt","description":"Decode, verify, and generate JSON Web Tokens.","category":"Security","tier":"lite","baseUrl":"https://jwt.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"decode_jwt","description":"Decode a JWT without verification","method":"POST","path":"/v1/decode","parameters":{"token":{"type":"string","description":"JWT token to decode","required":true}}},{"name":"verify_jwt","description":"Verify a JWT signature","method":"POST","path":"/v1/verify","parameters":{"token":{"type":"string","description":"JWT to verify","required":true},"secret":{"type":"string","description":"Signing secret","required":true}}}]},{"name":"Utils","slug":"utils","description":"General developer utilities.","category":"Utilities","tier":"lite","baseUrl":"https://utils.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"utils_health","description":"Check API health status","method":"GET","path":"/health","parameters":{}}]},{"name":"Profanity Filter","slug":"profanity","description":"Detect and filter profanity in text.","category":"Text","tier":"lite","baseUrl":"https://profanity.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"check_profanity","description":"Check text for profanity","method":"POST","path":"/v1/check","parameters":{"text":{"type":"string","description":"Text to check","required":true}}}]},{"name":"Language Detect","slug":"languagedetect","description":"Detect the language of text.","category":"Text","tier":"lite","baseUrl":"https://languagedetect.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"detect_language_standalone","description":"Detect text language","method":"POST","path":"/v1/detect","parameters":{"text":{"type":"string","description":"Text to detect language of","required":true}}}]},{"name":"Readability","slug":"readability","description":"Calculate readability scores (Flesch, Gunning Fog, etc.).","category":"Text","tier":"lite","baseUrl":"https://readability.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"check_readability","description":"Calculate readability scores for text","method":"POST","path":"/v1/analyze","parameters":{"text":{"type":"string","description":"Text to analyze","required":true}}}]},{"name":"Country Info","slug":"countryinfo","description":"Get country information (capital, population, currency, etc.).","category":"Utilities","tier":"lite","baseUrl":"https://countryinfo.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"get_country","description":"Get country information","method":"GET","path":"/v1/country","parameters":{"code":{"type":"string","description":"ISO country code","required":true}}}]},{"name":"Holiday API","slug":"holidayapi","description":"Get public holidays for any country and year.","category":"Utilities","tier":"lite","baseUrl":"https://holidayapi.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"get_holidays","description":"Get holidays for a country","method":"GET","path":"/v1/holidays","parameters":{"country":{"type":"string","description":"ISO country code","required":true},"year":{"type":"number","description":"Year","required":true}}}]},{"name":"Fake Data","slug":"fakedata","description":"Generate fake/mock data (names, addresses, emails, etc.).","category":"Utilities","tier":"lite","baseUrl":"https://fakedata.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"generate_fake_data","description":"Generate fake data","method":"GET","path":"/v1/generate","parameters":{"type":{"type":"string","description":"Data type to generate","enum":["name","email","address","phone","company","text"],"required":true},"count":{"type":"number","description":"Number of items","default":1}}}]},{"name":"Avatar","slug":"avatar","description":"Generate unique avatar images from text/initials.","category":"Images","tier":"lite","baseUrl":"https://avatar.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"generate_avatar","description":"Generate an avatar image","method":"GET","path":"/v1/generate","parameters":{"name":{"type":"string","description":"Name or text for avatar","required":true},"size":{"type":"number","description":"Image size","default":128}}}]},{"name":"Gradient","slug":"gradient","description":"Generate CSS gradient images.","category":"Images","tier":"lite","baseUrl":"https://gradient.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"generate_gradient","description":"Generate a gradient image","method":"GET","path":"/v1/generate","parameters":{"colors":{"type":"string","description":"Comma-separated hex colors","required":true},"width":{"type":"number","description":"Image width","default":800},"height":{"type":"number","description":"Image height","default":400}}}]},{"name":"Pattern Generator","slug":"patterngen","description":"Generate geometric pattern backgrounds.","category":"Images","tier":"lite","baseUrl":"https://patterngen.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"generate_pattern","description":"Generate a pattern image","method":"GET","path":"/v1/generate","parameters":{"seed":{"type":"string","description":"Seed for pattern generation"},"width":{"type":"number","description":"Image width","default":800},"height":{"type":"number","description":"Image height","default":400}}}]},{"name":"MIME Lookup","slug":"mimelookup","description":"Look up MIME types by file extension.","category":"Utilities","tier":"lite","baseUrl":"https://mimelookup.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"lookup_mime","description":"Get MIME type for a file extension","method":"GET","path":"/v1/lookup","parameters":{"ext":{"type":"string","description":"File extension (e.g., \"pdf\")","required":true}}}]},{"name":"Screenshot","slug":"screenshot","description":"Capture screenshots of web pages (premium, headless browser).","category":"Web","tier":"premium","baseUrl":"https://screenshot.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"capture_screenshot","description":"Capture a screenshot of a URL","method":"POST","path":"/v1/capture","parameters":{"url":{"type":"string","description":"URL to capture","required":true},"width":{"type":"number","description":"Viewport width","default":1280},"height":{"type":"number","description":"Viewport height","default":800},"fullPage":{"type":"boolean","description":"Capture full page","default":false},"format":{"type":"string","description":"Output format","enum":["png","jpeg","webp"]}}}]},{"name":"PDF Generate","slug":"pdfgenerate","description":"Generate PDFs from HTML or URLs.","category":"Web","tier":"premium","baseUrl":"https://pdfgenerate.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"generate_pdf","description":"Generate a PDF from HTML or URL","method":"POST","path":"/v1/generate","parameters":{"html":{"type":"string","description":"HTML content to convert"},"url":{"type":"string","description":"URL to convert"},"format":{"type":"string","description":"Page format","enum":["A4","Letter","Legal"]}}}]},{"name":"AddressVerifyCASS","slug":"addressverifycass","description":"CASS-certified US address verification.","category":"Validation","tier":"premium","baseUrl":"https://addressverifycass.vanmoose.cc","auth":{"type":"api_key","header":"Authorization","prefix":"Bearer vm_live_"},"endpoints":[{"name":"verify_address_cass","description":"Verify a US address against CASS standards","method":"POST","path":"/v1/verify","parameters":{"address":{"type":"string","description":"US address to verify","required":true}}}]}],"links":{"homepage":"https://vanmoose.cc","dashboard":"https://vanmoose.cc/dashboard","agent_registry":"https://vanmoose.cc/.well-known/agent-registry.json","mcp_tools":"https://vanmoose.cc/.well-known/mcp-tools.json","openapi":"https://vanmoose.cc/openapi.json","mcp_json":"https://vanmoose.cc/.well-known/mcp.json","ai_plugin":"https://vanmoose.cc/.well-known/ai-plugin.json","llms_txt":"https://vanmoose.cc/llms.txt","docs":"https://vanmoose.cc/for-agents"},"pricing":{"free":{"price":"$0/mo","quota":"200-500 req/mo (varies by API tier)"},"pro":{"price":"$9.99/mo","quota":"10K-20K req/mo"},"ultra":{"price":"$49.99/mo","quota":"100K-200K req/mo","recommended":true},"mega":{"price":"$199/mo","quota":"1M-2M req/mo"}},"mcp_server":{"npm":"@vanmoose/mcp-server","install":"npx -y @vanmoose/mcp-server","tools_count":190},"sdk":{"npm":"@vanmoose/sdk","install":"npm install @vanmoose/sdk"}}