Hosted MCP endpoint — 46 tools + 300+ REST endpoints. Free tier, no API keys, no signup.
One MCP endpoint. Zero friction. Free tier, no API key.
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"
}
}
}
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
| Tier | Price | Calls |
|---|---|---|
| Pay-per-call | $0.001/call | Unlimited (via x402) |
| Pro | $19/month | Unlimited |
| Enterprise | $99/month | Unlimited + 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.
# 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.
Built with x402 — the payment protocol for the agent economy.
Source-derived launch command. Check the maintainer’s required arguments and credentials before running:
npx -y gadgethumans-mcpMerge 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.
{
"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 referenceGadgetHumans 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.
~/Library/Application Support/Claude/claude_desktop_config.jsonRestart Claude Desktop completely for changes to take effect.~/.cursor/mcp.jsonRestart Cursor for changes to take effect..vscode/mcp.jsonReload VS Code window for changes to take effect.~/.codeium/windsurf/mcp_config.jsonRestart Windsurf for changes to take effect..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.