UnClick

813 tools. 174 can modify or destroy data without limits.

11 destructive tools with no built-in limits. Policy required.

Last updated:

174 can modify or destroy data
639 read-only
813 tools total

Verified server · catalogue entry verified 02/07/2026 · full schemas captured for 790 of 813 tools

How to control UnClick ↓

What UnClick exposes to your agents

Read (639) Write / Execute (162) Destructive / Financial (11)

What UnClick costs in tokens

74,294 tokens of tool definitions, loaded on every request
37% of a 200k context window
660 heaviest tool: post_message
Critical Risk

The most dangerous UnClick tools

174 of UnClick's 813 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control UnClick

PolicyLayer is an MCP gateway — it sits between your AI agents and UnClick, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "paypal_invoices": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "delete_todo": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "abuseipdb_report_ip": {
    "limits": [
      {
        "counter": "abuseipdb_report_ip_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "abn_lookup": {
    "limits": [
      {
        "counter": "abn_lookup_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register UnClick — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON UNCLICK →

Instant setup, no code required.

All 813 UnClick tools

EXECUTE 52 tools
Execute anthropic_create_message Send a message to the Anthropic Messages API (Claude models). Useful for agents that need to call Claude progr Execute bluesky_action Perform a Bluesky action: bluesky_post, bluesky_read_feed, bluesky_reply, bluesky_like, bluesky_repost, bluesk Execute circleci_trigger_pipeline Trigger a new CircleCI pipeline for a project. Optionally specify branch, tag, or parameters. Execute cohere_chat Chat with a Cohere Command model. Supports system preamble and conversation history. Execute cohere_classify Classify texts into categories using Cohere Classify with few-shot examples. Execute cohere_generate Generate text completions using Cohere Command models. Execute copypass_run Start a scaffold CopyPass run for AI-generated copy. Chunk 1 stores an in-session run record and echoes operat Execute csuite_analyze Run a C-Suite multi-perspective analysis on a business scenario. Execute elevenlabs_text_to_speech Convert text to speech with a selected ElevenLabs voice. Returns base64-encoded audio. Execute fly_create_machine Create a new machine in a Fly.io app. Execute groq_chat_completion Run a fast LLM inference with Groq. Supports Llama 3, Mixtral, Gemma, and other open models at high speed. Execute higgsfield_generate_image Generate an image from a text prompt using Higgsfield AI. Execute higgsfield_generate_video Generate a video from a text prompt using Higgsfield AI. Supports Soul Styles for cinematic looks. Returns a g Execute igniteonly_api Run IgniteOnly💥 on a verified NudgeOnly bridge result or deterministic evidence. Emits a compact public worke Execute igniteonly_receipt_consumer Consume a NudgeOnly receipt bridge result and emit a compact IgniteOnly worker wake packet when verified. It n Execute kling_generate_video Generate a high-quality video from text using Kling AI (Kuaishou). Supports standard and professional modes. R Execute legalpass_run Plan a LegalPass issue-spotting run against a URL, contract upload, or repo. Scaffold-only: exposes LegalPass Execute mistral_chat_completion Run a chat completion with a Mistral AI model (mistral-small, mistral-medium, mistral-large, etc.). Execute mistral_create_embedding Create vector embeddings for text using Mistral's embedding model. Execute neon_execute_sql Execute a SQL query against a Neon database endpoint. Execute nudgeonly_api Run 👉Nudge, the PinballWake NudgeOnlyAPI worker, through OpenRouter free routing. Use only for painpoint hint Execute openai_chat_completion Run a chat completion with an OpenAI model (GPT-4o, GPT-4, etc.). Execute openai_create_embedding Create vector embeddings for text using an OpenAI embedding model. Execute openai_generate_image Generate images from a text prompt using DALL-E. Execute perplexity_chat_completion Run a search-augmented chat completion with Perplexity AI. Returns grounded answers with citations from the we Execute pika_generate_video Generate a creative AI video from a text prompt using Pika. Optionally animate an input image. Returns a gener Execute postmark_send_email Send a transactional email via Postmark. Supports HTML and plain text. Execute pushonly_api Run PushOnly📬 on a verified IgniteOnly wake packet. Emits a public worker push envelope for a known worker ro Execute qc_check_api Test a list of API endpoints and report which ones return the expected HTTP status. Runs each endpoint sequent Execute qc_run_checklist Run a sequential QC checklist against a website URL. Checks site load, SSL, meta tags, og:image, robots.txt, s Execute render_trigger_deploy Trigger a new deploy for a Render service. Execute replicate_cancel_prediction Cancel a running Replicate prediction. Execute replicate_create_prediction Run a Replicate model by creating a prediction. Execute runway_generate_video Generate a video from text or an image using Runway ML. Supports text-to-video and image-to-video. Returns a t Execute seopass_run Plan a SEOPass run against a URL or registered pack. Chunk 1 returns the crawl and Lighthouse execution plan w Execute slack_action Perform a Slack action: slack_send, slack_read, slack_search, slack_thread_reply, slack_channels, slack_react, Execute stability_text_to_image Generate images from a text prompt using Stability AI. Execute start_crew_run Call this tool when the user wants to start a Crews Council run. Creates the run row on the UnClick API and re Execute telegram_manage_chat Manage a Telegram chat (get info, ban, kick, etc.). Execute testpass_run Start a TestPass run against an MCP server. Seeds deterministic and agent checks from the given pack and retur Execute text_transform Transform text (uppercase, lowercase, title case, slug, etc.). Execute togetherai_chat_completion Run a chat completion with any Together AI model. Supports Llama, Mistral, Qwen, and 100+ open-source models. Execute togetherai_completion Run a text completion with any Together AI model. Execute turso_execute_sql Execute a SQL query against a Turso edge database. Execute twilio_make_call Initiate an outbound phone call via Twilio. Execute twilio_send_sms Send an SMS via Twilio. Execute twilio_send_verify Send a verification code via Twilio Verify (SMS, call, email, or WhatsApp). Execute upstash_kafka_produce Produce messages to an Upstash Kafka topic. Execute urlscan_scan Submit a URL for scanning on urlscan.io. Execute uxpass_run Run a UI/UX quality check synchronously against a URL. Executes the deterministic uxpass-core check set (HTTP, Execute vercel_create_deployment Create a Vercel deployment. Pass deployment_id to redeploy an existing commit, or project_id + git_ref to depl Execute virustotal_scan_url Submit a URL for scanning on VirusTotal.
WRITE 110 tools
Write abuseipdb_report_ip Report an abusive IP address to AbuseIPDB. Write ack_handoff Replies to a Boardroom handoff with a structured ACK card so the sender and the human can see ownership, next Write airtable_action Interact with the Airtable REST API: list bases, list and search records, get a single record, and create or u Write ck_add_subscriber Subscribe an email address to a ConvertKit form. Write ck_tag_subscriber Apply a tag to a subscriber in ConvertKit. Write clickup_action Interact with the ClickUp API v2: list workspaces and spaces, get lists and tasks, create tasks, and update ta Write clockify_action Perform a Clockify action: get_clockify_workspaces, get_time_entries, create_time_entry, get_clockify_projects Write cohere_embed Create vector embeddings for text using Cohere's embed models. Write color_convert Convert a color between HEX, RGB, HSL, and other formats. Write comment_on Adds a comment to a Boardroom todo or idea. Use for discussion that belongs scoped to that item rather than as Write complete_todo Shortcut for marking a todo as done. Sets status='done' and stamps completed_at. Posts a 'todo-completed' Boar Write convert_area Convert between area units. Write convert_data_storage Convert between data storage units. Write convert_length Convert between length units. Write convert_speed Convert between speed units. Write convert_temperature Convert between temperature units (C, F, K). Write convert_volume Convert between volume units. Write convert_weight Convert between weight/mass units. Write create_asana_task Create a new task in Asana. Write create_idea Drops a new idea into the Boardroom Ideas board so the pack can react and vote. Use when something is too spec Write create_monday_item Create a new item in a Monday.com board. Write create_pinterest_pin Create a new Pinterest pin from an image URL. Write create_todo Creates a new todo card on the Boardroom Todos kanban so the agent pack and the human can both see what's on d Write datadog_create_monitor Create a new Datadog monitor (alert). Write datetime_add_to_date Add a duration to a date. Write datetime_convert_timezone Convert a datetime from one timezone to another. Write discord_react Add a reaction to a Discord message. Write discord_send Send a message to a Discord channel. Write discord_thread Create a Discord thread. Write drop_todo Marks a todo as dropped (decided not to do it). Soft state, not a delete. Use when a todo is obsolete but the Write email_mark_read Mark an email as read. Write email_send Send an email via Gmail/IMAP. Write eventbrite_create_event Create an event on Eventbrite. Write exchangerate_convert Convert an amount from one currency to another. Write feedly_action Perform a Feedly action: get_feedly_feeds, get_feedly_streams, search_feedly, get_feedly_categories, mark_as_r Write figma_post_comment Add a comment to a Figma file, optionally pinned to canvas coordinates. Write github_action Interact with the GitHub REST API: search repos, get repo details, list and create issues, list PRs, get user Write heygen_create_avatar_video Create an AI avatar video with HeyGen. The avatar speaks a script using a selected voice. Returns a video_id t Write invalidate_fact Marks a stored fact as no longer valid. Use this when the user corrects a fact, says something has changed, or Write keychain_connect Store an encrypted platform credential in the UnClick Keychain. Tests the credential against the platform API Write keychain_disconnect Remove a platform credential from the UnClick Keychain. Scoped to the caller's UNCLICK_API_KEY. Write keychain_secure_connect Securely connect a platform credential without exposing the key in chat. Checks environment variables first; i Write line_broadcast Broadcast a text message to all followers of your LINE Official Account. Write line_reply_message Reply to a LINE message using a reply token from a webhook event. Write line_send_flex_message Send a rich Flex Message to a LINE user or group. Write line_send_message Send a text message to a LINE user, group, or room. Write linear_action Interact with the Linear GraphQL API: list and search issues, create issues, get project details, and list tea Write mailchimp_add_member Add or update a subscriber in a Mailchimp audience. Write mailchimp_create_campaign Create a new Mailchimp email campaign. Write mastodon_action Perform a Mastodon action: mastodon_post, mastodon_read_timeline, mastodon_reply, mastodon_boost, mastodon_fav Write mixpanel_track_event Track a custom event in Mixpanel. Write monica_action Perform a Monica CRM action: get_contacts, search_contacts, get_contact, create_contact, get_contact_reminders Write neon_create_branch Create a new branch in a Neon project. Write notion_action Perform a Notion action: search_notion, get_notion_page, get_notion_database, query_notion_database, create_no Write openai_create_transcription Transcribe audio to text using OpenAI Whisper. Write pagerduty_create_incident Create a new PagerDuty incident on a service. Write pagerduty_resolve_incident Resolve a PagerDuty incident by ID. Write pinecone_upsert_vectors Upsert (insert or update) vectors into a Pinecone index. Write plaid_link_token_create Create a Plaid Link token to initialise the Plaid Link flow. Write post_message Posts a message into the user's Boardroom, the build coordination room where worker seats share material work Write postmark_send_batch Send multiple emails in a single Postmark API call (up to 500 messages). Write promote_idea_to_todo Converts an idea into a tracked todo and locks the idea. Requires either net upvotes >= 1, or admin caller. Se Write pushover_cancel_emergency Cancel an outstanding emergency Pushover notification before it expires. Write pushover_send_notification Send a push notification via Pushover. Write quickbooks_invoices List, get, or create QuickBooks Online invoices. Write readwise_action Perform a Readwise action: get_readwise_highlights, get_readwise_books, get_daily_review, search_highlights, c Write reddit_comment Post a comment on Reddit. Write reddit_post Create a Reddit post. Write reddit_subscribe Subscribe to or unsubscribe from a Reddit subreddit. Write reddit_vote Vote on a Reddit post or comment. Write refresh_taxonomy_snapshots Builds source-linked Memory Library taxonomy snapshots from active facts and sessions. Defaults to a dry run s Write render_set_env_var Set an environment variable on a Render service. Write resend_send_email Send an email using Resend. Write save_conversation_turn Saves one human, assistant, system, or tool turn into UnClick conversation history so Orchestrator continuity Write save_fact Saves a new persistent fact about the user that will be available in all future sessions across every AI tool. Write save_identity Saves or updates a standing rule or identity entry that loads at the start of every future session. Use whenev Write save_session Saves a structured summary of the current session so the next session can resume without re-asking. Use at the Write segment_identify_user Identify a user in Segment with traits. Links an anonymous ID to a known user ID. Write segment_track_event Track a custom event in Segment. Use for recording user actions like 'Signed Up', 'Item Purchased', etc. Write sendgrid_add_contact Add or update a marketing contact in SendGrid. Write sendgrid_send_email Send a transactional email via SendGrid. Write sendle_create_order Create a Sendle shipping order. Write seopass_register_pack Register a SEOPass pack from a YAML string. Validates required keys and stores the pack locally for seopass_ru Write set_my_emoji Registers this AI agent as a participant in the user's Boardroom, the build coordination room where worker sea Write set_my_status Update what you're currently doing so it shows on the human's Boardroom Now Playing strip. Call when you start Write splitwise_action Perform a Splitwise action: get_groups, get_expenses, get_balances, create_expense, get_friends. Write stability_image_to_image Transform an existing image using a text prompt with Stability AI. Write stripe_customers List or create Stripe customers. Write telegram_send Send a Telegram message. Write telegram_send_media Send media (photo/document/video) via Telegram. Write testpass_edit_item Override the verdict and optional notes for a single check item in a TestPass run. Write testpass_save_pack Save a TestPass pack YAML definition for the caller. Creates or updates the pack identified by pack_id. Write togetherai_create_embedding Create text embeddings using a Together AI embedding model. Write toggl_create_time_entry Create a new Toggl time entry. Write trello_action Interact with the Trello REST API: list boards and lists, get and search cards, create cards, and update card Write turso_create_database Create a new Turso SQLite edge database. Write update_asana_task Update an existing Asana task. Write update_idea Edit an idea's title, description, or status ('proposed', 'voting', 'locked', 'parked', 'rejected'). agent_id Write update_monday_item Update a column value on a Monday.com item. Write update_todo Update a todo's title, description, priority, status, or assignee. Use when scope changes, ownership shifts, o Write upstash_redis_incr Increment a numeric key in an Upstash Redis database. Write upstash_redis_set Set a key-value pair in an Upstash Redis database. Write uxpass_register_pack Register a UXPass pack from a YAML string. Validates the basic shape (required keys: name, url, viewports, the Write vercel_create_env Create (or upsert) an environment variable on a Vercel project. Target defaults to production, preview, and de Write vote_on_idea Cast or change your vote on an idea ('up' or 'down'). One vote per agent per idea; calling again overwrites yo Write whatsapp_send_media Send a media message (image, video, audio, document, sticker) via WhatsApp. Write whatsapp_send_template Send a WhatsApp template message (required for first contact or >24h since last message). Write whatsapp_send_text Send a text message via WhatsApp Business Cloud API. Write whatsapp_upload_media Upload a media file to WhatsApp and get a media ID for use in messages. Write woo_orders List, get, or create WooCommerce orders.
READ 639 tools
Read abn_lookup Look up an Australian Business Number (ABN). Read abn_search Search for Australian businesses by name. Read abuseipdb_blacklist Get the AbuseIPDB blacklist. Read abuseipdb_check_ip Check if an IP address has been reported for abuse. Read algolia_browse_index Browse all records in an Algolia index (paginated cursor-based). Read algolia_get_object Retrieve a single record from an Algolia index by its objectID. Read algolia_list_indices List all Algolia indices in the application. Read algolia_search Search an Algolia index for records matching a query. Read amazon_browse Browse Amazon product categories. Read amazon_product Get Amazon product details by ASIN. Read amazon_search Search for products on Amazon. Read amazon_variations Get Amazon product variations for an ASIN. Read amber_current_price Get the current electricity price for an Amber site. Read amber_forecast Get electricity price forecast for an Amber site. Read amber_sites Get Amber Electric sites for the authenticated user. Read anthropic_list_models List all Claude models available via the Anthropic API. Read assemblyai_get_paragraphs Get a completed transcript split into paragraphs. Read assemblyai_get_sentences Get a completed transcript split into individual sentences. Read assemblyai_get_transcript Get the status and results of an AssemblyAI transcription job. Read assemblyai_list_transcripts List recent AssemblyAI transcripts for the account. Read assemblyai_summarize Get the AI-generated summary for a completed AssemblyAI transcript (must have been submitted with summarizatio Read assemblyai_transcribe Submit an audio or video file for transcription with AssemblyAI. Read auspost_delivery_times Get Australia Post estimated delivery times. Read auspost_get_postcode Look up an Australian postcode or suburb. Read auspost_track_parcel Track an Australia Post parcel by tracking number. Read bandsintown_artist Get an artist profile from Bandsintown. Read bandsintown_events Get upcoming events for an artist on Bandsintown. Read bandsintown_recommended Get recommended events for an artist on Bandsintown. Read bgg_game_details Get full details for a board game by its BGG ID - name, year, rating, players, playtime, description, categori Read bgg_game_reviews Get user comments and ratings for a board game on BGG. Read bgg_search Search BoardGameGeek for board games by name. Read bgg_top_games Get the BGG Hotness list - the most discussed and active board games right now. Read bgg_user_collection Get a BGG user's game collection filtered by status (owned, wishlist, or played). Read brickset_get_set Get a specific LEGO set from Brickset by set number. Read brickset_search Search LEGO sets via Brickset API. Read bs_club Get a Brawl Stars club by tag. Read bs_player Get a Brawl Stars player by tag. Read bungie_get_manifest Get the Destiny 2 manifest definition. Read bungie_get_profile Get a Destiny 2 player profile. Read bungie_search_entities Search Destiny 2 manifest entities. Read bungie_search_player Search for a Destiny 2 player by display name. Read calc_bmi Calculate Body Mass Index (BMI). Read calc_compound_interest Calculate compound interest growth. Read calc_currency_estimate Estimate currency conversion using a rough rate. Read calc_mortgage Calculate monthly mortgage repayment. Read calc_tip Calculate tip amount and total for a bill. Read carbon_electricity_emissions Estimate carbon emissions for electricity consumption. Read carbon_flight_emissions Estimate carbon emissions for a flight. Read carbon_vehicle_emissions Estimate carbon emissions for a vehicle journey. Read check_signals Call at the start of every session to catch up on what happened since the user last chatted. Returns unread si Read chess_leaderboards Get Chess.com leaderboards. Read chess_player Get a Chess.com player profile. Read chess_player_games Get recent games for a Chess.com player. Read chess_player_stats Get Chess.com player statistics. Read chess_puzzles_random Get a random chess puzzle from Chess.com. Read circleci_get_pipeline Get details for a single CircleCI pipeline by ID. Read circleci_get_workflow Get details for a single CircleCI workflow by ID. Read circleci_list_jobs List jobs in a CircleCI workflow. Read circleci_list_pipelines List CircleCI pipelines for a project or organization. Optionally filter by branch. Read circleci_list_workflows List workflows for a CircleCI pipeline. Read ck_list_forms List all forms in a ConvertKit account. Read ck_list_sequences List all email sequences in a ConvertKit account. Read ck_list_subscribers List all subscribers in a ConvertKit account. Read ck_list_tags List all tags in a ConvertKit account. Read cmc_global_metrics Get global cryptocurrency market metrics from CoinMarketCap. Read cmc_info Get cryptocurrency metadata from CoinMarketCap. Read cmc_listings Get latest cryptocurrency listings from CoinMarketCap. Read cmc_quotes Get cryptocurrency quotes from CoinMarketCap. Read cmc_trending Get trending cryptocurrencies from CoinMarketCap. Read coc_clan Get a Clash of Clans clan by tag. Read coc_clan_members Get members of a Clash of Clans clan. Read coc_player Get a Clash of Clans player by tag. Read cohere_list_models List all available Cohere models. Read cohere_rerank Rerank a list of documents by relevance to a query using Cohere Rerank. Read color_contrast_ratio Check the contrast ratio between two colors. Read color_info Get information about a color (name, complementary, etc.). Read color_mix Mix two colors together. Read color_palette Generate a color palette from a base color. Read commonsensepass_protocol Returns the canonical CommonSensePass worker sanity-gate playbook. Call this when a worker needs to decide if Read copypass_status Fetch the current status, notes, and scaffold finding count for a CopyPass run started in this MCP session. Read country_all Get all countries from REST Countries. Read country_by_code Get a country by code from REST Countries. Read country_by_currency Get countries by currency from REST Countries. Read country_by_language Get countries by language from REST Countries. Read country_by_name Get a country by name from REST Countries. Read country_by_region Get countries by region from REST Countries. Read cr_player Get a Clash Royale player by tag. Read cr_top_players Get top Clash Royale players globally or by location. Read crypto_coin Get detailed info for a cryptocurrency from CoinGecko. Read crypto_coin_history Get historical price data for a cryptocurrency from CoinGecko. Read crypto_daily Get daily crypto price history from Alpha Vantage. Read crypto_price Get cryptocurrency prices from CoinGecko. Read crypto_search Search for cryptocurrencies on CoinGecko. Read crypto_top_coins Get top cryptocurrencies by market cap from CoinGecko. Read crypto_trending Get trending cryptocurrencies from CoinGecko. Read datadog_get_monitor Get details for a specific Datadog monitor. Read datadog_list_dashboards List Datadog dashboards. Read datadog_list_events List Datadog events stream for a time range. Read datadog_list_monitors List Datadog monitors (alerts) with optional name or tag filters. Read datadog_query_metrics Query Datadog metrics time-series data. Read datetime_business_days Get business days between two dates. Read datetime_current_time Get the current date and time, optionally in a specific timezone. Read datetime_date_diff Calculate the difference between two dates. Read datetime_format_date Format a date string. Read datetime_week_number Get the ISO week number for a date. Read deepl_get_usage Get DeepL API usage and quota information for the current billing period. Read deepl_list_languages List all languages supported by DeepL for translation. Read deepl_translate_document Submit a document (PDF, Word, PowerPoint) for translation via DeepL. Read deepl_translate_text Translate text into another language using DeepL's neural translation engine. Read deezer_chart Get Deezer chart (top tracks/albums/artists). Read deezer_get_album Get a Deezer album by ID. Read deezer_get_artist Get a Deezer artist by ID. Read deezer_get_track Get a Deezer track by ID. Read deezer_search Search Deezer for tracks, artists, or albums. Read deezer_search_playlist Search for Deezer playlists. Read discogs_get_artist Get a Discogs artist by ID. Read discogs_get_label Get a Discogs record label by ID. Read discogs_get_release Get a Discogs release by ID. Read discogs_marketplace_stats Get Discogs marketplace stats for a release. Read discogs_search_artists Search for artists on Discogs. Read discogs_search_releases Search for music releases on Discogs. Read discord_channels List channels in a Discord guild. Read discord_members List members of a Discord guild. Read discord_read Read messages from a Discord channel. Read discord_search Search messages in a Discord guild. Read domain_get_property Get details for a specific Domain property listing. Read domain_search_listings Search Australian property listings on Domain. Read domain_suburb_stats Get property market statistics for an Australian suburb. Read ebay_get_categories Get the eBay category tree for a marketplace. Read ebay_get_item Get full details for an eBay item by item ID. Read ebay_get_item_by_legacy_id Get an eBay item by its legacy item ID (classic numeric ID). Read ebay_search Search eBay listings via the Browse API. Read ebird_notable_observations Get notable/rare bird observations from eBird. Read ebird_recent_observations Get recent bird observations from eBird. Read ebird_species_info Get information about a bird species from eBird. Read elevenlabs_get_history Get the TTS generation history for an ElevenLabs account. Read elevenlabs_get_models List available ElevenLabs TTS models and their supported languages. Read elevenlabs_get_voice Get metadata for a specific ElevenLabs voice by ID. Read elevenlabs_list_voices List all available voices in ElevenLabs. Read email_get Get a specific email by UID. Read email_read_inbox Read emails from an inbox. Read email_search Search emails in an inbox. Read espn_mlb_scores Get current MLB scores from ESPN. Read espn_nba_scores Get current NBA scores from ESPN. Read espn_news Get ESPN sports news. Read espn_nfl_scores Get current NFL scores from ESPN. Read espn_nhl_scores Get current NHL scores from ESPN. Read espn_soccer_scores Get soccer scores from ESPN. Read espn_team_info Get team information from ESPN. Read esports_get_match Get details for a specific esports match by ID. Read esports_matches Get esports matches from PandaScore. Read esports_players Search esports players on PandaScore. Read esports_teams Search esports teams on PandaScore. Read esports_tournaments Get esports tournaments from PandaScore. Read etsy_get_listing Get details for a single Etsy listing by listing ID. Read etsy_get_shop Get details for an Etsy shop by shop ID or numeric ID. Read etsy_get_shop_listings Get active listings for an Etsy shop. Read etsy_search_listings Search active Etsy listings by keyword. Read etsy_search_shops Search for Etsy shops by name. Read eventbrite_get_attendees Get attendees for an Eventbrite event. Read eventbrite_get_event Get details for an Eventbrite event by ID. Read eventbrite_get_venue Get details for an Eventbrite venue. Read eventbrite_list_categories List Eventbrite event categories. Read eventbrite_search_events Search for events on Eventbrite. Read exchangerate_codes List all supported currency codes and their names. Requires an API key. Read exchangerate_historical Get historical exchange rates for a specific date. Requires an API key. Read exchangerate_latest Get latest currency exchange rates for a base currency. Works without API key using the free tier. Read f1_car_data Get Formula 1 car telemetry data from OpenF1. Read f1_drivers Get Formula 1 driver info from OpenF1. Read f1_laps Get Formula 1 lap data from OpenF1. Read f1_pit_stops Get Formula 1 pit stop data from OpenF1. Read f1_positions Get Formula 1 position data from OpenF1. Read f1_sessions Get Formula 1 sessions from OpenF1. Read f1_team_radio Get Formula 1 team radio messages from OpenF1. Read f1_weather Get Formula 1 weather data from OpenF1. Read figma_get_comments Get all comments on a Figma file. Read figma_get_components Get all published components in a Figma file. Read figma_get_file Get a Figma file's structure and metadata - pages, frames, and component count. Read figma_get_images Export/render Figma nodes as images (PNG, JPG, SVG, or PDF). Read figma_get_node Get a specific node by ID within a Figma file. Read figma_get_team_projects List all projects for a Figma team. Read find_nearest_toilets Find the nearest public toilets to a location (Australia). Read fly_get_app Get details for a specific Fly.io app. Read fly_list_apps List all Fly.io apps in your organization. Read fly_list_machines List all machines in a Fly.io app. Read fly_list_volumes List all volumes attached to a Fly.io app. Read food_by_category Get food products by category from Open Food Facts. Read food_get_product Get a food product from Open Food Facts by barcode. Read food_search Search for food products on Open Food Facts. Read forex_convert Convert a currency amount using Open Exchange Rates. Read forex_currencies List all currencies from Open Exchange Rates. Read forex_historical Get historical forex rates from Open Exchange Rates. Read forex_latest Get latest forex exchange rates from Open Exchange Rates. Read forex_rate Get a forex exchange rate from Alpha Vantage. Read foursquare_autocomplete Autocomplete a Foursquare place search. Read foursquare_get_photos Get photos for a Foursquare place. Read foursquare_get_place Get details for a Foursquare place by FSQ ID. Read foursquare_get_tips Get tips/reviews for a Foursquare place. Read foursquare_search_places Search for places on Foursquare. Read fpl_bootstrap Get Fantasy Premier League bootstrap data (players, teams, etc.). Read fpl_fixtures Get FPL fixtures, optionally for a gameweek. Read fpl_gameweek Get FPL gameweek details. Read fpl_leagues_classic Get FPL classic league standings. Read fpl_manager Get an FPL manager profile. Read fpl_my_team Get an FPL manager's team for a gameweek. Read fpl_player Get FPL player details and history. Read gdelt_geo_events Get geographic distribution of news events for a topic from the GDELT GEO API. Returns event clusters with loc Read gdelt_news_search Search global news via the GDELT Project. Returns article titles, URLs, sources, dates, countries, and languag Read gdelt_tone_analysis Analyse the sentiment and tone of global news coverage for a topic over time. Returns average tone scores (neg Read gdelt_trending Check whether a topic is trending in global news using GDELT article volume timelines. Returns a trend classif Read genius_artist_songs Get songs by an artist on Genius. Read genius_get_artist Get a Genius artist by ID. Read genius_get_song Get a Genius song by ID. Read genius_search Search Genius for songs and lyrics. Read get_asana_task Get full details of a single Asana task. Read get_calendly_event Get details of a single Calendly scheduled event. Read get_calendly_user Get the authenticated Calendly user profile. Read get_cve_detail Get details for a specific CVE by ID. Read get_monday_board Get details of a specific Monday.com board including columns and groups. Read get_pinterest_board Get details of a specific Pinterest board. Read get_pinterest_user Get the authenticated Pinterest user account info. Read get_recent_cves Get recently published CVEs from NVD. Read get_run Call this tool when the user wants the status of a specific Crews run. Returns a ConversationalCard summarisin Read get_steam_achievements Get achievements for a Steam user in a specific game. Read get_steam_app_details Get store details for a Steam app (game info, price, platforms, Metacritic score). Read get_steam_owned_games Get games owned by a Steam user. Read get_steam_player_summaries Get Steam player profile summaries for one or more Steam IDs. Read get_tiktok_user Get the authenticated TikTok user profile (follower count, video count, etc.). Read get_tiktok_video Get details of a specific TikTok video by ID. Read get_toilet_details Get details for a specific public toilet by ID. Read get_trademark_details Get details for a specific Australian trademark. Read gitlab_action Interact with the GitLab REST API: search projects, get project details, list issues and merge requests, and l Read groq_list_models List all models available on Groq. Read guardian_get_article Get a specific Guardian article by ID. Read guardian_get_edition Get a Guardian edition by ID. Read guardian_get_sections Get all Guardian sections. Read guardian_get_tags Get Guardian tags. Read guardian_search_articles Search for articles on The Guardian. Read gumroad_get_product Get details for a single Gumroad product by ID. Read gumroad_get_sale Get details for a single Gumroad sale by ID. Read gumroad_list_products List all products in a Gumroad account. Read gumroad_list_sales List sales from a Gumroad account. Filter by product, email, or date range. Read gumroad_list_subscribers List subscribers for a Gumroad membership/subscription product. Read heartbeat_protocol Returns the canonical UnClick AI Seat heartbeat playbook. Call this first from scheduled heartbeat seats, then Read heygen_get_video_status Check the generation status of a HeyGen video by video ID. Read heygen_list_avatars List all available AI avatars in your HeyGen account. Read heygen_list_voices List all available voices for HeyGen avatar videos. Read hibp_all_breaches Get all breaches tracked by Have I Been Pwned. Read hibp_check_account Check if an email account has been in a data breach. Read hibp_check_password Check if a password has appeared in a data breach. Read higgsfield_get_status Check the status of a Higgsfield AI generation by ID. Returns status, video URL when complete. Read higgsfield_get_styles List all available Soul Styles for Higgsfield AI video and image generation. Read hn_ask_hn Get Ask HN posts from Hacker News. Read hn_best_stories Get the best stories from Hacker News. Read hn_item Get a specific Hacker News item by ID. Read hn_new_stories Get the newest stories from Hacker News. Read hn_show_hn Get Show HN posts from Hacker News. Read hn_top_stories Get the top stories from Hacker News. Read hn_user Get a Hacker News user profile. Read hunter_domain_info Get email information for a domain from Hunter.io. Read hunter_find_email Find email addresses for a domain using Hunter.io. Read hunter_verify_email Verify an email address with Hunter.io. Read igdb_get_company Get a game company from IGDB by name or ID. Read igdb_get_game Get full details of a game from IGDB by game ID. Read igdb_list_genres List all game genres from IGDB. Read igdb_list_platforms List gaming platforms from IGDB. Read igdb_search_games Search the IGDB games database by name. Read igniteonly_policy Return the PinballWake IgniteOnlyAPI guardrails. This is the green ignite sibling to NudgeOnly: verified worke Read instapaper_action Perform an Instapaper action: get_instapaper_bookmarks, add_instapaper_bookmark, archive_bookmark, delete_book Read ip_batch Batch IP address geolocation lookup. Read ip_lookup Look up geolocation for an IP address. Read keychain_list_platforms List all available platform connectors in the UnClick Keychain catalog, with connection status for the current Read keychain_status Check the connection status of one or all platform credentials stored in the UnClick Keychain for the current Read kling_get_task Check the status of a Kling AI video generation task. Read lastfm_album_info Get album info from Last.fm. Read lastfm_artist_info Get Last.fm artist info. Read lastfm_chart_top_artists Get the Last.fm chart of top artists. Read lastfm_chart_top_tracks Get the Last.fm chart of top tracks. Read lastfm_search_artists Search for artists on Last.fm. Read lastfm_similar_artists Get similar artists on Last.fm. Read lastfm_top_tracks Get top tracks for an artist on Last.fm. Read legalpass_verdict Lint LegalPass-style verdict text against the issue-spotter guardrail and return the legally reviewed disclaim Read lego_get_set Get details for a specific LEGO set by set number. Read lego_search_parts Search LEGO parts by name. Read lego_search_sets Search LEGO sets by name/theme (Rebrickable). Read lego_set_parts Get the parts list for a LEGO set. Read lego_themes List all LEGO themes from Rebrickable. Read lichess_puzzle_daily Get the Lichess daily puzzle. Read lichess_top_players Get top Lichess players for a game mode. Read lichess_tournament Get details for a Lichess tournament. Read lichess_user Get a Lichess user profile. Read lichess_user_games Get games for a Lichess user. Read line_get_group_summary Get a LINE group's name and picture URL. Read line_get_profile Get a LINE user's display name, profile picture, and status message. Read list_actionable_todos Returns the highest-priority unassigned open todos, ranked so an agent can pull the next best chip without rel Read list_asana_projects List projects in an Asana workspace. Read list_asana_tasks List tasks in an Asana project. Read list_asana_workspaces List all Asana workspaces accessible by the authenticated user. Read list_calendly_event_types List event types for the authenticated Calendly user. Read list_calendly_events List scheduled events for the authenticated Calendly user. Read list_calendly_invitees List invitees for a Calendly scheduled event. Read list_comments Returns comments on a specific Boardroom todo or idea, in chronological order. agent_id required. Read list_ideas Returns ideas for this tenant sorted by score (upvotes minus downvotes) desc, optionally filtered by status. a Read list_monday_boards List boards in a Monday.com account. Read list_monday_items List items (rows) in a Monday.com board. Read list_pinterest_boards List Pinterest boards for the authenticated user. Read list_pinterest_pins List pins on a Pinterest board. Read list_runs Call this tool when the user wants a recent history of Crews runs. Returns a ConversationalCard with a run cou Read list_tiktok_videos List videos for the authenticated TikTok user. Read list_todos Returns todos for this tenant, optionally filtered by status. Use to render a kanban view, find your assignmen Read load_memory Loads the user's identity, preferences, facts, and recent session history from persistent cross-session storag Read lott_jackpots Get current Australian lottery jackpots from The Lott. Read lott_results Get Australian lottery results from The Lott. Read ls_get_order Get a specific Lemon Squeezy order by ID. Read ls_list_customers List customers for a Lemon Squeezy store. Read ls_list_orders List orders in a Lemon Squeezy store. Read ls_list_products List products in a Lemon Squeezy store. Read ls_list_stores List all Lemon Squeezy stores on your account. Read ls_list_subscriptions List subscriptions for a Lemon Squeezy store. Read mailchimp_get_campaign Get details for a specific Mailchimp campaign by ID. Read mailchimp_list_audiences List all Mailchimp audiences (lists) in the account. Read mailchimp_list_campaigns List Mailchimp email campaigns, optionally filtered by status or audience. Read mailchimp_list_members List members (subscribers) in a Mailchimp audience. Read mailchimp_search_members Search for subscribers across all or a specific Mailchimp audience. Read mapbox_geocode_forward Convert an address or place name to coordinates using Mapbox. Read mapbox_geocode_reverse Convert coordinates to a place name or address using Mapbox reverse geocoding. Read mapbox_get_directions Get turn-by-turn directions between two or more locations using Mapbox. Read mapbox_get_static_map Generate a static map image URL for a given location using Mapbox. Read mapbox_list_tilesets List Mapbox tilesets owned by a user. Read mb_get_artist Get a MusicBrainz artist by MBID. Read mb_get_release Get a MusicBrainz release by MBID. Read mb_search_artists Search for artists on MusicBrainz. Read mb_search_recordings Search for recordings/tracks on MusicBrainz. Read mb_search_releases Search for releases/albums on MusicBrainz. Read meal_categories List all meal categories. Read meal_filter_by_area Filter meals by cuisine/area. Read meal_filter_by_category Filter meals by category. Read meal_filter_by_ingredient Filter meals by main ingredient. Read meal_get_by_id Get a meal/recipe by ID. Read meal_random Get a random meal/recipe. Read meal_search Search for meals/recipes by name. Read mistral_list_models List all available Mistral AI models. Read mixpanel_export_data Export raw Mixpanel event data for a date range. Read mixpanel_get_events Get Mixpanel event analytics data for a date range. Read mixpanel_get_funnels Get funnel conversion data from Mixpanel. Read mixpanel_get_retention Get user retention analytics from Mixpanel. Read nasa_apod Get NASA Astronomy Picture of the Day. Read nasa_asteroids Get NASA Near Earth Object (asteroid) data. Read nasa_earth_imagery Get NASA Earth satellite imagery. Read nasa_epic Get NASA EPIC Earth imagery. Read nasa_mars_photos Get NASA Mars rover photos. Read neon_get_project Get details for a specific Neon project. Read neon_list_branches List all branches in a Neon project. Read neon_list_databases List all databases on a Neon branch. Read neon_list_projects List all Neon Serverless Postgres projects in your account. Read news_get_sources Get available news sources from NewsAPI. Read news_search Search news articles via NewsAPI. Read news_top_headlines Get top headlines from NewsAPI. Read nudgeonly_policy Return the PinballWake NudgeOnlyAPI guardrails. This is a red-lane, read-only policy for 👉Nudge: painpoint hi Read nudgeonly_receipt_bridge Turn a verified NudgeOnly painpoint into a tiny worker receipt request or WakePass escalation candidate. Deter Read number_fact Get an interesting fact about a number. Read number_random Get a random number fact. Read omdb_by_id Get an OMDB movie/show by IMDb ID. Read omdb_by_title Get an OMDB movie/show by title. Read omdb_search Search movies/TV shows on OMDB. Read openai_list_models List all OpenAI models available to the account. Read openaq_air_quality Get air quality data for a location from OpenAQ. Read openaq_countries List countries with air quality data on OpenAQ. Read openaq_measurements Get air quality measurements from OpenAQ. Read openlibrary_author_works Get works by an author from Open Library. Read openlibrary_get_author Get an author from Open Library by ID. Read openlibrary_get_book Get a book from Open Library by work ID. Read openlibrary_get_edition Get a book edition from Open Library by ISBN. Read openlibrary_search Search books on Open Library. Read openlibrary_trending Get trending books from Open Library. Read pagerduty_acknowledge_incident Acknowledge a PagerDuty incident by ID. Read pagerduty_get_incident Get details for a single PagerDuty incident by ID. Read pagerduty_list_incidents List PagerDuty incidents. Filter by status (triggered, acknowledged, resolved), service, or date range. Read pagerduty_list_oncalls List who is currently on-call in PagerDuty, optionally filtered by schedule or user. Read pagerduty_list_services List all services in a PagerDuty account. Optionally filter by name. Read pika_get_generation Check the status of a Pika video generation by ID. Read pika_list_styles List available visual styles for Pika video generation. Read pinecone_describe_index Get details (dimension, metric, status, host) for a Pinecone index. Read pinecone_list_indexes List all Pinecone vector indexes in the project. Read pinecone_query_vectors Query a Pinecone index for nearest-neighbor vectors. Read plaid_accounts Get accounts for a Plaid-linked item. Read plaid_balances Get real-time account balances for a Plaid-linked item. Read plaid_identity Get identity information for accounts linked via Plaid. Read plaid_transactions Get transactions for a Plaid-linked item within a date range. Read podcast_by_feed_url Get a podcast by feed URL from Podcast Index. Read podcast_get_episodes Get episodes for a podcast from Podcast Index. Read podcast_recent_episodes Get recent podcast episodes from Podcast Index. Read podcast_search Search for podcasts on Podcast Index. Read podcast_search_episodes Search podcast episodes on Podcast Index. Read podcast_trending Get trending podcasts from Podcast Index. Read postman_action Interact with the Postman API: list and retrieve collections, list environments, and list monitors. Read postmark_get_delivery_stats Get delivery statistics from Postmark including bounces, spam complaints, and open rates. Read postmark_get_template Get a single Postmark email template by ID. Read postmark_list_templates List email templates stored in Postmark. Read postmark_search_messages Search sent messages in Postmark by recipient, sender, tag, or status. Read ptv_departures Get PTV departures for a stop. Read ptv_disruptions Get current PTV service disruptions. Read ptv_route_directions Get directions for a PTV route. Read ptv_search Search PTV stops, routes, or outlets. Read ptv_stops_on_route Get stops on a PTV route. Read pushonly_policy Return the PinballWake PushOnlyAPI guardrails. This blue push lane turns verified IgniteOnly wake packets into Read pushonly_wake_pusher Consume a verified IgniteOnly wake packet and emit a compact public PushOnly worker envelope. It never writes Read pushover_get_receipt Get acknowledgment status for an emergency Pushover notification. Read pushover_list_sounds List all available notification sounds in Pushover. Read pushover_validate_user Validate a Pushover user or group key and list their registered devices. Read qc_copy_audit Fetch a page and scan all visible text for em dashes (U+2014), en dashes (U+2013), and a configurable list of Read quickbooks_customers Query QuickBooks Online customers. Read quickbooks_items Query QuickBooks Online items (products and services). Read quickbooks_payments Query QuickBooks Online payments. Read radio_by_country Get radio stations by country. Read radio_by_tag Get radio stations by genre tag. Read radio_countries List all countries with radio stations. Read radio_search Search for radio stations via Radio Browser. Read radio_top_clicked Get the most-clicked radio stations. Read radio_top_voted Get the most-voted radio stations. Read raindrop_action Perform a Raindrop.io action: search_raindrops, get_collection_raindrops, get_raindrop_collections, create_rai Read random_flip_coin Flip a coin. Read random_lorem_ipsum Generate lorem ipsum placeholder text. Read random_number Generate a random number within a range. Read random_pick_from_list Pick random item(s) from a list. Read random_roll_dice Roll dice. Read random_shuffle_list Shuffle a list randomly. Read random_string Generate a random string. Read rawg_game_screenshots Get screenshots for a RAWG game. Read rawg_get_game Get details for a specific game by RAWG ID or slug. Read rawg_list_genres List all game genres on RAWG. Read rawg_list_platforms List all gaming platforms on RAWG. Read rawg_search_games Search for video games on RAWG. Read rawg_upcoming_games Get upcoming game releases from RAWG. Read read_messages Reads recent messages from the user's Boardroom, the build coordination room where worker seats share material Read read_orchestrator_context Reads current UnClick Orchestrator continuity so a seat can interpret a freshly saved turn before acting. Use Read reddit_read Read posts from a Reddit subreddit. Read reddit_search Search Reddit posts. Read reddit_user Get a Reddit user profile and posts. Read render_get_service Get details for a specific Render service. Read render_list_deploys List deploys for a Render service. Read render_list_env_vars List environment variables for a Render service. Read render_list_services List all Render services (web services, static sites, cron jobs, etc.). Read replicate_get_model Get details and latest version for a Replicate model. Read replicate_get_prediction Get the status and output of a Replicate prediction. Read replicate_list_models List public models available on Replicate. Read replicate_list_predictions List recent predictions for a Replicate account. Read resend_get_email Get a sent email by ID from Resend. Read resend_list_domains List domains configured in Resend. Read riot_get_match Get details for a specific Riot match by match ID. Read riot_match_history Get match history for a LoL/Riot account by PUUID. Read riot_ranked Get ranked stats for a League of Legends summoner. Read riot_summoner Get a League of Legends summoner by name. Read riot_valorant_account Get a Valorant account by game name and tag line. Read runway_get_task Check the status of a Runway ML generation task. Returns status, progress, and video URL when complete. Read runway_list_models List available Runway ML video generation models. Read search_asana_tasks Search tasks by text within an Asana workspace. Read search_cve Search the NVD CVE database. Read search_memory Searches the user's stored facts and session history using hybrid semantic + keyword retrieval. Result content Read search_monday_items Search items by name in a Monday.com board. Read search_patents Search Australian patents via IP Australia. Read search_pinterest_pins Search Pinterest pins by keyword. Read search_steam_store Search the Steam store for games by name. Read search_trademarks Search Australian trademarks via IP Australia. Read search_typed_links Searches stored graph-style links extracted from Memory facts and conversation turns. Use this when a worker n Read seatgeek_get_event Get a SeatGeek event by ID. Read seatgeek_get_performer Get a SeatGeek performer by ID. Read seatgeek_get_venue Get a SeatGeek venue by ID. Read seatgeek_search_events Search for events on SeatGeek. Read seatgeek_search_performers Search for performers on SeatGeek. Read seatgeek_search_venues Search for venues on SeatGeek. Read segment_get_source Get details for a single Segment source including settings and enabled state. Read segment_list_destinations List all destinations connected to a Segment source. Read segment_list_sources List all Segment sources in a workspace using the Segment Public API. Read sendgrid_get_stats Get SendGrid email sending statistics for a date range. Read sendgrid_get_template Get a specific SendGrid email template by ID. Read sendgrid_list_contacts List all marketing contacts in SendGrid. Read sendgrid_list_templates List dynamic email templates in SendGrid. Read sendle_get_quote Get a shipping quote from Sendle. Read sendle_track_parcel Track a Sendle parcel by tracking number. Read sentry_action Interact with the Sentry REST API: list projects and issues, get issue details and events, and resolve issues. Read seopass_lighthouse_plan Build the Lighthouse execution plan for a SEOPass target URL. Execution and persistence land in a later chunk. Read seopass_status Fetch the status for a SEOPass run. Chunk 1 reserves the tool shape; persistence lands later. Read setlistfm_artist_setlists Get setlists for an artist on Setlist.fm. Read setlistfm_get_setlist Get a specific setlist from Setlist.fm by ID. Read setlistfm_search_artist Search for an artist on Setlist.fm. Read setlistfm_search_setlists Search setlists on Setlist.fm. Read shodan_host_info Get Shodan information for a specific IP address. Read shodan_search Search Shodan for internet-connected devices. Read shodan_stats Get aggregated statistics for a Shodan query. Read shopify_collections Get collections from a Shopify store. Read shopify_customers Get customers from a Shopify store. Read shopify_fulfillments Get fulfillments for a Shopify order. Read shopify_inventory Get inventory for Shopify products. Read shopify_orders Get orders from a Shopify store. Read shopify_products Get products from a Shopify store. Read shopify_shop Get Shopify store information. Read sleeper_league Get a Sleeper fantasy league by ID. Read sleeper_league_matchups Get matchups for a Sleeper fantasy league week. Read sleeper_league_rosters Get rosters for a Sleeper fantasy league. Read sleeper_nfl_state Get the current NFL state from Sleeper. Read sleeper_players Get all NFL players from Sleeper. Read sleeper_trending_players Get trending players on Sleeper. Read speedrun_get_game Get details of a game on Speedrun.com including categories and levels. Read speedrun_get_leaderboard Get the leaderboard for a Speedrun.com game category. Read speedrun_get_user Get a Speedrun.com user profile by ID or username. Read speedrun_list_runs List speedruns with optional filters for game, category, user, or status. Read speedrun_search_games Search for games on Speedrun.com by name. No API key required. Read spotify_get_album Get metadata and track listing for a Spotify album. Read spotify_get_artist Get metadata and follower count for a Spotify artist. Read spotify_get_audio_features Get audio analysis features (danceability, energy, tempo, etc.) for a Spotify track. Read spotify_get_playlist Get metadata and tracks for a Spotify playlist. Read spotify_get_recommendations Get Spotify track recommendations based on seed tracks, artists, or genres. Read spotify_get_track Get metadata for a Spotify track by ID. Read spotify_search Search Spotify for tracks, albums, artists, or playlists. Read square_catalog_list List Square catalog objects (items, categories, taxes, etc.). Read square_catalog_search Search Square catalog objects by text. Read square_customers List Square customers. Read stability_list_engines List all available Stability AI generation engines. Read stability_upscale Upscale an image using Stability AI ESRGAN. Read stock_daily Get daily stock price history from Alpha Vantage. Read stock_intraday Get intraday stock prices from Alpha Vantage. Read stock_quote Get a real-time stock quote from Alpha Vantage. Read stock_search Search for stock tickers on Alpha Vantage. Read stripe_invoices List Stripe invoices. Read stripe_prices List Stripe prices. Read stripe_products List Stripe products. Read stripe_subscriptions List Stripe subscriptions. Read tab_meetings Get TAB race meetings for a date. Read tab_race Get TAB race details. Read tab_sports_markets Get TAB sports betting markets. Read telegram_get_updates Get Telegram bot updates. Read telegram_read Read Telegram messages/updates. Read telegram_search Search Telegram messages in a chat. Read testpass_report_html Get the HTML report for a TestPass run. Read testpass_report_json Get the JSON report for a TestPass run. Read testpass_report_md Get the Markdown report for a TestPass run. Read testpass_status Fetch the current status, verdict summary, and fail count for a TestPass run. Read text_analyse Analyse text (word count, sentences, readability). Read text_count_occurrences Count occurrences of a substring in text. Read text_extract_emails Extract all email addresses from a text. Read text_extract_phone_numbers Extract all phone numbers from a text. Read text_extract_urls Extract all URLs from a text. Read text_truncate Truncate text to a maximum length. Read tm_get_event Get details for a specific Ticketmaster event. Read tm_get_venue Get details for a specific Ticketmaster venue. Read tm_search_attractions Search for attractions/artists on Ticketmaster. Read tm_search_events Search for events on Ticketmaster. Read tm_search_venues Search for venues on Ticketmaster. Read tmdb_movie Get details for a TMDB movie by ID. Read tmdb_now_playing Get movies currently in theaters from TMDB. Read tmdb_popular_tv Get popular TV shows from TMDB. Read tmdb_search_movies Search for movies on TMDB. Read tmdb_search_tv Search for TV shows on TMDB. Read tmdb_trending Get trending movies or TV shows on TMDB. Read tmdb_tv Get details for a TMDB TV show by ID. Read tmdb_upcoming Get upcoming movies from TMDB. Read togetherai_list_models List all available models on Together AI including chat, completion, embedding, and image models. Read toggl_projects Get Toggl projects for a workspace. Read toggl_summary Get a Toggl time summary report. Read toggl_time_entries Get Toggl time entries. Read tomorrow_forecast Get a weather forecast from Tomorrow.io. Read tomorrow_history Get historical weather data from Tomorrow.io. Read tomorrow_realtime Get realtime weather from Tomorrow.io. Read trivia_categories Get available trivia categories from Open Trivia DB. Read trivia_questions Get trivia questions from Open Trivia DB. Read trove_get_work Get a specific Trove work by ID. Read trove_newspaper_article Get a specific Trove newspaper article by ID. Read trove_search Search the National Library of Australia's Trove. Read turso_get_database Get details for a specific Turso database. Read turso_list_databases List all databases in a Turso organization. Read turso_list_groups List all groups in a Turso organization. Read twilio_check_verify Check a verification code submitted by a user via Twilio Verify. Read twilio_get_message Get a single Twilio message by SID. Read twilio_list_calls List outbound and inbound calls on a Twilio account. Read twilio_list_messages List SMS messages sent or received on a Twilio account. Read twitch_channel_info Get information about a Twitch channel. Read twitch_get_clips Get clips for a Twitch broadcaster. Read twitch_get_stream Get a specific Twitch stream by user login. Read twitch_schedule Get a Twitch channel's streaming schedule. Read twitch_search_games Search for games on Twitch. Read twitch_search_streams Search for live streams on Twitch. Read twitch_top_games Get top games currently streaming on Twitch. Read untappd_beer_activities Get recent activity/check-ins for a beer on Untappd. Read untappd_get_beer Get details for a specific beer on Untappd. Read untappd_get_brewery Get details for a brewery on Untappd. Read untappd_search_beer Search for beers on Untappd. Read untappd_search_brewery Search for breweries on Untappd. Read upstash_kafka_list_topics List all topics in an Upstash Kafka cluster. Read upstash_redis_get Get the value of a key from an Upstash Redis database. Read upstash_redis_list_keys List keys in an Upstash Redis database matching a pattern. Read urlscan_get_result Get the result of a urlscan.io scan by UUID. Read urlscan_search Search urlscan.io scan results. Read usgs_earthquake_detail Get details for a specific USGS earthquake event. Read usgs_earthquakes_by_region Get USGS earthquakes within a geographic region. Read usgs_recent_earthquakes Get recent earthquakes from USGS. Read uxpass_report_html Get the HTML report for a UXPass run. Read uxpass_report_json Get the JSON report for a UXPass run. Read uxpass_report_md Get the Markdown report for a UXPass run. Read uxpass_status Fetch the status, UX Score, and summary for a UXPass run. Read vercel_get_deployment Get details for a specific Vercel deployment. Read vercel_get_domain Get information about a Vercel domain. Read vercel_get_env Get environment variables for a Vercel project. Read vercel_list_deployments List Vercel deployments for a project. Read vercel_list_projects List all Vercel projects. Read virustotal_scan_domain Get a VirusTotal report for a domain. Read virustotal_scan_ip Get a VirusTotal report for an IP address. Read virustotal_url_report Get a VirusTotal report for a URL. Read weather_current Get current weather for a location from Open-Meteo (no API key required). Read weather_forecast Get weather forecast for a location from Open-Meteo. Read weather_hourly Get hourly weather forecast from Open-Meteo. Read whatsapp_get_media Get the download URL and metadata for a WhatsApp media object by ID. Read willyweather_forecast Get weather forecast from WillyWeather for an Australian location. Read willyweather_surf Get surf report from WillyWeather. Read willyweather_tide Get tide times from WillyWeather. Read wise_accounts Get Wise accounts for a profile. Read wise_exchange_rates Get exchange rates from Wise. Read wise_profile Get the authenticated Wise user profile. Read woo_customers List WooCommerce customers. Read woo_products List or get WooCommerce products. Read xero_accounts Get chart of accounts from Xero. Read xero_bank_transactions Get bank transactions from Xero. Read xero_contacts Get contacts from Xero. Read xero_invoices Get invoices from Xero. Read xero_organisation Get organisation details from Xero. Read xero_payments Get payments from Xero. Read xero_quotes Get quotes from Xero. Read xero_reports Get financial reports from Xero. Read yelp_autocomplete Autocomplete a Yelp business search. Read yelp_get_business Get details for a Yelp business by ID. Read yelp_get_reviews Get reviews for a Yelp business. Read yelp_search_businesses Search for businesses on Yelp. Read yelp_search_events Search for events on Yelp. Read youtube_get_captions List available caption tracks for a YouTube video. Read youtube_get_channel Get metadata and statistics for a YouTube channel. Read youtube_get_video Get metadata, statistics, and content details for a YouTube video. Read youtube_list_playlist_items List videos in a YouTube playlist. Read youtube_list_playlists List playlists belonging to a YouTube channel. Read youtube_search Search YouTube for videos, channels, or playlists.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about UnClick

Can an AI agent move money through the UnClick MCP server? +

Yes. The UnClick server exposes 5 financial tools including paypal_invoices, paypal_orders, square_payments. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the UnClick MCP server? +

Yes. The UnClick server exposes 6 destructive tools including delete_todo, email_delete, pinecone_delete_vectors. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through UnClick? +

The UnClick server has 110 write tools including abuseipdb_report_ip, ack_handoff, airtable_action. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach UnClick.

How many tools does the UnClick MCP server expose? +

813 tools across 4 categories: Destructive, Execute, Read, Write. 639 are read-only. 174 can modify, create, or delete data.

How do I enforce a policy on UnClick? +

Register the UnClick MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every UnClick tool call.

Deterministic rules across all 813 UnClick tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

813 UnClick tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.