{"name":"codepulse-api","version":"1.0.1","url":"https://codepulse-api.hahavoid0.workers.dev/mcp","protocolVersion":"2025-06-18","description":"Pay-per-call disposable email boxes, SMS verification scraping, certificate transparency logs, whois details, sitemap parsing, HaveIBeenPwned checks, PDF parsing, OCR scanners, QR builders, sitemap readers, package registries, and DNS diagnostics for AI agents, paid for with USDC on Base or Solana.","tools":[{"name":"webSearch","path":"/web/search","description":"Performs web searches using a free DuckDuckGo HTML parser. Returns organic search results.","keywords":"DuckDuckGo Web Search Parser Performs web searches using a free DuckDuckGo HTML parser. Returns organic search results. Use when an agent needs to perform general web searches without paid keys. web search Search for latest base chain updates {\"query\":\"base network upgrades 2026\"}","inputSchema":{"type":"object","required":["query"],"properties":{"query":{"type":"string","description":"Search query keywords"}}},"outputSchema":{"type":"object"}},{"name":"webScrape","path":"/web/scrape","description":"Extracts clean readable text from any website URL.","keywords":"Web Scraping Text Extractor Extracts clean readable text from any website URL. Use when an agent needs to retrieve the main text/article from a web page. web scrape Scrape the home page of openaq {\"url\":\"https://openaq.org\"}","inputSchema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"Website URL to scrape"}}},"outputSchema":{"type":"object"}},{"name":"webMarkdown","path":"/web/markdown","description":"Downloads HTML and compiles it to markdown locally using Turndown.","keywords":"HTML to Markdown Downloader Downloads HTML and compiles it to markdown locally using Turndown. Use when an agent needs a clean markdown rendering of documentation or blogs. web markdown Download documentation as markdown {\"url\":\"https://nodejs.org\"}","inputSchema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"Target URL to convert to markdown"}}},"outputSchema":{"type":"object"}},{"name":"webMetadata","path":"/web/metadata","description":"Extracts OpenGraph tags, description, keywords, and page header meta tags.","keywords":"OpenGraph & Metadata Extractor Extracts OpenGraph tags, description, keywords, and page header meta tags. Use when an agent needs to retrieve semantic details or logo URLs of a web page. web metadata Get page keywords and meta tags {\"url\":\"https://github.com\"}","inputSchema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"URL to read headers and tags from"}}},"outputSchema":{"type":"object"}},{"name":"webHistory","path":"/web/history","description":"Queries historical website snapshots from the free Archive.org API.","keywords":"Archive.org Wayback Snapshot Query Queries historical website snapshots from the free Archive.org API. Use when an agent needs to retrieve historical snapshots of websites or verify content changes. web history Check wayback snapshot for yahoo.com {\"url\":\"https://yahoo.com\"}","inputSchema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"URL to query snapshots for"}}},"outputSchema":{"type":"object"}},{"name":"webRss","path":"/web/rss","description":"Parses any public RSS or Atom XML feed URL into structured JSON.","keywords":"RSS/Atom XML Feed Parser Parses any public RSS or Atom XML feed URL into structured JSON. Use when an agent needs to parse recent articles or update updates from news feeds. web rss Parse hacker news hnrss feed {\"url\":\"https://hnrss.org/frontpage\"}","inputSchema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"Feed XML URL"}}},"outputSchema":{"type":"object"}},{"name":"webSitemap","path":"/web/sitemap","description":"Resolves and lists all URLs inside a sitemap XML.","keywords":"Sitemap XML URL Extractor Resolves and lists all URLs inside a sitemap XML. Use when an agent wants to discover all crawlable pages of a target website. web sitemap Extract links from a sitemap {\"url\":\"https://sitemaps.org/sitemap.xml\"}","inputSchema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"URL to sitemap.xml file"}}},"outputSchema":{"type":"object"}},{"name":"webDnsTxt","path":"/web/dns-txt","description":"Fetches TXT, MX, A, CNAME, and CAA records for a domain via Cloudflare DNS-over-HTTPS.","keywords":"Cloudflare DNS Records Query Fetches TXT, MX, A, CNAME, and CAA records for a domain via Cloudflare DNS-over-HTTPS. Use verifying domain configuration, email routing MX entries, or safety headers. web dns Check MX records for google.com {\"domain\":\"google.com\",\"type\":\"MX\"}","inputSchema":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Domain name to check"},"type":{"type":"string","description":"DNS record type (TXT, MX, CAA, A, CNAME, NS)","default":"TXT"}}},"outputSchema":{"type":"object"}},{"name":"webWhois","path":"/web/whois","description":"Queries global registry metadata via the public RDAP protocol to find registration details.","keywords":"Public WHOIS/RDAP Domain Query Queries global registry metadata via the public RDAP protocol to find registration details. Use checking domain registrar name, expiration timestamp, or creation date. web whois Lookup WHOIS details for domain {\"domain\":\"github.com\"}","inputSchema":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Target domain name"}}},"outputSchema":{"type":"object"}},{"name":"mailboxCreate","path":"/mailbox/create","description":"Generates a temporary disposable inbox address using the free 1secmail.com service.","keywords":"Disposable Mailbox Creator Generates a temporary disposable inbox address using the free 1secmail.com service. Use when an agent needs a temporary email address to register for web accounts or receive confirmations. mailbox temporary Create a temporary mailbox {}","inputSchema":{"type":"object","properties":{}},"outputSchema":{"type":"object"}},{"name":"mailboxMessages","path":"/mailbox/messages","description":"Polls the disposable inbox for messages and verification codes.","keywords":"Mailbox Message Poller Polls the disposable inbox for messages and verification codes. Use when checking for verification links or OTP codes sent to the temporary mailbox. mailbox temporary Poll email messages for user {\"email\":\"test@1secmail.com\"}","inputSchema":{"type":"object","required":["email"],"properties":{"email":{"type":"string","description":"Disposable email address generated via /mailbox/create"}}},"outputSchema":{"type":"object"}},{"name":"phoneTempSms","path":"/phone/temp-sms","description":"Lists active public numbers available for temporary SMS verification codes.","keywords":"Temporary Public SMS Numbers Lists active public numbers available for temporary SMS verification codes. Use when an agent needs a public number to register or verify accounts via SMS. phone sms List available public verification phone numbers {}","inputSchema":{"type":"object","properties":{}},"outputSchema":{"type":"object"}},{"name":"phoneMessages","path":"/phone/messages","description":"Queries public SMS verification boards to retrieve recent OTP codes.","keywords":"SMS Message Poller Queries public SMS verification boards to retrieve recent OTP codes. Use to retrieve the OTP verification code sent to the public number. phone sms Get verification codes sent to +12134567890 {\"phone\":\"+12134567890\"}","inputSchema":{"type":"object","required":["phone"],"properties":{"phone":{"type":"string","description":"Target public phone number"}}},"outputSchema":{"type":"object"}},{"name":"webhookListen","path":"/webhook/listen","description":"Generates a unique callback URL. Any POST request sent to this URL will be recorded.","keywords":"Temporary Webhook Endpoint Creator Generates a unique callback URL. Any POST request sent to this URL will be recorded. Use when an agent needs to receive a callback payload (e.g. OAuth code or payment hook). webhook temporary Create a webhook listener {}","inputSchema":{"type":"object","properties":{}},"outputSchema":{"type":"object"}},{"name":"webhookPoll","path":"/webhook/poll","description":"Retrieves all callback request payloads received by the listener.","keywords":"Webhook Callback Poller Retrieves all callback request payloads received by the listener. Use to retrieve the payloads (headers, query, body) sent to the callback URL. webhook temporary Poll webhook callbacks {\"webhook_id\":\"wh_38f2a28189c4\"}","inputSchema":{"type":"object","required":["webhook_id"],"properties":{"webhook_id":{"type":"string","description":"Listener ID generated via /webhook/listen"}}},"outputSchema":{"type":"object"}},{"name":"notifyTelegram","path":"/notify/telegram","description":"Dispatches telegram messages using a bot token and chat identifier.","keywords":"Telegram Bot Dispatcher Dispatches telegram messages using a bot token and chat identifier. Use when an agent needs to send alerts directly to a user's Telegram account. notify telegram Send message to telegram user {\"bot_token\":\"123:abc\",\"chat_id\":\"98765\",\"message\":\"Hello from agent!\"}","inputSchema":{"type":"object","required":["bot_token","chat_id","message"],"properties":{"bot_token":{"type":"string","description":"Telegram Bot API Token"},"chat_id":{"type":"string","description":"Target chat identifier"},"message":{"type":"string","description":"Message body text"}}},"outputSchema":{"type":"object"}},{"name":"notifySlack","path":"/notify/slack","description":"Posts messages directly to developer channels via Slack webhooks.","keywords":"Slack Webhook Alert Dispatcher Posts messages directly to developer channels via Slack webhooks. Use when notifying engineering or project teams inside Slack. notify slack Post alert to slack workspace {\"webhook_url\":\"https://hooks.slack.com/...\",\"text\":\"System alert: High CPU\"}","inputSchema":{"type":"object","required":["webhook_url","text"],"properties":{"webhook_url":{"type":"string","description":"Slack incoming webhook URL"},"text":{"type":"string","description":"Message text content"}}},"outputSchema":{"type":"object"}},{"name":"notifyDiscord","path":"/notify/discord","description":"Relays markdown notification cards to Discord webhooks.","keywords":"Discord Webhook Relayer Relays markdown notification cards to Discord webhooks. Use to dispatch status alerts to a Discord server channel. notify discord Relay notification card to discord channel {\"webhook_url\":\"https://discord.com/api/...\",\"content\":\"**Backup successful**\"}","inputSchema":{"type":"object","required":["webhook_url","content"],"properties":{"webhook_url":{"type":"string","description":"Discord webhook URL"},"content":{"type":"string","description":"Markdown text description (max 2000 chars)"}}},"outputSchema":{"type":"object"}},{"name":"notifyEmail","path":"/notify/email","description":"Sends automated email notifications using the Resend API.","keywords":"Resend Free Email Dispatcher Sends automated email notifications using the Resend API. Use to send verification codes or summaries directly to a user's inbox. notify email Send alert to user email {\"to\":\"dev@example.com\",\"subject\":\"Failure alert\",\"body\":\"The server crashed!\"}","inputSchema":{"type":"object","required":["to","subject","body"],"properties":{"to":{"type":"string","description":"Recipient email address"},"subject":{"type":"string","description":"Email subject line"},"body":{"type":"string","description":"Email body text (HTML supported)"},"api_key":{"type":"string","description":"Optional Resend API key (if empty, uses worker config)"}}},"outputSchema":{"type":"object"}},{"name":"domainCheck","path":"/domain/check","description":"Checks domain registration availability by checking SOA DNS records.","keywords":"Domain Availability SOA Checker Checks domain registration availability by checking SOA DNS records. Use when verifying if a target domain is unregistered and available for buy/registration. domain dns Check if domain is available {\"domain\":\"my-new-idea-domain.com\"}","inputSchema":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Domain name to check (e.g. google.com)"}}},"outputSchema":{"type":"object"}},{"name":"domainSocial","path":"/domain/social","description":"Checks availability of a handle across major social platforms (GitHub, Twitter, Reddit, YouTube, Instagram).","keywords":"Social Profile Handle Checker Checks availability of a handle across major social platforms (GitHub, Twitter, Reddit, YouTube, Instagram). Use to verify brand username consistency across social channels. domain social Check handle availability for startup {\"handle\":\"newstartup\"}","inputSchema":{"type":"object","required":["handle"],"properties":{"handle":{"type":"string","description":"Username handle to check"}}},"outputSchema":{"type":"object"}},{"name":"brandPalette","path":"/brand/palette","description":"Parses CSS hex and rgb colors on a target website to resolve brand colors.","keywords":"Website Official Colors Extractor Parses CSS hex and rgb colors on a target website to resolve brand colors. Use when an agent needs to determine the visual color palette of a company. brand colors Get brand colors of a site {\"url\":\"https://tailwind.com\"}","inputSchema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"Website URL to extract colors from"}}},"outputSchema":{"type":"object"}},{"name":"brandLogo","path":"/brand/logo","description":"Extracts high-resolution logo links using Clearbit's free logo API.","keywords":"Clearbit Corporate Logo Resolver Extracts high-resolution logo links using Clearbit's free logo API. Use to retrieve the icon/logo link for a public business. brand logo Get corporate logo for website {\"domain\":\"google.com\"}","inputSchema":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Domain name of the company (e.g. stripe.com)"}}},"outputSchema":{"type":"object"}},{"name":"networkSslExpiry","path":"/network/ssl-expiry","description":"Checks domain certificate logs on CertSpotter for SSL expiry dates and issuers.","keywords":"CertSpotter SSL Validity Checker Checks domain certificate logs on CertSpotter for SSL expiry dates and issuers. Use when an agent needs to verify if an SSL certificate is active or expiring soon. network ssl Check SSL logs for domain {\"domain\":\"github.com\"}","inputSchema":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Target domain name"}}},"outputSchema":{"type":"object"}},{"name":"networkDnssec","path":"/network/dnssec","description":"Verifies the presence of DNSSEC keys and signatures on a domain via DoH.","keywords":"DNSSEC Signatures Verifier Verifies the presence of DNSSEC keys and signatures on a domain via DoH. Use verifying if a domain is protected against DNS spoofing/poisoning. network dnssec Verify dnssec is active for domain {\"domain\":\"google.com\"}","inputSchema":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Domain name to check"}}},"outputSchema":{"type":"object"}},{"name":"ipPatent","path":"/intellectual-property/patent","description":"Searches official USPTO patent database records using title query keywords or a specific patent number.","keywords":"USPTO Official Patent Lookup Searches official USPTO patent database records using title query keywords or a specific patent number. Use to retrieve filing dates, abstracts, and inventor details of a patent. intellectual-property patent Lookup patent 10482810 {\"query\":\"10482810\"}","inputSchema":{"type":"object","required":["query"],"properties":{"query":{"type":"string","description":"Patent number or query keywords (e.g. 10123456)"}}},"outputSchema":{"type":"object"}},{"name":"ipTrademark","path":"/intellectual-property/trademark","description":"Audits word conflicts in public trademark indexes to verify name availability.","keywords":"Trademark Index Search Audits word conflicts in public trademark indexes to verify name availability. Use to verify potential conflicts prior to registering a business brand name. intellectual-property trademark Verify trademark conflicts for brand name {\"name\":\"Google\"}","inputSchema":{"type":"object","required":["name"],"properties":{"name":{"type":"string","description":"Trademark name to verify"}}},"outputSchema":{"type":"object"}},{"name":"companySec","path":"/company/sec","description":"Queries recent SEC filings (10-K, 10-Q, 8-K) by ticker or CIK identifier.","keywords":"SEC EDGAR Filings Lookup Queries recent SEC filings (10-K, 10-Q, 8-K) by ticker or CIK identifier. Use to retrieve the list of recent filings and regulatory documents submitted by a public company. company sec Lookup Apple SEC filings {\"cik\":\"0000320193\"}","inputSchema":{"type":"object","required":["cik"],"properties":{"cik":{"type":"string","description":"10-digit SEC CIK identifier (e.g. 0000320193)"}}},"outputSchema":{"type":"object"}},{"name":"companyAddress","path":"/company/address","description":"Resolves official corporate address and incorporation details from SEC EDGAR registry records.","keywords":"SEC Corporate Address Resolver Resolves official corporate address and incorporation details from SEC EDGAR registry records. Use verifying a public company's official registered headquarters address. company address Get Apple corporate address {\"cik\":\"0000320193\"}","inputSchema":{"type":"object","required":["cik"],"properties":{"cik":{"type":"string","description":"10-digit CIK identifier"}}},"outputSchema":{"type":"object"}},{"name":"registryNpm","path":"/registry/npm","description":"Retrieves version history, dependencies, and author details from the official NPM registry.","keywords":"NPM Library Resolver Retrieves version history, dependencies, and author details from the official NPM registry. Use to retrieve the latest version, dependencies, or download tags for an NPM package. registry npm Get npm stats for zod {\"package\":\"zod\"}","inputSchema":{"type":"object","required":["package"],"properties":{"package":{"type":"string","description":"NPM package name"}}},"outputSchema":{"type":"object"}},{"name":"registryPypi","path":"/registry/pypi","description":"Fetches package descriptions, requirements, and release version numbers from PyPI.","keywords":"PyPI Package Resolver Fetches package descriptions, requirements, and release version numbers from PyPI. Use to query PyPI library metadata or requirements. registry pypi Get package info for pydantic {\"package\":\"pydantic\"}","inputSchema":{"type":"object","required":["package"],"properties":{"package":{"type":"string","description":"Python package name"}}},"outputSchema":{"type":"object"}},{"name":"registryCrates","path":"/registry/crates","description":"Looks up Rust crate details, downloads history, and dependencies from Crates.io.","keywords":"Rust Crates.io Resolver Looks up Rust crate details, downloads history, and dependencies from Crates.io. Use to verify Rust library registry statuses. registry crates Check rust crate details for serde {\"crate\":\"serde\"}","inputSchema":{"type":"object","required":["crate"],"properties":{"crate":{"type":"string","description":"Rust crate name"}}},"outputSchema":{"type":"object"}},{"name":"registryGolang","path":"/registry/golang","description":"Queries Go release tags and modules list from proxy.golang.org.","keywords":"Go Proxy Config Checker Queries Go release tags and modules list from proxy.golang.org. Use to verify release modules available on Go proxy pipelines. registry golang Verify gin module versions {\"module\":\"github.com/gin-gonic/gin\"}","inputSchema":{"type":"object","required":["module"],"properties":{"module":{"type":"string","description":"Golang module URL (e.g. github.com/gin-gonic/gin)"}}},"outputSchema":{"type":"object"}},{"name":"registryPackagist","path":"/registry/packagist","description":"Resolves PHP library requirements and tags from Packagist.org.","keywords":"PHP Composer Packagist Lookup Resolves PHP library requirements and tags from Packagist.org. Use verifying PHP library versions. registry packagist Check composer packages stats {\"package\":\"laravel/framework\"}","inputSchema":{"type":"object","required":["package"],"properties":{"package":{"type":"string","description":"Composer package slug (vendor/name, e.g. monolog/monolog)"}}},"outputSchema":{"type":"object"}},{"name":"registryMaven","path":"/registry/maven","description":"Queries Java package group and artifact structures from Maven Central.","keywords":"Java Maven Package Resolver Queries Java package group and artifact structures from Maven Central. Use to retrieve the Maven coordinates for a Java artifact. registry maven Search maven repository for log4j {\"artifact\":\"log4j\"}","inputSchema":{"type":"object","required":["artifact"],"properties":{"artifact":{"type":"string","description":"Artifact name (e.g. log4j)"}}},"outputSchema":{"type":"object"}},{"name":"registryCdnjs","path":"/registry/cdnjs","description":"Resolves Javascript/CSS file paths hosted on cdnjs.","keywords":"CDNJS File Paths Resolver Resolves Javascript/CSS file paths hosted on cdnjs. Use to lookup CDN urls to import libraries in web layouts. registry cdnjs Get jquery cdn links {\"library\":\"jquery\"}","inputSchema":{"type":"object","required":["library"],"properties":{"library":{"type":"string","description":"Library name (e.g. jquery)"}}},"outputSchema":{"type":"object"}},{"name":"registryGithubRepo","path":"/registry/github/repo","description":"Reads star counts, issues, forks, and description for a GitHub repository.","keywords":"GitHub Repository Stats Lookup Reads star counts, issues, forks, and description for a GitHub repository. Use checking repository popularity metrics or health indicators. registry github Get github stats for react {\"repo\":\"facebook/react\"}","inputSchema":{"type":"object","required":["repo"],"properties":{"repo":{"type":"string","description":"Repository slug (owner/name, e.g. facebook/react)"}}},"outputSchema":{"type":"object"}},{"name":"registryGithubRelease","path":"/registry/github/release","description":"Retrieves the latest tag release and release notes for a GitHub repository.","keywords":"GitHub Tag Release Resolver Retrieves the latest tag release and release notes for a GitHub repository. Use to verify recent version tags and release note details. registry github Check latest release notes for rust {\"repo\":\"rust-lang/rust\"}","inputSchema":{"type":"object","required":["repo"],"properties":{"repo":{"type":"string","description":"Repository slug (owner/name)"}}},"outputSchema":{"type":"object"}},{"name":"registryGithubLicense","path":"/registry/github/license","description":"Scrapes and parses repository license configurations from GitHub.","keywords":"GitHub Repository License Resolver Scrapes and parses repository license configurations from GitHub. Use when an agent needs to audit open-source license compliance. registry github Verify repository license for lodash {\"repo\":\"lodash/lodash\"}","inputSchema":{"type":"object","required":["repo"],"properties":{"repo":{"type":"string","description":"Repository slug (owner/name)"}}},"outputSchema":{"type":"object"}},{"name":"securitySecretScan","path":"/security/secret-scan","description":"Runs high-accuracy regular expression scans on a text block to find leaked API keys, tokens, or private keys.","keywords":"Regex Private Key Scanner Runs high-accuracy regular expression scans on a text block to find leaked API keys, tokens, or private keys. Use to audit source code or logs before pushing to public repositories. security keys Scan text block for exposed credentials {\"text\":\"deploy key: xoxb-12345678-abcde\"}","inputSchema":{"type":"object","required":["text"],"properties":{"text":{"type":"string","description":"Text block content to scan"}}},"outputSchema":{"type":"object"}},{"name":"securityCve","path":"/security/cve","description":"Checks package names and versions against the free open-source vulnerability database OSV.dev.","keywords":"OSV.dev CVE Library Vulnerabilities Checker Checks package names and versions against the free open-source vulnerability database OSV.dev. Use to audit dependency trees for registered vulnerability risks. security cve Verify vulnerabilities for library version {\"package\":\"lodash\",\"version\":\"4.17.15\"}","inputSchema":{"type":"object","required":["package","version"],"properties":{"package":{"type":"string","description":"Package name (e.g. lodash)"},"version":{"type":"string","description":"Package version number (e.g. 4.17.15)"},"ecosystem":{"type":"string","description":"Ecosystem name (npm, PyPI, Go, Crates)","default":"npm"}}},"outputSchema":{"type":"object"}},{"name":"securityIpAbuse","path":"/security/ip-abuse","description":"Queries IP reputation scoring to detect botnet, spamming, or hacking origin IPs.","keywords":"AbuseIPDB IP Reputation Query Queries IP reputation scoring to detect botnet, spamming, or hacking origin IPs. Use to verify client IP quality or blocking malicious traffic. security ip Verify reputation for host IP {\"ip\":\"8.8.8.8\"}","inputSchema":{"type":"object","required":["ip"],"properties":{"ip":{"type":"string","description":"IPv4 or IPv6 address"}}},"outputSchema":{"type":"object"}},{"name":"securityHashCheck","path":"/security/hash-check","description":"Verifies file MD5/SHA256 threat signatures against open vulnerability directories.","keywords":"Threat Hash Signatures Lookup Verifies file MD5/SHA256 threat signatures against open vulnerability directories. Use to audit uploaded file signatures against malware indexes. security threat Verify file md5 signature {\"hash\":\"d41d8cd98f00b204e9800998ecf8427e\"}","inputSchema":{"type":"object","required":["hash"],"properties":{"hash":{"type":"string","description":"MD5, SHA-1, or SHA-256 signature hash"}}},"outputSchema":{"type":"object"}},{"name":"securityPwnedPassword","path":"/security/pwned-password","description":"Securly audits passwords against HaveIBeenPwned database leaks using k-Anonymity hashing locally.","keywords":"HaveIBeenPwned Leak Checker Securly audits passwords against HaveIBeenPwned database leaks using k-Anonymity hashing locally. Use when confirming if a password is weak and has leaked in past data breaches. security password Verify if password123 is leaked {\"password\":\"password123\"}","inputSchema":{"type":"object","required":["password"],"properties":{"password":{"type":"string","description":"Password to verify"}}},"outputSchema":{"type":"object"}},{"name":"securityHttpHeaders","path":"/security/http-headers","description":"Queries target URL headers to score security configurations (HSTS, CSP, X-Frame-Options).","keywords":"CSP & HSTS Headers Auditing Queries target URL headers to score security configurations (HSTS, CSP, X-Frame-Options). Use when an agent needs to evaluate website security configuration. security headers Audit headers of target website {\"url\":\"https://github.com\"}","inputSchema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"URL to parse"}}},"outputSchema":{"type":"object"}},{"name":"mediaPdfText","path":"/media/pdf-text","description":"Extracts and parses text strings from a public PDF document URL.","keywords":"Local PDF Text Extractor Extracts and parses text strings from a public PDF document URL. Use to read the textual contents of invoices, whitepapers, or manuals in PDF format. media pdf Read text from dummy PDF {\"url\":\"https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf\"}","inputSchema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"URL pointing to a public PDF document"}}},"outputSchema":{"type":"object"}},{"name":"mediaOcr","path":"/media/ocr","description":"Performs optical character recognition (OCR) on an image URL to read its text.","keywords":"OCR.space Image Text Reader Performs optical character recognition (OCR) on an image URL to read its text. Use to extract text from screenshots, scanned receipts, or product labels. media ocr Read text from receipt image {\"image_url\":\"https://receive-sms-free.cc/logo.png\"}","inputSchema":{"type":"object","required":["image_url"],"properties":{"image_url":{"type":"string","description":"URL of the target PNG/JPG image"}}},"outputSchema":{"type":"object"}},{"name":"mediaChart","path":"/media/chart","description":"Generates charts (bar, line, pie) from JSON configuration payloads using QuickChart.io.","keywords":"QuickChart.io Visual Generator Generates charts (bar, line, pie) from JSON configuration payloads using QuickChart.io. Use when an agent needs to generate graphical dashboard reports or trends diagrams. media chart Generate sales report bar chart {\"chart_config\":{\"type\":\"bar\",\"data\":{\"labels\":[\"Jan\",\"Feb\"],\"datasets\":[{\"label\":\"Revenue\",\"data\":[10,25]}]}}}","inputSchema":{"type":"object","required":["chart_config"],"properties":{"chart_config":{"type":"object","description":"Chart.js compatible configuration JSON"}}},"outputSchema":{"type":"object"}},{"name":"mediaQrGenerate","path":"/media/qr-generate","description":"Generates a QR code image buffer from a text string.","keywords":"Local QR Code Buffer Generator Generates a QR code image buffer from a text string. Use to generate scan links for mobile wallet deposits or logins. media qr Generate QR code for stripe invoice link {\"text\":\"https://stripe.com/invoice/1234\"}","inputSchema":{"type":"object","required":["text"],"properties":{"text":{"type":"string","description":"Text or URL payload to encode in the QR code"}}},"outputSchema":{"type":"object"}},{"name":"mediaBarcodeRead","path":"/media/barcode-read","description":"Decodes EAN, UPC, or ISBN barcode values from an image URL.","keywords":"Barcode Image Parity Decoder Decodes EAN, UPC, or ISBN barcode values from an image URL. Use to resolve a physical product barcode image into a barcode string. media barcode Read barcode from image {\"image_url\":\"https://upcitemdb.com/logo.png\"}","inputSchema":{"type":"object","required":["image_url"],"properties":{"image_url":{"type":"string","description":"URL of the target barcode image"}}},"outputSchema":{"type":"object"}}],"payment":{"x402":{"accepts":{"/web/search":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.020","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.020","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/web/search","description":"Performs web searches using a free DuckDuckGo HTML parser. Returns organic search results.","mimeType":"application/json","serviceName":"CodePulse API","tags":["web","search"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"query":"artificial intelligence news"}},"output":{"type":"json","example":{"supported":true,"result":{"results":[{"title":"Example AI Article","url":"https://example.com/ai-article","snippet":"This is a brief description of the AI article."}]},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["query"],"properties":{"query":{"type":"string","description":"Search query keywords"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/web/scrape":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.020","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.020","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/web/scrape","description":"Extracts clean readable text from any website URL.","mimeType":"application/json","serviceName":"CodePulse API","tags":["web","scrape"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"url":"https://example.com"}},"output":{"type":"json","example":{"supported":true,"result":{"text":"Example Domain\nThis domain is for use in illustrative examples..."},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"Website URL to scrape"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/web/markdown":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.020","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.020","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/web/markdown","description":"Downloads HTML and compiles it to markdown locally using Turndown.","mimeType":"application/json","serviceName":"CodePulse API","tags":["web","markdown"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"url":"https://example.com"}},"output":{"type":"json","example":{"supported":true,"result":{"markdown":"# Example Domain\n\nThis domain is for use in illustrative examples..."},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"Target URL to convert to markdown"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/web/metadata":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/web/metadata","description":"Extracts OpenGraph tags, description, keywords, and page header meta tags.","mimeType":"application/json","serviceName":"CodePulse API","tags":["web","metadata"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"url":"https://example.com"}},"output":{"type":"json","example":{"supported":true,"result":{"title":"Example Domain","description":"Illustrative example domain description","og":{"title":"Example Domain","description":"Illustrative description"}},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"URL to read headers and tags from"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/web/history":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/web/history","description":"Queries historical website snapshots from the free Archive.org API.","mimeType":"application/json","serviceName":"CodePulse API","tags":["web","history"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"url":"https://example.com"}},"output":{"type":"json","example":{"supported":true,"result":{"available":true,"snapshot_url":"https://web.archive.org/web/20061205213202/http://example.com:80/","timestamp":"20061205213202"},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"URL to query snapshots for"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/web/rss":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/web/rss","description":"Parses any public RSS or Atom XML feed URL into structured JSON.","mimeType":"application/json","serviceName":"CodePulse API","tags":["web","rss"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"url":"https://hnrss.org/frontpage"}},"output":{"type":"json","example":{"supported":true,"result":{"feed":{"title":"Hacker News","link":"https://news.ycombinator.com/"},"items":[{"title":"Interesting post","link":"https://example.com/interesting","pubDate":"2026-06-25T12:00:00Z"}]},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"Feed XML URL"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/web/sitemap":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/web/sitemap","description":"Resolves and lists all URLs inside a sitemap XML.","mimeType":"application/json","serviceName":"CodePulse API","tags":["web","sitemap"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"url":"https://example.com/sitemap.xml"}},"output":{"type":"json","example":{"supported":true,"result":{"urls":["https://example.com/home","https://example.com/about"]},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"URL to sitemap.xml file"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/web/dns-txt":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/web/dns-txt","description":"Fetches TXT, MX, A, CNAME, and CAA records for a domain via Cloudflare DNS-over-HTTPS.","mimeType":"application/json","serviceName":"CodePulse API","tags":["web","dns"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"domain":"google.com","type":"TXT"}},"output":{"type":"json","example":{"supported":true,"result":{"records":["v=spf1 include:_spf.google.com ~all"]},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Domain name to check"},"type":{"type":"string","description":"DNS record type (TXT, MX, CAA, A, CNAME, NS)","default":"TXT"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/web/whois":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.020","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.020","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/web/whois","description":"Queries global registry metadata via the public RDAP protocol to find registration details.","mimeType":"application/json","serviceName":"CodePulse API","tags":["web","whois"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"domain":"google.com"}},"output":{"type":"json","example":{"supported":true,"result":{"registrar":"MarkMonitor Inc.","created_at":"1997-09-15T04:00:00Z","expired_at":"2028-09-14T04:00:00Z"},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Target domain name"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/mailbox/create":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/mailbox/create","description":"Generates a temporary disposable inbox address using the free 1secmail.com service.","mimeType":"application/json","serviceName":"CodePulse API","tags":["mailbox","temporary"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{}},"output":{"type":"json","example":{"supported":true,"result":{"email":"xdf908234@1secmail.com"},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/mailbox/messages":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/mailbox/messages","description":"Polls the disposable inbox for messages and verification codes.","mimeType":"application/json","serviceName":"CodePulse API","tags":["mailbox","temporary"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"email":"xdf908234@1secmail.com"}},"output":{"type":"json","example":{"supported":true,"result":{"messages":[{"id":1234,"from":"no-reply@github.com","subject":"Verification Code","date":"2026-06-25 12:00:00","body":"Your code is 884732"}]},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["email"],"properties":{"email":{"type":"string","description":"Disposable email address generated via /mailbox/create"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/phone/temp-sms":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.020","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.020","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/phone/temp-sms","description":"Lists active public numbers available for temporary SMS verification codes.","mimeType":"application/json","serviceName":"CodePulse API","tags":["phone","sms"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{}},"output":{"type":"json","example":{"supported":true,"result":{"numbers":[{"country":"United States","number":"+19142880099","provider":"receivesms"}]},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/phone/messages":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.020","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.020","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/phone/messages","description":"Queries public SMS verification boards to retrieve recent OTP codes.","mimeType":"application/json","serviceName":"CodePulse API","tags":["phone","sms"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"phone":"+12134567890"}},"output":{"type":"json","example":{"supported":true,"result":{"messages":[{"from":"Google","text":"G-123456 is your verification code.","date":"1 min ago"}]},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["phone"],"properties":{"phone":{"type":"string","description":"Target public phone number"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/webhook/listen":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/webhook/listen","description":"Generates a unique callback URL. Any POST request sent to this URL will be recorded.","mimeType":"application/json","serviceName":"CodePulse API","tags":["webhook","temporary"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{}},"output":{"type":"json","example":{"supported":true,"result":{"webhook_id":"wh_38f2a28189c4","callback_url":"https://codepulse-api.hahavoid0.workers.dev/webhook-callback/wh_38f2a28189c4"},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/webhook/poll":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/webhook/poll","description":"Retrieves all callback request payloads received by the listener.","mimeType":"application/json","serviceName":"CodePulse API","tags":["webhook","temporary"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"webhook_id":"wh_38f2a28189c4"}},"output":{"type":"json","example":{"supported":true,"result":{"callbacks":[{"timestamp":"2026-06-25T12:00:00Z","method":"POST","headers":{},"query":{},"body":{"code":"oauth_code_123"}}]},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["webhook_id"],"properties":{"webhook_id":{"type":"string","description":"Listener ID generated via /webhook/listen"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/notify/telegram":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/notify/telegram","description":"Dispatches telegram messages using a bot token and chat identifier.","mimeType":"application/json","serviceName":"CodePulse API","tags":["notify","telegram"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"bot_token":"BOT_TOKEN","chat_id":"CHAT_ID","message":"Alert! Task has completed."}},"output":{"type":"json","example":{"supported":true,"result":{"success":true,"messageId":99482},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["bot_token","chat_id","message"],"properties":{"bot_token":{"type":"string","description":"Telegram Bot API Token"},"chat_id":{"type":"string","description":"Target chat identifier"},"message":{"type":"string","description":"Message body text"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/notify/slack":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/notify/slack","description":"Posts messages directly to developer channels via Slack webhooks.","mimeType":"application/json","serviceName":"CodePulse API","tags":["notify","slack"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"webhook_url":"https://hooks.slack.com/services/...","text":"Deploy complete."}},"output":{"type":"json","example":{"supported":true,"result":{"success":true},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["webhook_url","text"],"properties":{"webhook_url":{"type":"string","description":"Slack incoming webhook URL"},"text":{"type":"string","description":"Message text content"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/notify/discord":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/notify/discord","description":"Relays markdown notification cards to Discord webhooks.","mimeType":"application/json","serviceName":"CodePulse API","tags":["notify","discord"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"webhook_url":"https://discord.com/api/webhooks/...","content":"Alert: balance low!"}},"output":{"type":"json","example":{"supported":true,"result":{"success":true},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["webhook_url","content"],"properties":{"webhook_url":{"type":"string","description":"Discord webhook URL"},"content":{"type":"string","description":"Markdown text description (max 2000 chars)"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/notify/email":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.020","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.020","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/notify/email","description":"Sends automated email notifications using the Resend API.","mimeType":"application/json","serviceName":"CodePulse API","tags":["notify","email"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"to":"user@example.com","subject":"Hello","body":"Hello from agent!"}},"output":{"type":"json","example":{"supported":true,"result":{"success":true,"emailId":"id_123"},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["to","subject","body"],"properties":{"to":{"type":"string","description":"Recipient email address"},"subject":{"type":"string","description":"Email subject line"},"body":{"type":"string","description":"Email body text (HTML supported)"},"api_key":{"type":"string","description":"Optional Resend API key (if empty, uses worker config)"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/domain/check":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/domain/check","description":"Checks domain registration availability by checking SOA DNS records.","mimeType":"application/json","serviceName":"CodePulse API","tags":["domain","dns"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"domain":"unregistered12345domain.net"}},"output":{"type":"json","example":{"supported":true,"result":{"domain":"unregistered12345domain.net","available":true},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Domain name to check (e.g. google.com)"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/domain/social":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.020","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.020","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/domain/social","description":"Checks availability of a handle across major social platforms (GitHub, Twitter, Reddit, YouTube, Instagram).","mimeType":"application/json","serviceName":"CodePulse API","tags":["domain","social"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"handle":"github"}},"output":{"type":"json","example":{"supported":true,"result":{"handle":"github","profiles":{"github":{"registered":true,"url":"https://github.com/github"}}},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["handle"],"properties":{"handle":{"type":"string","description":"Username handle to check"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/brand/palette":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/brand/palette","description":"Parses CSS hex and rgb colors on a target website to resolve brand colors.","mimeType":"application/json","serviceName":"CodePulse API","tags":["brand","colors"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"url":"https://example.com"}},"output":{"type":"json","example":{"supported":true,"result":{"colors":["#38bdf8","#0f172a"]},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"Website URL to extract colors from"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/brand/logo":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/brand/logo","description":"Extracts high-resolution logo links using Clearbit's free logo API.","mimeType":"application/json","serviceName":"CodePulse API","tags":["brand","logo"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"domain":"stripe.com"}},"output":{"type":"json","example":{"supported":true,"result":{"logo":"https://logo.clearbit.com/stripe.com"},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Domain name of the company (e.g. stripe.com)"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/network/ssl-expiry":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/network/ssl-expiry","description":"Checks domain certificate logs on CertSpotter for SSL expiry dates and issuers.","mimeType":"application/json","serviceName":"CodePulse API","tags":["network","ssl"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"domain":"google.com"}},"output":{"type":"json","example":{"supported":true,"result":{"valid":true,"not_after":"2026-09-12T12:00:00Z","issuer":"Google Trust Services"},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Target domain name"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/network/dnssec":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/network/dnssec","description":"Verifies the presence of DNSSEC keys and signatures on a domain via DoH.","mimeType":"application/json","serviceName":"CodePulse API","tags":["network","dnssec"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"domain":"cloudflare.com"}},"output":{"type":"json","example":{"supported":true,"result":{"dnssec_active":true,"keys":["257 3 13 ..."]},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Domain name to check"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/intellectual-property/patent":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.050","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.050","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/intellectual-property/patent","description":"Searches official USPTO patent database records using title query keywords or a specific patent number.","mimeType":"application/json","serviceName":"CodePulse API","tags":["intellectual-property","patent"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"query":"10000000"}},"output":{"type":"json","example":{"supported":true,"result":{"patent_number":"10000000","title":"Method of processing signals","inventor":"John Doe","date":"2018-06-19"},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["query"],"properties":{"query":{"type":"string","description":"Patent number or query keywords (e.g. 10123456)"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/intellectual-property/trademark":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.050","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.050","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/intellectual-property/trademark","description":"Audits word conflicts in public trademark indexes to verify name availability.","mimeType":"application/json","serviceName":"CodePulse API","tags":["intellectual-property","trademark"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"name":"Apple"}},"output":{"type":"json","example":{"supported":true,"result":{"name":"Apple","conflicts":true,"matches":[{"mark":"APPLE","owner":"Apple Inc."}]},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["name"],"properties":{"name":{"type":"string","description":"Trademark name to verify"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/company/sec":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.050","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.050","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/company/sec","description":"Queries recent SEC filings (10-K, 10-Q, 8-K) by ticker or CIK identifier.","mimeType":"application/json","serviceName":"CodePulse API","tags":["company","sec"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"cik":"0000320193"}},"output":{"type":"json","example":{"supported":true,"result":{"cik":"0000320193","recent_filings":[{"accessionNumber":"0000320193-26-000010","form":"10-Q","filingDate":"2026-05-01","description":"Quarterly Report"}]},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["cik"],"properties":{"cik":{"type":"string","description":"10-digit SEC CIK identifier (e.g. 0000320193)"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/company/address":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.020","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.020","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/company/address","description":"Resolves official corporate address and incorporation details from SEC EDGAR registry records.","mimeType":"application/json","serviceName":"CodePulse API","tags":["company","address"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"cik":"0000320193"}},"output":{"type":"json","example":{"supported":true,"result":{"street1":"ONE APPLE PARK WAY","city":"CUPERTINO","state":"CA","zip":"95014"},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["cik"],"properties":{"cik":{"type":"string","description":"10-digit CIK identifier"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/registry/npm":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/registry/npm","description":"Retrieves version history, dependencies, and author details from the official NPM registry.","mimeType":"application/json","serviceName":"CodePulse API","tags":["registry","npm"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"package":"hono"}},"output":{"type":"json","example":{"supported":true,"result":{"version":"4.0.0","description":"Hono framework"},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["package"],"properties":{"package":{"type":"string","description":"NPM package name"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/registry/pypi":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/registry/pypi","description":"Fetches package descriptions, requirements, and release version numbers from PyPI.","mimeType":"application/json","serviceName":"CodePulse API","tags":["registry","pypi"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"package":"requests"}},"output":{"type":"json","example":{"supported":true,"result":{"version":"2.31.0","author":"Kenneth Reitz"},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["package"],"properties":{"package":{"type":"string","description":"Python package name"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/registry/crates":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/registry/crates","description":"Looks up Rust crate details, downloads history, and dependencies from Crates.io.","mimeType":"application/json","serviceName":"CodePulse API","tags":["registry","crates"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"crate":"tokio"}},"output":{"type":"json","example":{"supported":true,"result":{"crate":"tokio","version":"1.35.1","downloads":10000000},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["crate"],"properties":{"crate":{"type":"string","description":"Rust crate name"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/registry/golang":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/registry/golang","description":"Queries Go release tags and modules list from proxy.golang.org.","mimeType":"application/json","serviceName":"CodePulse API","tags":["registry","golang"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"module":"github.com/gin-gonic/gin"}},"output":{"type":"json","example":{"supported":true,"result":{"module":"github.com/gin-gonic/gin","versions":["v1.9.1"]},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["module"],"properties":{"module":{"type":"string","description":"Golang module URL (e.g. github.com/gin-gonic/gin)"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/registry/packagist":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/registry/packagist","description":"Resolves PHP library requirements and tags from Packagist.org.","mimeType":"application/json","serviceName":"CodePulse API","tags":["registry","packagist"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"package":"monolog/monolog"}},"output":{"type":"json","example":{"supported":true,"result":{"package":"monolog/monolog","downloads":50000000},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["package"],"properties":{"package":{"type":"string","description":"Composer package slug (vendor/name, e.g. monolog/monolog)"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/registry/maven":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/registry/maven","description":"Queries Java package group and artifact structures from Maven Central.","mimeType":"application/json","serviceName":"CodePulse API","tags":["registry","maven"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"artifact":"log4j"}},"output":{"type":"json","example":{"supported":true,"result":{"group":"log4j","artifact":"log4j","version":"1.2.17"},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["artifact"],"properties":{"artifact":{"type":"string","description":"Artifact name (e.g. log4j)"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/registry/cdnjs":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/registry/cdnjs","description":"Resolves Javascript/CSS file paths hosted on cdnjs.","mimeType":"application/json","serviceName":"CodePulse API","tags":["registry","cdnjs"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"library":"react"}},"output":{"type":"json","example":{"supported":true,"result":{"library":"react","filename":"umd/react.production.min.js"},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["library"],"properties":{"library":{"type":"string","description":"Library name (e.g. jquery)"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/registry/github/repo":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/registry/github/repo","description":"Reads star counts, issues, forks, and description for a GitHub repository.","mimeType":"application/json","serviceName":"CodePulse API","tags":["registry","github"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"repo":"honojs/hono"}},"output":{"type":"json","example":{"supported":true,"result":{"stars":15000,"open_issues":100},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["repo"],"properties":{"repo":{"type":"string","description":"Repository slug (owner/name, e.g. facebook/react)"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/registry/github/release":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/registry/github/release","description":"Retrieves the latest tag release and release notes for a GitHub repository.","mimeType":"application/json","serviceName":"CodePulse API","tags":["registry","github"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"repo":"honojs/hono"}},"output":{"type":"json","example":{"supported":true,"result":{"tag_name":"v4.0.0","name":"Version 4 Release"},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["repo"],"properties":{"repo":{"type":"string","description":"Repository slug (owner/name)"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/registry/github/license":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/registry/github/license","description":"Scrapes and parses repository license configurations from GitHub.","mimeType":"application/json","serviceName":"CodePulse API","tags":["registry","github"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"repo":"honojs/hono"}},"output":{"type":"json","example":{"supported":true,"result":{"license":"MIT"},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["repo"],"properties":{"repo":{"type":"string","description":"Repository slug (owner/name)"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/security/secret-scan":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.030","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.030","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/security/secret-scan","description":"Runs high-accuracy regular expression scans on a text block to find leaked API keys, tokens, or private keys.","mimeType":"application/json","serviceName":"CodePulse API","tags":["security","keys"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"text":"My database string is mysql://root:secret@localhost"}},"output":{"type":"json","example":{"supported":true,"result":{"found":true,"leaks":[{"type":"Database credentials","match":"mysql://root:secret"}]},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["text"],"properties":{"text":{"type":"string","description":"Text block content to scan"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/security/cve":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.020","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.020","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/security/cve","description":"Checks package names and versions against the free open-source vulnerability database OSV.dev.","mimeType":"application/json","serviceName":"CodePulse API","tags":["security","cve"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"package":"lodash","version":"4.17.15","ecosystem":"npm"}},"output":{"type":"json","example":{"supported":true,"result":{"vulnerable":true,"cves":["GHSA-48tx-fdd9-839e"]},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["package","version"],"properties":{"package":{"type":"string","description":"Package name (e.g. lodash)"},"version":{"type":"string","description":"Package version number (e.g. 4.17.15)"},"ecosystem":{"type":"string","description":"Ecosystem name (npm, PyPI, Go, Crates)","default":"npm"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/security/ip-abuse":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.020","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.020","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/security/ip-abuse","description":"Queries IP reputation scoring to detect botnet, spamming, or hacking origin IPs.","mimeType":"application/json","serviceName":"CodePulse API","tags":["security","ip"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"ip":"127.0.0.1"}},"output":{"type":"json","example":{"supported":true,"result":{"ip":"127.0.0.1","abuseScore":0},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["ip"],"properties":{"ip":{"type":"string","description":"IPv4 or IPv6 address"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/security/hash-check":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/security/hash-check","description":"Verifies file MD5/SHA256 threat signatures against open vulnerability directories.","mimeType":"application/json","serviceName":"CodePulse API","tags":["security","threat"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"hash":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"}},"output":{"type":"json","example":{"supported":true,"result":{"hash":"e3b0c442...","clean":true},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["hash"],"properties":{"hash":{"type":"string","description":"MD5, SHA-1, or SHA-256 signature hash"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/security/pwned-password":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/security/pwned-password","description":"Securly audits passwords against HaveIBeenPwned database leaks using k-Anonymity hashing locally.","mimeType":"application/json","serviceName":"CodePulse API","tags":["security","password"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"password":"password123"}},"output":{"type":"json","example":{"supported":true,"result":{"pwned":true,"count":839482},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["password"],"properties":{"password":{"type":"string","description":"Password to verify"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/security/http-headers":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/security/http-headers","description":"Queries target URL headers to score security configurations (HSTS, CSP, X-Frame-Options).","mimeType":"application/json","serviceName":"CodePulse API","tags":["security","headers"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"url":"https://google.com"}},"output":{"type":"json","example":{"supported":true,"result":{"score":80,"headers":{"hsts":true,"csp":false}},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"URL to parse"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/media/pdf-text":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.050","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.050","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/media/pdf-text","description":"Extracts and parses text strings from a public PDF document URL.","mimeType":"application/json","serviceName":"CodePulse API","tags":["media","pdf"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"url":"https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf"}},"output":{"type":"json","example":{"supported":true,"result":{"text":"Dummy PDF file"},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"URL pointing to a public PDF document"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/media/ocr":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.050","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.050","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/media/ocr","description":"Performs optical character recognition (OCR) on an image URL to read its text.","mimeType":"application/json","serviceName":"CodePulse API","tags":["media","ocr"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"image_url":"https://i.imgur.com/example.png"}},"output":{"type":"json","example":{"supported":true,"result":{"text":"Extracted receipt content..."},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["image_url"],"properties":{"image_url":{"type":"string","description":"URL of the target PNG/JPG image"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/media/chart":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.020","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.020","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/media/chart","description":"Generates charts (bar, line, pie) from JSON configuration payloads using QuickChart.io.","mimeType":"application/json","serviceName":"CodePulse API","tags":["media","chart"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"chart_config":{"type":"bar","data":{"labels":["Q1","Q2"],"datasets":[{"label":"Sales","data":[100,200]}]}}}},"output":{"type":"json","example":{"supported":true,"result":{"chart_url":"https://quickchart.io/chart?c=..."},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["chart_config"],"properties":{"chart_config":{"type":"object","description":"Chart.js compatible configuration JSON"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/media/qr-generate":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.010","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.010","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/media/qr-generate","description":"Generates a QR code image buffer from a text string.","mimeType":"application/json","serviceName":"CodePulse API","tags":["media","qr"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"text":"https://codepulse-api.hahavoid0.workers.dev"}},"output":{"type":"json","example":{"supported":true,"result":{"qr_url":"https://api.qrserver.com/..."},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["text"],"properties":{"text":{"type":"string","description":"Text or URL payload to encode in the QR code"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}},"/media/barcode-read":{"accepts":[{"scheme":"exact","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","price":"$0.020","network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}},{"scheme":"exact","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","price":"$0.020","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","maxTimeoutSeconds":120,"extra":{}}],"resource":"https://codepulse-api.hahavoid0.workers.dev/media/barcode-read","description":"Decodes EAN, UPC, or ISBN barcode values from an image URL.","mimeType":"application/json","serviceName":"CodePulse API","tags":["media","barcode"],"iconUrl":"https://codepulse-api.hahavoid0.workers.dev/logo.png","extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"image_url":"https://i.imgur.com/example-barcode.png"}},"output":{"type":"json","example":{"supported":true,"result":{"found":true,"barcode":"9780140449136","format":"EAN_13"},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","required":["image_url"],"properties":{"image_url":{"type":"string","description":"URL of the target barcode image"}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}}}}}}}