The Master MCP - One key. All tools.
Keybox is a meta-MCP that gives you instant access to 50+ tools. No API keys needed. Just install and use.
| Before | With Keybox |
|---|---|
| Install 10+ MCPs | Install 1 MCP |
| Get API keys for each | No API keys needed |
| Configure each one | Zero configuration |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"keybox": {
"command": "npx",
"args": ["keybox"]
}
}
}claude mcp add keybox -- npx keybox| Tool | Description |
|---|---|
crypto_price |
Get crypto price (BTC, ETH, 10000+ coins) |
crypto_trending |
Get top 7 trending coins |
crypto_search |
Search for cryptocurrencies |
crypto_top |
Top cryptocurrencies by market cap |
crypto_fear_greed |
Crypto Fear & Greed Index |
stock_quote |
Get stock quote (AAPL, GOOGL, etc.) |
stock_history |
Get historical stock prices |
exchange_rate |
Currency exchange rates |
| Tool | Description |
|---|---|
weather |
Current weather for any city |
weather_forecast |
7-day weather forecast |
air_quality |
Air quality index (AQI) |
sun_times |
Sunrise and sunset times |
world_time |
Current time in any timezone |
ip_info |
IP geolocation info |
country_info |
Country information |
| Tool | Description |
|---|---|
web_search |
Quick web search (DuckDuckGo) |
wikipedia |
Wikipedia summaries |
dictionary |
Word definitions |
book_search |
Search books (Open Library) |
hacker_news |
Top Hacker News stories |
space_news |
Spaceflight news |
| Tool | Description |
|---|---|
github_repo |
GitHub repository info |
github_trending |
Trending GitHub repos |
generate_uuid |
Generate UUIDs |
hash_text |
Generate text hashes |
generate_password |
Generate secure passwords |
lorem_ipsum |
Generate placeholder text |
qr_code |
Generate QR codes |
shorten_url |
Shorten URLs (is.gd) |
color_info |
Color information from hex |
public_apis |
Discover public APIs |
test_api |
Test API for demos |
| Tool | Description |
|---|---|
joke |
Random jokes |
random_quote |
Inspirational quotes |
random_advice |
Life advice |
xkcd |
XKCD comics |
trivia |
Trivia questions |
pokemon |
Pokemon data |
anime_search |
Search anime (MyAnimeList) |
dog_image |
Random dog images |
cat_image |
Random cat images |
activity_suggestion |
Bored? Get activity ideas |
number_fact |
Fun facts about numbers |
| Tool | Description |
|---|---|
cocktail |
Cocktail recipes |
meal_search |
Meal recipes |
| Tool | Description |
|---|---|
nasa_apod |
NASA Astronomy Picture of the Day |
iss_location |
ISS current location |
| Tool | Description |
|---|---|
random_user |
Generate fake user data |
name_analysis |
Predict age/gender from name |
| Tool | Description |
|---|---|
discover |
Find available MCPs and tools |
route |
Route request to best MCP |
list_categories |
List all categories |
get_mcp_info |
Get MCP details |
"What's the price of Bitcoin?"
→ Uses crypto_price
"Get me AAPL stock quote"
→ Uses stock_quote
"Weather in Tokyo"
→ Uses weather
"Tell me a programming joke"
→ Uses joke
"Show me a random dog picture"
→ Uses dog_image
"Generate a secure password"
→ Uses generate_password
┌─────────────────────────────────────────┐
│ Your Agent │
└─────────────────┬───────────────────────┘
│ Just install Keybox
▼
┌─────────────────────────────────────────┐
│ Keybox MCP │
│ │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
│ │ Crypto │ │ Stocks │ │ Weather │ │
│ │ CoinGecko│ │ Yahoo │ │Open-Meteo│ │
│ └──────────┘ └──────────┘ └──────────┘ │
│ │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
│ │ Research │ │ GitHub │ │ Fun │ │
│ │DuckDuckGo│ │ API │ │ APIs │ │
│ └──────────┘ └──────────┘ └──────────┘ │
│ │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
│ │ NASA │ │ Wikipedia│ │ +40 │ │
│ │ APOD │ │ API │ │ more... │ │
│ └──────────┘ └──────────┘ └──────────┘ │
└─────────────────────────────────────────┘
- V0.1: Discovery & routing
- V0.2: Finance (CoinGecko, Yahoo Finance)
- V0.2: Weather & location tools
- V0.2: Developer utilities
- V0.2: Fun & entertainment
- V0.2: 50+ tools total
- V0.3: More data sources
- V1.0: Full MCP proxy mode
MIT
Keybox - One key. All tools.