UnClick
AI agent tool marketplace.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение
Что умеет
- Unclick Search: Search 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
- Unclick Browse: Browse all available UnClick tools, optionally filtered by category. Returns a list of tools with their slugs and descriptions.
- Unclick Tool Info: Get 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
Какие данные видит
Нужен ли аккаунт
Нужен API-ключ из настроек сервиса
AI agent tool marketplace. 60+ tools for social, e-commerce, accounting, messaging, media, and more. Search and call tools for Slack, Reddit, Discord, Shopify, Xero, Bluesky, TMDB, Steam, and 50+ more services.
Список инструментов сервера (60)
Технические названия из tools/list. Нужны только разработчикам.
| unclick_search | Search 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. |
| unclick_browse | Browse all available UnClick tools, optionally filtered by category. Returns a list of tools with their slugs and descriptions. |
| unclick_tool_info | Get 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. |
| unclick_call | Call 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} |
| unclick_shorten_url | Shorten a URL using UnClick. Returns a short URL and its code. |
| unclick_generate_qr | Generate a QR code from text or a URL. Returns base64-encoded PNG or SVG. |
| unclick_hash | Compute a cryptographic hash (MD5, SHA1, SHA256, SHA512) of text. |
| unclick_transform_text | Transform text case: upper, lower, title, sentence, camelCase, snake_case, kebab-case, PascalCase. |
| unclick_validate_email | Validate an email address format. |
| unclick_validate_url | Validate a URL format, optionally check if it's reachable. |
| unclick_resize_image | Resize an image (provided as base64) to specified dimensions. |
| unclick_parse_csv | Parse a CSV string into a JSON array of rows. |
| unclick_json_format | Format / pretty-print a JSON string. |
| unclick_encode | Encode or decode text. Supports base64, URL, HTML, and hex. |
| unclick_generate_uuid | Generate one or more random UUIDs (v4). |
| unclick_random_password | Generate a secure random password. |
| unclick_cron_parse | Convert a cron expression to a human-readable description and get next occurrences. |
| unclick_ip_parse | Parse an IP address — get decimal, binary, hex, and type (private/loopback/multicast). |
| unclick_color_convert | Convert a color between hex, RGB, HSL, and HSV formats. |
| unclick_regex_test | Test a regex pattern against text and get all matches with groups. |
| unclick_timestamp_convert | Convert a timestamp (ISO, Unix seconds, or Unix ms) to all common formats. |
| unclick_diff_text | Compare two strings and return a unified diff showing what changed. |
| unclick_kv_set | Store a value in the UnClick key-value store with optional TTL. |
| unclick_kv_get | Retrieve a value from the UnClick key-value store. |
| report_bug | Report 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, everything else → medium. |
| rawg_search_games | Search for video games on RAWG. |
| rawg_get_game | Get details for a specific game by RAWG ID or slug. |
| rawg_game_screenshots | Get screenshots for a RAWG game. |
| rawg_list_genres | List all game genres on RAWG. |
| rawg_list_platforms | List all gaming platforms on RAWG. |
| rawg_upcoming_games | Get upcoming game releases from RAWG. |
| riot_summoner | Get a League of Legends summoner by name. |
| riot_ranked | Get ranked stats for a League of Legends summoner. |
| riot_match_history | Get match history for a LoL/Riot account by PUUID. |
| riot_get_match | Get details for a specific Riot match by match ID. |
| riot_valorant_account | Get a Valorant account by game name and tag line. |
| bungie_search_player | Search for a Destiny 2 player by display name. |
| bungie_get_profile | Get a Destiny 2 player profile. |
| bungie_get_manifest | Get the Destiny 2 manifest definition. |
| bungie_search_entities | Search Destiny 2 manifest entities. |
| coc_player | Get a Clash of Clans player by tag. |
| coc_clan | Get a Clash of Clans clan by tag. |
| coc_clan_members | Get members of a Clash of Clans clan. |
| cr_player | Get a Clash Royale player by tag. |
| cr_top_players | Get top Clash Royale players globally or by location. |
| bs_player | Get a Brawl Stars player by tag. |
| bs_club | Get a Brawl Stars club by tag. |
| lego_search_sets | Search LEGO sets by name/theme (Rebrickable). |
| lego_get_set | Get details for a specific LEGO set by set number. |
| lego_set_parts | Get the parts list for a LEGO set. |
| lego_search_parts | Search LEGO parts by name. |
| lego_themes | List all LEGO themes from Rebrickable. |
| brickset_search | Search LEGO sets via Brickset API. |
| brickset_get_set | Get a specific LEGO set from Brickset by set number. |
| untappd_search_beer | Search for beers on Untappd. |
| untappd_get_beer | Get details for a specific beer on Untappd. |
| untappd_get_brewery | Get details for a brewery on Untappd. |
| untappd_search_brewery | Search for breweries on Untappd. |
| untappd_beer_activities | Get recent activity/check-ins for a beer on Untappd. |
| esports_matches | Get esports matches from PandaScore. |