npm gadgethumans-mcpstdioupdated 1mo ago
One MCP endpoint. Zero friction. Free tier, no API key.
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.
安装
把 GadgetHumans API Hub 添加到你的客户端。选择你正在使用的那个。
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.
评分
39 / 100
不完整
- 文档22/25
- 维护19/25
- 可信度6/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.9最新 | 2026年8月2日 |