npm gadgethumans-mcpstdioupdated 1mo ago
One MCP endpoint. Zero friction. Free tier, no API key.
What can you do with GadgetHumans API Hub?
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
| 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.
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.
Install
Add GadgetHumans API Hub to your client. Pick the one you use.
claude mcp add gadgethumans-mcp -- npx -y gadgethumans-mcpcodex mcp add gadgethumans-mcp -- npx -y gadgethumans-mcpamp mcp add gadgethumans-mcp -- npx -y gadgethumans-mcp{
"mcpServers": {
"gadgethumans-mcp": {
"command": "npx",
"args": [
"-y",
"gadgethumans-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"gadgethumans-mcp": {
"command": "npx",
"args": [
"-y",
"gadgethumans-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"gadgethumans-mcp","command":"npx","args":["-y","gadgethumans-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"gadgethumans-mcp": {
"command": "npx",
"args": [
"-y",
"gadgethumans-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"gadgethumans-mcp": {
"command": "npx",
"args": [
"-y",
"gadgethumans-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"gadgethumans-mcp": {
"command": "npx",
"args": [
"-y",
"gadgethumans-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"gadgethumans-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"gadgethumans-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"gadgethumans-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"gadgethumans-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y gadgethumans-mcpRun `goose configure`, choose **Add Extension ā Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 30 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint ā no local install
Version history
| Versions | Published |
|---|---|
| 1.0.9Latest | Aug 2, 2026 |