GadgetHumans API Hub MCP Server
MCP server wrapping 330+ tools โ calculators, health/fitness, text analysis, color tools, readability, code tools, domain/network, financial, utility, AI text, agent products, ciphers, string, math, reference, weather, geocoding, air quality.
Documentation
๐ GadgetHumans MCP API Hub โ Starter Template
170+ free MCP tools โ pre-configured and ready to use. Click "Use this template" above to create your own repository with zero configuration.
โจ What's Included
This template gives you a fully configured Model Context Protocol (MCP) server that connects to the GadgetHumans API Hub โ a collection of 170+ free developer tools including:
| Category | Tools |
|---|---|
| ๐ UUID Generation | v4 UUIDs, batch generation |
| ๐ Password Generator | Customizable length, symbols, numbers, uppercase/lowercase |
| ๐จ Color Converter | HEX โ RGB conversion |
| ๐ Base64 Encoder/Decoder | Encode and decode Base64 |
| ๐ Hash Generator | MD5, SHA-1, SHA-256, SHA-512 |
| โ Email Verification | Syntax check, MX records, disposable detection |
| ๐ฑ QR Code Generator | PNG, SVG, GIF output |
| ๐ Lorem Ipsum | Paragraphs, sentences, words |
| ๐ฏ JSON Formatter | Prettify, validate, minify |
| ๐ IP Geolocation | Location, ISP, timezone |
| ๐ฅ Health Check | Endpoint availability monitoring |
All tools are free, open source, and require no API keys.
๐ฆ Quick Start
Option 1: Claude Desktop (Recommended)
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"gadgethumans-api-hub": {
"command": "uvx",
"args": ["gadgethumans-api-hub-mcp"]
}
}
}
Option 2: Cursor IDE
Add this to .cursor/mcp.json in your project:
{
"mcpServers": {
"gadgethumans-api-hub": {
"command": "uvx",
"args": ["gadgethumans-api-hub-mcp"]
}
}
}
Option 3: Smithery.ai (Cloud Hosted)
Deploy to Smithery with zero infrastructure โ see smithery.yaml.
๐ฆ Manual Installation
# Install via uvx (no install required)
uvx gadgethumans-api-hub-mcp
# Or install with pip
pip install gadgethumans-api-hub-mcp
# Run the server
python -m gadgethumans_api_hub_mcp
๐๏ธ Project Structure
gadgethumans-mcp-starter/
โโโ README.md # This file
โโโ smithery.yaml # Smithery deployment config
โโโ claude_desktop_config.json # Claude Desktop config example
โโโ .cursor/
โ โโโ mcp.json # Cursor IDE config example
โโโ LICENSE # MIT License
๐งช Testing the Connection
Once your MCP client is configured, you should see these tools available:
- generate_uuid โ Generate UUID v4 identifiers
- generate_password โ Generate secure random passwords
- convert_color โ Convert HEX โ RGB
- encode_base64 โ Base64 encode/decode
- hash_text โ Cryptographic hashing
- verify_email โ Email validation
- generate_qr_code โ QR code generation
- generate_lorem_ipsum โ Placeholder text
- process_json โ JSON formatting
- geolocate_ip โ IP geolocation
- health โ Endpoint health check
๐ License
MIT โ free for any use, commercial or personal.
๐ Contributing
Found a bug? Want a new tool? Open an issue or contribute via pull request.
Made with โค๏ธ by GadgetHumans