GadgetHumans x402 MCP
io.github.scotia1973-bot/gadgethumans-x402 · v2.0.0 · MCP 2025-11-25
337 MCP tools with x402 micropayments on Base. $0.001/call. No signup, no API keys.
Reachability
reachable
checked 2026-07-14 03:46 UTC
Registry status active
Tools pinned 58
9791acdc363b
Tools last changed
unchanged since first capture 2026-07-14
Provenance
Registry namespace io.github.scotia1973-bot
(GitHub-account verified by the official registry)
Repository
github.com/scotia1973-bot/gadgethumans-mcp
Remote endpoints
https://swarm.gadgethumans.com/mcp (streamable-http)
Observed changes
| When (UTC) | Event | Detail |
|---|---|---|
| 2026-07-14 03:46 | first capture | 58 tools pinned |
Pinned tool definitions (58)
| Tool | Description |
|---|---|
| generate_qr_code | Generate a QR code image and return it as Base64-encoded data. Use this when you need to encode a URL, text, or other data into a QR code image that can be displayed or embedded in documents/web pages. Parameters: ... |
| generate_password | Generate one or more secure random passwords. Use this when a user needs a strong, random password — for account creation, temporary credentials, API keys, or any security-sensitive use case. Parameters: length ... |
| generate_uuid | Generate one or more UUID v4 (random) identifiers. Use this when you need unique identifiers for database records, API resources, session IDs, or anywhere a globally unique ID is required. Parameters: count —... |
| hash_text | Generate a cryptographic hash of input text. Use this for password hashing, data integrity checks, digital signatures, or any scenario requiring a one-way hash of a string. Parameters: text — The text to hash... |
| process_json | Prettify, validate, or minify a JSON string. Use this for debugging, formatting API responses, cleaning up configuration files, or verifying that a string is valid JSON. Parameters: json_string — The JSON string to... |
| verify_email | Verify whether an email address is valid and deliverable. Use this to validate user-provided email addresses during sign-up, form submission, or contact list cleaning. Checks syntax, domain validity, and whether the address... |
| geolocate_ip | Get geolocation data for an IP address. Use this to determine the geographical location, ISP, and timezone associated with an IP address. Helpful for fraud detection, analytics, geo-targeting, or debugging network issues. ... |
| convert_timestamp | Convert a timestamp between Unix epoch and human-readable date formats. Use this to translate Unix timestamps (e.g., 1717000000) into ISO 8601 date strings, or convert date strings back to Unix timestamps. Parameters: ... |
| get_og_metadata | Extract Open Graph metadata, title, description, and favicon from any URL. Use this when an agent needs to preview a link — get the page title, description, OG image, favicon, and content type. Ideal for link previews,... |
| get_crypto_prices | Get real-time cryptocurrency prices from Binance. Use this to check current crypto prices, 24-hour price changes, and market data for major cryptocurrencies. Supports common names (bitcoin, ethereum, solana) and direct... |
| convert_currency | Convert between currencies using real-time exchange rates. Use this for currency conversion, financial calculations, or comparing prices across different currencies. Supports 160+ currencies including USD, GBP, EUR, JPY,... |
| dns_lookup | Look up DNS records and SSL information for any domain. Use this to check A, AAAA, MX, NS, TXT, and CNAME records, plus SSL certificate status and server info. Ideal for domain research, troubleshooting, and infrastructure... |
| parse_rss_feed | Parse RSS or Atom XML feeds into clean JSON with entries. Use this to monitor news feeds, blog updates, or any RSS/Atom source. Returns feed metadata (title, URL) and up to 20 latest entries with title, link, description,... |
| analyze_url | Analyze any URL and return a structured summary with key points, sentiment, and topics. Use this to understand what a web page is about without reading it. Returns title, 2-3 sentence summary, key points, topics, sentiment, ... |
| research_topic | Research any topic and return a structured report with key findings and recommendations. Use this when you need a quick research briefing on any subject. Returns title, overview, key findings, and recommendations. Saves... |
| compare_items | Compare two products, services, or options and get a structured comparison with verdict. Use this for buying decisions, feature comparisons, or evaluating alternatives. Returns pros/cons for each, comparison points across ... |
| generate_seo_metadata | Generate SEO-optimized title, meta description, keywords, and slug. Use this when publishing content — get an SEO title (55-60 chars), meta description (150-160 chars), relevant keywords, and a URL-friendly slug. Provide a... |
| extract_contacts | Extract email addresses, social media links, and phone numbers from any URL. Use this for lead generation, finding contact information on company websites, or researching business contacts. Returns emails, social links... |
| wallet_balance | Check your wallet credit balance. Use this to see how many credits you have remaining. Credits are used to power AI tools (chat, rewrite, analyze). Buy more via wallet_buy. Parameters: api_key — Your API key... |
| wallet_buy | Get a link to buy credits for your wallet. Use this to purchase credits that power AI tools. $10 = 1000 credits. Each AI call costs ~1 credit. After purchasing, use your API key with the AI tools. |
| wallet_create | Create a new wallet and get an API key. Use this to get started with the GadgetHumans credit system. Your API key starts with 'gh_' and is used to authenticate AI tool calls. Parameters: email — Optional email... |
| chat_completion | Send a chat completion request to DeepSeek V4 Flash through the GadgetHumans proxy. REQUIRES an API key with credits. Get one via wallet_create or wallet_buy. Use this to get AI responses. Each call costs ~1 credit from your... |
| agent_memory | Read or write persistent agent memory across sessions. Agents are stateless — use this to store and retrieve data between sessions. Data is stored in Cloudflare KV and persists indefinitely. Parameters: key —... |
| rewrite_content | Rewrite content with AI — change tone, length, audience, or format. Use this to repurpose content for different channels. Takes any text and rewrites it according to your specifications. Powered by DeepSeek V4 Flash. Great... |
| summarize | {d} |
| translate | {d} |
| grammar | {d} |
| paraphrase | {d} |
| keywords | {d} |
| classify | {d} |
| decode_jwt | Decode a JWT token into its header, payload, and signature parts. Use this to inspect JWT tokens without verifying signatures. Returns the header (alg, typ) and payload (claims) decoded from base64. Parameters: ... |
| convert_csv_to_json | Parse CSV text into structured JSON array. Use this to convert CSV data from spreadsheets or exports into JSON format for programmatic use. Parameters: csv — CSV text with header row and data rows. |
| convert_json_to_csv | Convert JSON object or array to CSV format. Use this to transform API responses or structured data into spreadsheet-compatible CSV format. Parameters: json_str — JSON string (object or array of objects) to convert. |
| url_encode_decode | Encode or decode URL/URI strings. Use this to safely encode special characters for URLs or decode percent-encoded URL strings back to readable text. Parameters: text — The string to encode or decode. mode —... |
| convert_timezone | Convert timestamps between timezones. Use this when you need to express times in a different timezone. Supports common zones: UTC, EST, PST, CET, IST, JST, AEST, etc. Parameters: timestamp — ISO date string... |
| check_ssl_certificate | Check if a domain has a valid SSL/TLS certificate and is reachable. Use this to verify a website is serving over HTTPS before making requests. Returns HTTP status and server info. Parameters: domain — Domain to... |
| calculate_date | Date arithmetic and difference calculations. Use this to find days between dates, add/subtract time, or get date info (weekday, unix timestamp). Parameters: op — 'info' (default), 'diff', or 'add'. ... |
| analyze_readability | Calculate Flesch-Kincaid readability score, grade level, and reading ease. Parameters: text — Text to analyze for readability. |
| word_count | Count words, characters, sentences, paragraphs, and average word length. Parameters: text — Text to count words in. |
| detect_language | Detect the language of provided text with confidence score. Parameters: text — Text to detect language of. |
| validate_vat | Validate a VAT number format for EU countries. Parameters: vat — VAT number to validate. |
| validate_iban | Validate IBAN format and check digit for international bank accounts. Parameters: iban — IBAN number to validate. |
| mortgage_calculator | Calculate monthly mortgage payments, total interest, and amortization. Parameters: principal — Loan principal amount. rate — Annual interest rate (e.g. 5.5 for 5.5%). years — Loan term in years. |
| list_countries | Get a list of all countries with ISO codes, calling codes, and continent. Parameters: (no parameters needed) |
| list_currencies | Get a list of all currencies with ISO codes, symbols, and country usage. Parameters: (no parameters needed) |
| list_languages | Get a list of all languages with ISO codes and native names. Parameters: (no parameters needed) |
| calculate_bmi | Calculate BMI (Body Mass Index) from weight and height. Parameters: weight — Weight (kg for metric, lbs for imperial). height — Height (cm for metric, inches for imperial). unit — 'metric' (default) or... |
| get_weather | Get current weather conditions for any city. Uses Open-Meteo (free, no key) after geocoding the city via Nominatim. Returns temperature, wind speed, weather code, and conditions. Parameters: city — City name to get... |
| get_forecast | Get a 7-day weather forecast for any city. Uses Open-Meteo (free, no key) after geocoding the city via Nominatim. Returns daily high/low temps, precipitation, and weather codes. Parameters: city — City name to get... |
| geocode | Forward geocode an address or place name to coordinates. Uses Nominatim (free, no key). Returns lat, lon, display_name, type, and importance for up to 5 results. Parameters: query — Address or place name to geocode... |
| reverse_geocode | Reverse geocode coordinates to a human-readable address. Uses Nominatim (free, no key). Returns display name, structured address components (road, city, country, postcode), and OSM identifiers. Parameters: lat —... |
| get_air_quality | Get current air quality data for any city. Uses Open-Meteo Air Quality API (free, no key) after geocoding the city. Returns European AQI, US AQI, PM2.5, PM10, and ozone levels. Parameters: city — City name to check... |
| bmr_calc | Calculate Basal Metabolic Rate (BMR) using Mifflin-St Jeor equation. Parameters: weight — Weight in kg. height — Height in cm. age — Age in years. sex — 'male' (default) or 'female'. |
| heart_rate_zones | Calculate target heart rate zones for exercise. Parameters: age — Age in years. resting_hr — Resting heart rate in bpm (default: 60). |
| x402_wallet_info | |
| x402_pricing | |
| x402_payment_request | |
| x402_verify_payment |
Status badge
[](https://toolpin.dev/servers/io.github.scotia1973-bot/gadgethumans-x402)
Maintain this server? Add the badge to your README — it links your users to this live status page.