
GadgetHumans API Hub
from scotia1973-bot
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.
π 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.
ποΈ 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.
<p align="center">Made with β€οΈ by <a href="https://gadgethumans.com">GadgetHumans</a></p>
# 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π¦ 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_mcpNo common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.