API Hub MCP — 337+ Tools
The API Hub MCP provides 337+ tools covering persistent agent memory, AI-powered content tools, security, finance, web/network analysis, data conversion, math, colors, dates, and more.
🧠 Persistent Memory
Store, search, and retrieve data across agent sessions (
agent_memory,memory_search,memory_list)
🤖 AI-Powered Tools (require wallet credits)
Chat completion, summarize, translate, grammar-fix, paraphrase, TL;DR, rewrite (custom tone/length/audience/format)
Generate headlines, keywords, FAQs, bullet points, quizzes, social posts, hashtags, taglines, slogans, elevator pitches
Sentiment, tone, readability, keyword density, and entity analysis
Simplify, formalize, casualize text; create analogies, metaphors, checklists, pros/cons
Analyze URL content, extract contacts, generate SEO metadata, proofread, research topics
🔐 Security & Encoding
Generate QR codes, secure passwords, UUIDs; hash text (MD5/SHA); Base64 & URL encode/decode; decode JWT; check password strength; calculate string entropy
💰 Finance & Math
Real-time crypto prices & currency conversion (160+ currencies), mortgage calculator
Math expression evaluator, descriptive statistics, matrix operations, correlation, VAT/IBAN validation
🌐 Web & Network
DNS lookup, WHOIS, SSL certificate check, IP geolocation, OG metadata extraction
RSS/Atom feed parser, page size/load check, link checker, meta tag scraper
Arbitrary HTTP client (GET/POST/PUT/DELETE), email verification, phone number parsing
📊 Data & Conversion
CSV ↔ JSON, JSON ↔ YAML, XML → JSON, Markdown ↔ HTML
Number base conversion, unit conversion, timezone/timestamp conversion
JSON prettify/minify/validate, text diff, extract HTML tables, generate random test data
🎨 Colors
Color conversion (hex ↔ RGB), palette generation, WCAG contrast ratio check, color harmony schemes
📝 Text & Dates
Regex tester, language detection, Lorem Ipsum generator, word/character count, word frequency
Date arithmetic, public holidays lookup (GB/US/IE), timezone conversion
💳 Wallet & Health
Create a wallet, check balance, buy credits for AI tools
healthtool pings all API Hub endpoints and returns operational status
Plus 300+ REST endpoints accessible via a call_api proxy for even broader coverage.
Get real-time cryptocurrency prices from Binance.
🧠 Memory Vault — Don't Let Your Agent Wake Up Amnesic
Every AI agent forgets everything between sessions. Memory Vault fixes that.
Persistent cross-session memory for any MCP-compatible agent — Claude Code, Cursor, Windsurf, Codex CLI, Copilot, and 100+ more. Plus 45 utility tools.
✨ Why Memory Vault?
AI agents have a fundamental limitation: they're born with amnesia. Every new session is a blank slate. They forget:
✅ What you asked them to do
✅ What they learned about your project
✅ What config/credentials they set up
✅ What they already told another tool
Memory Vault is the first MCP server that gives agents permanent memory. Store once, recall forever. No more "I already told you this."
# Agent says: "I don't remember our previous conversation"
# With Memory Vault: "I remember — here's what we discussed last session"Related MCP server: Integrations MCP
🚀 Quick Start (5 seconds)
Option A: Hosted endpoint (no install)
# Add to your MCP client config:
{
"mcpServers": {
"memory-vault": {
"url": "https://api.gadgethumans.com/mcp"
}
}
}Option B: Local via uvx
uvx gadgethumans-api-hub-mcpOption C: Install
pip install gadgethumans-api-hub-mcpThat's it. 46 MCP tools. Instant memory.
🧠 The Memory Vault (Killer Feature)
Tool | What it does |
| Store/recall/delete persistent data by key. Agents remember across sessions forever. |
| Full-text search across everything you've stored. |
| Browse all stored keys by category. |
| View your vault stats, usage, and upgrade options. |
How it works
Session 1: Agent stores "project_config" → KV saves it forever
↓
Session 2 (days later): Agent recalls "project_config" → instant retrieval
↓
Session 100: Agent still remembers. Never forgets.Data never expires. Stored in Cloudflare KV (99.99% durability). Only accessible by your agent.
🛠 45 Utility Tools — Everything Else
Category | Tools |
🔐 Security | QR codes, password generator, UUIDs, hash (MD5/SHA256/SHA512), Base64, NanoID, ULID |
💰 Finance | Crypto prices (Binance), currency exchange, mortgage calc, loan calc, investment calc, tax bracket, VAT calc, salary calc, compound interest |
🌤️ Weather | Current weather, 7-day forecast, geocode, reverse geocode, air quality |
🌐 Web | OG metadata, URL analyzer, RSS parser, meta scrape, link checker, page size, HTTP headers |
📡 Network | DNS lookup, reverse DNS, DNSSEC, SSL check, WHOIS, domain age, CDN detect, port check, IP geolocation |
📝 Text | Slugify, case convert, truncate, reverse, shuffle, padding, wrap, indent, remove accents, stopword removal, binary/base conversion |
🎨 Colors | Hex↔RGB↔HSL↔HSV↔CMYK, color palette, contrast check, color harmony, color blindness sim |
📊 Data | CSV↔JSON, JSON↔XML↔YAML, TOML↔JSON, INI↔JSON, TSV↔JSON, diff, merge, flatten, sort, filter, dedupe |
🔢 Math | Fibonacci, prime check, factorial, GCD/LCM, percentage, stats, matrix ops, correlation, quadratic solver, geometry |
🏥 Health | BMI, BMR, TDEE, body fat, calorie burn, macro calc, water intake, heart rate zones, VO₂ max |
📖 Readability | Flesch-Kincaid, Gunning Fog, SMOG, ARI, Dale-Chall, FORCAST, Linsear Write, clarity score |
💻 Code | Complexity analysis, stats, beautify, indent check, comment strip, bracket matching, language detection, TODO finder, SQL format |
🔄 Conversions | Speed, area, volume, pressure, temperature (all units), time, angle, energy, data rate, pixels, bytes |
🔓 Ciphers | Atbash, Caesar, ROT13, Vigenère, Morse code, NATO phonetic, Base32, Base85 |
🌍 Reference | Countries, currencies, languages, HTML entities, HTTP codes, MIME types, emoji list, ASCII table, paper sizes, chemical elements, keyboard layouts |
📅 Dates | Business days, age calculator, week number, season, timezone conversion |
🏃 Fitness | BMI, BMR, TDEE, body fat, ideal weight, calorie burn, macro calc, water intake, sleep calc, pace calc |
Plus 300+ REST endpoints via the call_api proxy tool.
💰 Pricing
Tier | Price | Requests/day | Memory |
🆓 Free | $0 | 100 | ✅ Persistent |
⭐ Pro | $2.99/mo | 500 | ✅ Unlimited |
🏢 Enterprise | $9.99/mo | Unlimited | ✅ Unlimited |
🔧 REST API (no MCP needed)
# Free — no API key
curl "https://api.gadgethumans.com/qr?text=hello%20world"
curl "https://api.gadgethumans.com/password?length=24"
curl "https://api.gadgethumans.com/weather?city=London"
curl "https://api.gadgethumans.com/crypto?symbol=bitcoin"
curl "https://api.gadgethumans.com/dns?domain=example.com"All 300+ endpoints at api.gadgethumans.com
🏗️ Architecture
┌─────────────┐ ┌──────────────────────────┐ ┌──────────────┐
│ AI Agent │────→│ Memory Vault MCP │────→│ Cloudflare │
│ (Claude, │ │ api.gadgethumans.com/mcp│ │ Worker + KV │
│ Cursor, │ │ │ │ │
│ Codex, etc)│ │ ┌────────────────────┐ │ │ ┌────────┐ │
│ │ │ │ agent_memory │ │────→│ │ KV │ │
│ │ │ │ memory_search │ │ │ │ Store │ │
│ │ │ │ memory_list │ │ │ └────────┘ │
│ │ │ │ 45 utility tools │ │ │ │
│ │ │ │ call_api (300+ ) │ │ │ ┌────────┐ │
│ │ │ └────────────────────┘ │ │ │REST API│ │
└─────────────┘ └──────────────────────────┘ │ │ 300+ │ │
│ │ routes │ │
│ └────────┘ │
└──────────────┘📦 Links
Resource | Link |
MCP Endpoint |
|
PyPI Package | |
Install |
|
MCP Registry |
|
Glama | |
Smithery | |
Subscribe | |
API Gateway | |
Website |
🤝 Compatibility
Works with any MCP-compatible client:
Claude Desktop / Claude Code
Cursor
Windsurf
Codex CLI
GitHub Copilot
Continue.dev
Cline
OpenAI Responses API
Any MCP host
📝 License
MIT — do what you want. Built with ⚡ by Gadget Humans.
Star this repo if Memory Vault helped your agent remember something important. ⭐
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/scotia1973-bot/api-hub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server