
This is actually the UnClick platform server, not a dedicated Open-Meteo integration. It gives Claude access to 450+ endpoints across 178+ tools through a single MCP connection, including weather data from Open-Meteo alongside developer utilities, social platforms, finance APIs, and more. You install one package and get the entire catalog without updating when new tools ship. It includes built-in memory operations (load_memory, save_fact, search_memory), Fishbowl coordination tools for agent workflows, and hidden discovery tools (unclick_search, unclick_call) that let Claude browse and invoke the full catalog dynamically. Requires an API key from unclick.world. Reach for this when you want broad third-party integration coverage without managing dozens of individual MCP servers.
Public tool metadata for what this MCP can expose to an agent.
unclick_searchSearch the UnClick tool marketplace by keyword or description. Use this to discover which tools are available for a task. Example: 'I need to resize an image' → returns the image tool with its endpoints.2 paramsSearch the UnClick tool marketplace by keyword or description. Use this to discover which tools are available for a task. Example: 'I need to resize an image' → returns the image tool with its endpoints.
categorystringtext · data · media · time · network · generationquerystringunclick_browseBrowse all available UnClick tools, optionally filtered by category. Returns a list of tools with their slugs and descriptions.1 paramsBrowse all available UnClick tools, optionally filtered by category. Returns a list of tools with their slugs and descriptions.
categorystringtext · data · media · time · network · generationunclick_tool_infoGet detailed information about a specific UnClick tool including all its endpoints, required parameters, and response shapes. Use this after unclick_search to understand exactly how to call a tool.1 paramsGet detailed information about a specific UnClick tool including all its endpoints, required parameters, and response shapes. Use this after unclick_search to understand exactly how to call a tool.
slugstringunclick_callCall any UnClick tool endpoint. Specify the endpoint ID and parameters. Use unclick_search or unclick_tool_info to discover endpoint IDs and required params. Example: endpoint_id='image.resize', params={image: '<base64>', width: 800, height: 600}2 paramsCall any UnClick tool endpoint. Specify the endpoint ID and parameters. Use unclick_search or unclick_tool_info to discover endpoint IDs and required params. Example: endpoint_id='image.resize', params={image: '<base64>', width: 800, height: 600}
endpoint_idstringparamsobjectunclick_shorten_urlShorten a URL using UnClick. Returns a short URL and its code.1 paramsShorten a URL using UnClick. Returns a short URL and its code.
urlstringunclick_generate_qrGenerate a QR code from text or a URL. Returns base64-encoded PNG or SVG.3 paramsGenerate a QR code from text or a URL. Returns base64-encoded PNG or SVG.
formatstringpng · svgdefault: pngsizenumbertextstringunclick_hashCompute a cryptographic hash (MD5, SHA1, SHA256, SHA512) of text.2 paramsCompute a cryptographic hash (MD5, SHA1, SHA256, SHA512) of text.
algorithmstringmd5 · sha1 · sha256 · sha512default: sha256textstringunclick_transform_textTransform text case: upper, lower, title, sentence, camelCase, snake_case, kebab-case, PascalCase.2 paramsTransform text case: upper, lower, title, sentence, camelCase, snake_case, kebab-case, PascalCase.
textstringtostringupper · lower · title · sentence · camel · snakeunclick_validate_emailValidate an email address format.1 paramsValidate an email address format.
emailstringunclick_validate_urlValidate a URL format, optionally check if it's reachable.2 paramsValidate a URL format, optionally check if it's reachable.
check_reachablebooleanurlstringunclick_resize_imageResize an image (provided as base64) to specified dimensions.4 paramsResize an image (provided as base64) to specified dimensions.
fitstringcover · contain · fill · inside · outsidedefault: coverheightnumberimagestringwidthnumberunclick_parse_csvParse a CSV string into a JSON array of rows.3 paramsParse a CSV string into a JSON array of rows.
csvstringdelimiterstringheaderbooleanunclick_json_formatFormat / pretty-print a JSON string.2 paramsFormat / pretty-print a JSON string.
indentvaluejsonstringunclick_encodeEncode or decode text. Supports base64, URL, HTML, and hex.2 paramsEncode or decode text. Supports base64, URL, HTML, and hex.
operationstringencode_base64 · decode_base64 · encode_url · decode_url · encode_html · decode_htmltextstringunclick_generate_uuidGenerate one or more random UUIDs (v4).1 paramsGenerate one or more random UUIDs (v4).
countnumberunclick_random_passwordGenerate a secure random password.5 paramsGenerate a secure random password.
lengthnumberlowercasebooleannumbersbooleansymbolsbooleanuppercasebooleanunclick_cron_parseConvert a cron expression to a human-readable description and get next occurrences.2 paramsConvert a cron expression to a human-readable description and get next occurrences.
expressionstringnext_countnumberunclick_ip_parseParse an IP address — get decimal, binary, hex, and type (private/loopback/multicast).1 paramsParse an IP address — get decimal, binary, hex, and type (private/loopback/multicast).
ipstringunclick_color_convertConvert a color between hex, RGB, HSL, and HSV formats.1 paramsConvert a color between hex, RGB, HSL, and HSV formats.
colorvalueunclick_regex_testTest a regex pattern against text and get all matches with groups.3 paramsTest a regex pattern against text and get all matches with groups.
flagsstringinputstringpatternstringunclick_timestamp_convertConvert a timestamp (ISO, Unix seconds, or Unix ms) to all common formats.1 paramsConvert a timestamp (ISO, Unix seconds, or Unix ms) to all common formats.
timestampvalueunclick_diff_textCompare two strings and return a unified diff showing what changed.2 paramsCompare two strings and return a unified diff showing what changed.
astringbstringunclick_kv_setStore a value in the UnClick key-value store with optional TTL.3 paramsStore a value in the UnClick key-value store with optional TTL.
keystringttlnumbervaluevalueunclick_kv_getRetrieve a value from the UnClick key-value store.1 paramsRetrieve a value from the UnClick key-value store.
keystringreport_bugReport a bug or unexpected behavior encountered while using an UnClick tool. Call this whenever a tool returns an error, behaves unexpectedly, or fails silently. Severity is auto-classified from the error message: 500/fatal → critical, timeout/503 → high, 4xx/invalid → low, ev...5 paramsReport a bug or unexpected behavior encountered while using an UnClick tool. Call this whenever a tool returns an error, behaves unexpectedly, or fails silently. Severity is auto-classified from the error message: 500/fatal → critical, timeout/503 → high, 4xx/invalid → low, ev...
agent_contextstringerror_messagestringexpected_behaviorstringrequest_payloadobjecttool_namestringrawg_search_gamesSearch for video games on RAWG.6 paramsSearch for video games on RAWG.
api_keystringgenresstringorderingstringpage_sizenumberplatformsstringsearchstringrawg_get_gameGet details for a specific game by RAWG ID or slug.2 paramsGet details for a specific game by RAWG ID or slug.
api_keystringidstringrawg_game_screenshotsGet screenshots for a RAWG game.2 paramsGet screenshots for a RAWG game.
api_keystringidstringrawg_list_genresList all game genres on RAWG.1 paramsList all game genres on RAWG.
api_keystringrawg_list_platformsList all gaming platforms on RAWG.1 paramsList all gaming platforms on RAWG.
api_keystringrawg_upcoming_gamesGet upcoming game releases from RAWG.2 paramsGet upcoming game releases from RAWG.
api_keystringpage_sizenumberriot_summonerGet a League of Legends summoner by name.3 paramsGet a League of Legends summoner by name.
api_keystringregionstringsummonerNamestringriot_rankedGet ranked stats for a League of Legends summoner.3 paramsGet ranked stats for a League of Legends summoner.
api_keystringregionstringsummonerIdstringriot_match_historyGet match history for a LoL/Riot account by PUUID.4 paramsGet match history for a LoL/Riot account by PUUID.
api_keystringcountnumberpuuidstringregionstringriot_get_matchGet details for a specific Riot match by match ID.3 paramsGet details for a specific Riot match by match ID.
api_keystringmatchIdstringregionstringriot_valorant_accountGet a Valorant account by game name and tag line.3 paramsGet a Valorant account by game name and tag line.
api_keystringgameNamestringtagLinestringbungie_search_playerSearch for a Destiny 2 player by display name.3 paramsSearch for a Destiny 2 player by display name.
api_keystringdisplayNamestringmembershipTypenumberbungie_get_profileGet a Destiny 2 player profile.3 paramsGet a Destiny 2 player profile.
api_keystringmembershipIdstringmembershipTypenumberbungie_get_manifestGet the Destiny 2 manifest definition.1 paramsGet the Destiny 2 manifest definition.
api_keystringbungie_search_entitiesSearch Destiny 2 manifest entities.3 paramsSearch Destiny 2 manifest entities.
api_keystringentityTypestringsearchTermstringcoc_playerGet a Clash of Clans player by tag.2 paramsGet a Clash of Clans player by tag.
api_keystringplayerTagstringcoc_clanGet a Clash of Clans clan by tag.2 paramsGet a Clash of Clans clan by tag.
api_keystringclanTagstringcoc_clan_membersGet members of a Clash of Clans clan.2 paramsGet members of a Clash of Clans clan.
api_keystringclanTagstringcr_playerGet a Clash Royale player by tag.2 paramsGet a Clash Royale player by tag.
api_keystringplayerTagstringcr_top_playersGet top Clash Royale players globally or by location.2 paramsGet top Clash Royale players globally or by location.
api_keystringlocationIdstringbs_playerGet a Brawl Stars player by tag.2 paramsGet a Brawl Stars player by tag.
api_keystringplayerTagstringbs_clubGet a Brawl Stars club by tag.2 paramsGet a Brawl Stars club by tag.
api_keystringclubTagstringlego_search_setsSearch LEGO sets by name/theme (Rebrickable).6 paramsSearch LEGO sets by name/theme (Rebrickable).
api_keystringmax_yearnumbermin_yearnumberpage_sizenumbersearchstringtheme_idnumberlego_get_setGet details for a specific LEGO set by set number.2 paramsGet details for a specific LEGO set by set number.
api_keystringset_numstringlego_set_partsGet the parts list for a LEGO set.2 paramsGet the parts list for a LEGO set.
api_keystringset_numstringlego_search_partsSearch LEGO parts by name.2 paramsSearch LEGO parts by name.
api_keystringsearchstringlego_themesList all LEGO themes from Rebrickable.1 paramsList all LEGO themes from Rebrickable.
api_keystringbrickset_searchSearch LEGO sets via Brickset API.5 paramsSearch LEGO sets via Brickset API.
api_keystringpageSizenumberquerystringthemestringyearstringbrickset_get_setGet a specific LEGO set from Brickset by set number.2 paramsGet a specific LEGO set from Brickset by set number.
api_keystringsetNumberstringuntappd_search_beerSearch for beers on Untappd.3 paramsSearch for beers on Untappd.
api_keystringlimitnumberquerystringuntappd_get_beerGet details for a specific beer on Untappd.2 paramsGet details for a specific beer on Untappd.
api_keystringbidnumberuntappd_get_breweryGet details for a brewery on Untappd.2 paramsGet details for a brewery on Untappd.
api_keystringbrewery_idnumberuntappd_search_brewerySearch for breweries on Untappd.2 paramsSearch for breweries on Untappd.
api_keystringquerystringuntappd_beer_activitiesGet recent activity/check-ins for a beer on Untappd.3 paramsGet recent activity/check-ins for a beer on Untappd.
api_keystringbidnumberlimitnumberesports_matchesGet esports matches from PandaScore.5 paramsGet esports matches from PandaScore.
api_keystringgamestringpagenumberper_pagenumberstatusstringesports_tournamentsGet esports tournaments from PandaScore.3 paramsGet esports tournaments from PandaScore.
api_keystringgamestringstatusstringesports_teamsSearch esports teams on PandaScore.3 paramsSearch esports teams on PandaScore.
api_keystringgamestringsearchstringesports_playersSearch esports players on PandaScore.2 paramsSearch esports players on PandaScore.
api_keystringsearchstringesports_get_matchGet details for a specific esports match by ID.2 paramsGet details for a specific esports match by ID.
api_keystringmatch_idnumberamber_sitesGet Amber Electric sites for the authenticated user.1 paramsGet Amber Electric sites for the authenticated user.
api_keystringamber_current_priceGet the current electricity price for an Amber site.2 paramsGet the current electricity price for an Amber site.
api_keystringsite_idstringamber_forecastGet electricity price forecast for an Amber site.2 paramsGet electricity price forecast for an Amber site.
api_keystringsite_idstringwillyweather_forecastGet weather forecast from WillyWeather for an Australian location.3 paramsGet weather forecast from WillyWeather for an Australian location.
api_keystringdaysnumberlocation_idnumberwillyweather_surfGet surf report from WillyWeather.3 paramsGet surf report from WillyWeather.
api_keystringdaysnumberlocation_idnumberwillyweather_tideGet tide times from WillyWeather.3 paramsGet tide times from WillyWeather.
api_keystringdaysnumberlocation_idnumberdomain_search_listingsSearch Australian property listings on Domain.10 paramsSearch Australian property listings on Domain.
api_keystringlistingTypestringmaxBedroomsnumbermaxPricenumberminBedroomsnumberminPricenumberpageSizenumberpostcodestringstatestringsuburbstringdomain_get_propertyGet details for a specific Domain property listing.2 paramsGet details for a specific Domain property listing.
api_keystringlisting_idnumberdomain_suburb_statsGet property market statistics for an Australian suburb.5 paramsGet property market statistics for an Australian suburb.
api_keystringpostcodestringpropertyCategorystringstatestringsuburbstringtrove_searchSearch the National Library of Australia's Trove.4 paramsSearch the National Library of Australia's Trove.
api_keystringnnumberquerystringzonestringtrove_get_workGet a specific Trove work by ID.2 paramsGet a specific Trove work by ID.
api_keystringidstringtrove_newspaper_articleGet a specific Trove newspaper article by ID.2 paramsGet a specific Trove newspaper article by ID.
api_keystringidstringauspost_track_parcelTrack an Australia Post parcel by tracking number.2 paramsTrack an Australia Post parcel by tracking number.
api_keystringtracking_idstringauspost_get_postcodeLook up an Australian postcode or suburb.2 paramsLook up an Australian postcode or suburb.
api_keystringqstringauspost_delivery_timesGet Australia Post estimated delivery times.4 paramsGet Australia Post estimated delivery times.
api_keystringfrom_postcodestringservice_codestringto_postcodestringsendle_get_quoteGet a shipping quote from Sendle.9 paramsGet a shipping quote from Sendle.
api_keystringdelivery_countrystringdelivery_postcodestringdelivery_suburbstringpickup_countrystringpickup_postcodestringpickup_suburbstringweight_unitsstringweight_valuenumber