← gadgethumans.com

INDIVIDUAL MCP TOOL

get_forecast

7-day weather forecast for any city

gadgethumans.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

gadgethumans.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.gadgethumans-com]
url = "https://api.gadgethumans.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gadgethumans-com": {
      "type": "http",
      "url": "https://api.gadgethumans.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: gadgethumans-com
Remote MCP URL: https://api.gadgethumans.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "gadgethumans-com": {
      "url": "https://api.gadgethumans.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gadgethumans-com": {
      "type": "http",
      "url": "https://api.gadgethumans.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gadgethumans-com",
  "transport": "streamable-http",
  "url": "https://api.gadgethumans.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • affiliate_search — Search Amazon products and get affiliate links.
  • agent_memory — VAULT: Persistent agent memory — the KEY tool.
  • agent_profile — VAULT: View your agent profile — see your agent ID, total stored data items, usage stats, and subscription status.
  • memory_search — VAULT SEARCH: Search across ALL your stored memories by keyword.
  • memory_list — VAULT LIST: List all memory keys in your vault.
  • get_weather — Current weather for any city
  • get_crypto_prices — Get real-time cryptocurrency prices from Binance
  • convert_currency — Convert between currencies using real-time rates