GadgetHumans API Hub

Hosted MCP endpoint — 46 tools + 300+ REST endpoints. Free tier, no API keys, no signup.

OtherJavaScriptv1.0.9

GadgetHumans MCP — 46 AI Agent Tools + 300+ REST endpoints

One MCP endpoint. Zero friction. Free tier, no API key.

⚡ Install (one line)

curl -fsSL https://gadgethumans.com/install.sh | bash

Auto-detects Claude Code, Cursor, Cline, or Codex and wires the endpoint in. Or add manually:

{
  "mcpServers": {
    "gadgethumans": {
      "type": "http",
      "url": "https://api.gadgethumans.com/mcp"
    }
  }
}

What You Get

58 tools across 8 categories — no API keys, no signup, no subscriptions.

AI & Agents — Chat completions, tone analysis, text generation, entity extraction Weather & Geo — Current weather, 7-day forecast, air quality, geocoding Crypto & Finance — Live prices, loan calculator, mortgage calc, ROI, currency converter Web & Scraping — URL content extraction, RSS feed parsing, link checking, SSL verification Code & Dev — SQL formatter, JSON tools, code complexity, regex testing DNS & Network — DNS lookup, reverse DNS, port checking, SSL cert check Marketing & SEO — SEO metadata generator, keyword analysis, Open Graph scraping Data & Math — Stats, matrix operations, hex dumps, unit conversion, color tools

Pricing

TierPriceCalls
Pay-per-call$0.001/callUnlimited (via x402)
Pro$19/monthUnlimited
Enterprise$99/monthUnlimited + white-label

Buy credits directly — instant delivery:

Pay via card or USDC on Base. Money hits instantly. No subscription needed.

Pay via card or USDC on Base. No lock-in.

Quick Start

# Any MCP client
# Just add to your config:
{
  "mcpServers": {
    "gadgethumans": {
      "url": "https://api.gadgethumans.com/mcp"
    }
  }
}

Works with Claude Desktop, Cline, Continue.dev, Codex, Windsurf, and any MCP-compatible client.

Why GadgetHumans?

  • No API keys to manage — just point and connect
  • Pay per call OR flat rate — your choice
  • 58 tools out of the box — weather, crypto, web, code, AI, and more
  • Production infrastructure — HTTPS, auto-healing, Stripe payments
  • Listed on MCP.so, Glama, and awesome-mcp-servers

Built with x402 — the payment protocol for the agent economy.

Installation

Source-derived launch command. Check the maintainer’s required arguments and credentials before running:

bash
npx -y gadgethumans-mcp

Set up in your AI client

Merge this template into ~/Library/Application Support/Claude/claude_desktop_config.json. Keep existing servers. Add any arguments, credentials, and permissions required by the maintainer; this template has not been install-tested.

json
{
  "mcpServers": {
    "com-gadgethumans-gadgethumans-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gadgethumans-mcp"
      ]
    }
  }
}

Restart Claude Desktop completely for changes to take effect. Confirm the server appears connected in the client’s tool list, then try a read-only example from its documentation.

Claude Desktop setup reference

Package

gadgethumans-mcpnpm

Compatible MCP Clients

GadgetHumans API Hub works with any MCP-compatible client. Copy the config snippet from the Configuration section above and add it to the file shown for your client, then restart the application.

  • Claude Desktop~/Library/Application Support/Claude/claude_desktop_config.jsonRestart Claude Desktop completely for changes to take effect.
  • Cursor~/.cursor/mcp.jsonRestart Cursor for changes to take effect.
  • VS Code.vscode/mcp.jsonReload VS Code window for changes to take effect.
  • Windsurf~/.codeium/windsurf/mcp_config.jsonRestart Windsurf for changes to take effect.
  • Claude Code.mcp.jsonSave at the project root, then start Claude Code in that project and review the MCP server approval prompt. Keep real credentials out of shared files.

Learn More