Toolpin Monitor a server

UnClick

world.unclick/mcp-server 路 v0.3.129 路 MCP 2025-03-26

667 apps and 1586 actions for any MCP agent, plus cross-session memory and QA passes.

Reachability error
checked 2026-09-20 05:43 UTC
Registry status active
Tools pinned 1652
fa596e565b53
Tools last changed unchanged since first capture 2026-09-14

Provenance

Registry namespace world.unclick (domain verified by the official registry)
Website https://unclick.world
Remote endpoints
https://unclick.world/api/mcp (streamable-http)

Observed changes

When (UTC)EventDetail
2026-09-16 05:41 unreachable
2026-09-14 05:39 first capture 1652 tools pinned
2026-09-14 05:39 back online

Pinned tool definitions (1652)

ToolDescription
unclick_start_pairing Use when this UnClick MCP connection is not paired yet. It gives the user a safe sign-in link that completes the public URL pairing.
workspace_put Append one chunk of a file into the server-side File Workspace. Use this to push files too big to emit in one response: call it repeatedly with small chunks of the same file (and other files), then call workspace_push once. Omit...
workspace_push Assemble every file staged in the workspace and write them to a branch via the GitHub Git Data API (blobs, tree, commit, ref). Any file size. Creates the branch off base_branch (or the default branch) when it does not exist. Staged rows...
workspace_list List the files currently staged in a workspace, with byte sizes and the retention horizon.
load_memory Loads the user's identity, preferences, facts, and recent session history from persistent cross-session storage. Default output is compact for strict MCP clients; call search_memory for narrow questions or pass full_content=true only...
save_fact Saves a new persistent fact about the user that will be available in all future sessions across every AI tool. Use whenever the user shares anything worth keeping -- even if they don't explicitly ask: 'capture', 'noted', 'remember...
search_memory Searches the user's stored facts and session history using hybrid semantic + keyword retrieval. Result content is capped to keep strict MCP clients under response limits; pass full_content=true only when the full matching row is...
search_typed_links Searches stored graph-style links extracted from Memory facts and conversation turns. Use this when a worker needs to find connections between people, jobs, PRs, receipts, files, tools, and decisions. Prefer search_memory for broad...
refresh_taxonomy_snapshots Builds source-linked Memory Library taxonomy snapshots from active facts and sessions. Defaults to a dry run so workers can inspect planned snapshots before anything is written. Only pass dry_run=false after the dry-run output is safe...
save_identity Saves or updates a standing rule or identity entry that loads at the start of every future session. Use whenever the user states or updates something about themselves or how they want every session to behave: 'my name', 'my role', 'I...
save_session Saves a structured summary of the current session so the next session can resume without re-asking. Use at the end of every meaningful session -- even if the user doesn't ask: 'summary', 'wrap-up', 'end of session', 'recap', 'we're...
save_conversation_turn Saves one human, assistant, system, or tool turn into UnClick conversation history so Orchestrator continuity can show and search it. Tethered seats should treat this as the primary receipt path after each accepted subscription chat...
read_orchestrator_context Reads current UnClick Orchestrator continuity so a seat can interpret a freshly saved turn before acting. Use immediately after save_conversation_turn in the required Log -> Read -> Decide -> Reply -> Log reply gate. If this read fails,...
invalidate_fact Marks a stored fact as no longer valid. Use this when the user corrects a fact, says something has changed, or explicitly asks to forget something. Does NOT delete the fact -- preserves history. Requires the fact_id from a prior...
check_signals Call at the start of every session to catch up on what happened since the user last chatted. Returns unread signals from TestPass, Crews, Memory, and every UnClick tool. Narrate the important ones to the user in plain English....
heartbeat_protocol Returns the canonical UnClick AI Seat heartbeat playbook. Call this first from scheduled heartbeat seats, then follow the returned versioned procedure exactly.
commonsensepass_protocol Returns the canonical CommonSensePass worker sanity-gate playbook. Call this when a worker needs to decide if a healthy, no_work, done, merge_ready, pass, quiet, or duplicate_wake claim makes sense.
set_my_emoji Registers this AI agent as a participant in the user's Boardroom, the build coordination room where worker seats post and read material work updates. Call this ONCE on first connect to claim an emoji and a short display name. Trigger...
post_message Posts a message into the user's Boardroom, the build coordination room where worker seats share material work updates. Trigger when something MATERIAL happens that other agents (or the user, watching) should know about: a PR opened, a...
ack_handoff Replies to a Boardroom handoff with a structured ACK card so the sender and the human can see ownership, next action, ETA, and blockers without parsing free-form chat. Use when a message is directly addressed to you, tagged handoff, or...
set_my_status Update what you're currently doing so it shows on the human's Boardroom Now Playing strip. Call when you start a task, change focus, or idle out. Short, plain English, present-tense. Persists until you change it. agent_id...
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 deck. Use when you decide an action item needs tracking beyond a single message: a follow-up task, a chore, a deliverable....
create_expressroom_draft Creates a Manual DraftRoom draft. DraftRoom is the first station when a capable subscription chat seat has fresh build context. Build or fit the smallest safe draft immediately, then store the brief, job mirror, short description, and...
list_expressroom_drafts Lists Manual DraftRoom drafts. These are draft-only records until promoted into official Jobs. Use official_todo_id or official_job_mirror to find drafts linked to a Jobs Board card, PR number, PR URL, or mirrored job name.
promote_expressroom_draft Creates an official Boardroom job from a Manual DraftRoom draft and links the two records. If the warm chat seat did not supply code, keep the exact blocker and next build step visible. The new job still needs normal UnClick...
update_todo Update a todo's title, description, priority, status, assignee, or due date. Use when scope changes, ownership shifts, or you move it between kanban columns ('open', 'in_progress', 'done', 'dropped'). agent_id required for attribution.
release_claim Safely releases a stale open Boardroom todo from its current assignee so another worker can claim it. The server refuses fresh owners, protected human/manual work, in-progress work, unassigned work, capped reclaim attempts, and rows...
complete_todo Shortcut for marking a todo as done. Sets status='done' and stamps completed_at. Posts a 'todo-completed' Boardroom event. agent_id required.
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 history still matters. agent_id required.
delete_todo Hard-deletes a todo and any comments on it. Use sparingly: prefer drop_todo so history is preserved. agent_id required for the audit log.
list_todos Returns todos for this tenant, optionally filtered by status. Use to render a kanban view, find your assignments, or pick the next thing to work on. agent_id required.
list_actionable_todos Returns the highest-priority unassigned open todos, ranked so an agent can pull the next best chip without relying on prose handoffs. agent_id required.
create_idea Drops a new idea into the Boardroom Ideas board so the pack can react and vote. Use when something is too speculative for a todo but worth capturing. agent_id required. Posts an 'idea-created' Boardroom event.
update_idea Edit an idea's title, description, or status ('proposed', 'voting', 'locked', 'parked', 'rejected'). agent_id required.
vote_on_idea Cast or change your vote on an idea ('up' or 'down'). One vote per agent per idea; calling again overwrites your previous vote. agent_id required.
list_ideas Returns ideas for this tenant sorted by score (upvotes minus downvotes) desc, optionally filtered by status. agent_id required.
promote_idea_to_todo Converts an idea into a tracked todo and locks the idea. Requires either net upvotes >= 1, or admin caller. Sets idea.status='locked' and idea.promoted_to_todo_id. Posts an 'idea-promoted' Boardroom event. agent_id required.
comment_on Adds a comment to a Boardroom todo or idea. Use for discussion that belongs scoped to that item rather than as a top-level Boardroom message. target_kind is 'todo' or 'idea'. agent_id required.
list_comments Returns comments on a specific Boardroom todo or idea, in chronological order. agent_id required.
read_messages Reads recent messages from the user's Boardroom, the build coordination room where worker seats share material work updates. Call this RIGHT AFTER load_memory at the start of every session, so you catch up on what other agents posted...
autopilot_record_event Writes one sanitized AutoPilot proof event to the tenant ledger. Use this for claim, check, merge, close, proof, and blocker receipts before claiming zero-touch proof.
autopilot_zero_touch_metrics Reads AutoPilot ledger rows and returns zero-touch scoring. Use before closing a canary or claiming human_touch_count=0.
bgg_search Search BoardGameGeek for board games by name.
bgg_game_details Get full details for a board game by its BGG ID - name, year, rating, players, playtime, description, categories, and mechanics.
bgg_user_collection Get a BGG user's game collection filtered by status (owned, wishlist, or played).
bgg_top_games Get the BGG Hotness list - the most discussed and active board games right now.
bgg_game_reviews Get user comments and ratings for a board game on BGG.
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.
esports_tournaments Get esports tournaments from PandaScore.
esports_teams Search esports teams on PandaScore.
esports_players Search esports players on PandaScore.
esports_get_match Get details for a specific esports match by ID.
amber_sites Get Amber Electric sites for the authenticated user.
amber_current_price Get the current electricity price for an Amber site.
amber_forecast Get electricity price forecast for an Amber site.
willyweather_forecast Get weather forecast from WillyWeather for an Australian location.
willyweather_surf Get surf report from WillyWeather.
willyweather_tide Get tide times from WillyWeather.
domain_search_listings Search Australian property listings on Domain.
domain_get_property Get details for a specific Domain property listing.
domain_suburb_stats Get property market statistics for an Australian suburb.
trove_search Search the National Library of Australia's Trove.
trove_get_work Get a specific Trove work by ID.
trove_newspaper_article Get a specific Trove newspaper article by ID.
auspost_track_parcel Track an Australia Post parcel by tracking number.
auspost_get_postcode Look up an Australian postcode or suburb.
auspost_delivery_times Get Australia Post estimated delivery times.
sendle_get_quote Get a shipping quote from Sendle.
sendle_create_order Create a Sendle shipping order.
sendle_track_parcel Track a Sendle parcel by tracking number.
search_trademarks Search Australian trademarks via IP Australia.
get_trademark_details Get details for a specific Australian trademark.
search_patents Search Australian patents via IP Australia.
tab_meetings Get TAB race meetings for a date.
tab_race Get TAB race details. A race is addressed by its meeting date, meeting name, and race number (TAB has no single race id).
tab_sports_markets Get TAB sports betting markets.
lott_results Get Australian lottery results from The Lott.
lott_jackpots Get current Australian lottery jackpots from The Lott.
abn_lookup Look up an Australian Business Number (ABN).
abn_search Search for Australian businesses by name.
ptv_search Search PTV stops, routes, or outlets.
ptv_departures Get PTV departures for a stop. In full UnClick, stop_id can be filled from saved Memory defaults.
ptv_disruptions Get current PTV service disruptions.
ptv_stops_on_route Get stops on a PTV route.
ptv_route_directions Get directions for a PTV route.
get_cve_detail Get details for a specific CVE by ID.
search_cve Search the NVD CVE database.
get_recent_cves Get recently published CVEs from NVD.
hunter_find_email Find email addresses for a domain using Hunter.io.
hunter_verify_email Verify an email address with Hunter.io.
hunter_domain_info Get email information for a domain from Hunter.io.
hibp_check_account Check if an email account has been in a data breach.
hibp_all_breaches Get all breaches tracked by Have I Been Pwned.
hibp_check_password Check if a password has appeared in a data breach.
virustotal_scan_url Submit a URL for scanning on VirusTotal.
virustotal_url_report Get a VirusTotal report for a URL.
virustotal_scan_ip Get a VirusTotal report for an IP address.
virustotal_scan_domain Get a VirusTotal report for a domain.
abuseipdb_check_ip Check if an IP address has been reported for abuse.
abuseipdb_report_ip Report an abusive IP address to AbuseIPDB.
abuseipdb_blacklist Get the AbuseIPDB blacklist.
urlscan_scan Submit a URL for scanning on urlscan.io.
urlscan_get_result Get the result of a urlscan.io scan by UUID.
urlscan_search Search urlscan.io scan results.
shodan_search Search Shodan for internet-connected devices.
shodan_host_info Get Shodan information for a specific IP address.
shodan_stats Get aggregated statistics for a Shodan query.
resend_send_email Send an email using Resend.
resend_get_email Get a sent email by ID from Resend.
resend_list_domains List domains configured in Resend.
vercel_list_deployments List Vercel deployments for a project.
vercel_get_deployment Get details for a specific Vercel deployment.
vercel_list_projects List all Vercel projects.
supabase_list_projects List Supabase projects visible to the connected Supabase account. Read-only Management API call.
supabase_get_project Get one Supabase project by project_ref. Read-only Management API call.
supabase_list_organizations List Supabase organizations visible to the connected Supabase account. Read-only Management API call.
supabase_execute_sql Run a SQL statement against a Supabase project's database via the Management API. Destructive statements require confirm: true.
supabase_apply_migration Apply a named, tracked migration to a Supabase project's database via the Management API.
vercel_get_domain Get information about a Vercel domain.
vercel_get_env Get environment variables for a Vercel project.
vercel_create_env Create (or upsert) an environment variable on a Vercel project. Target defaults to production, preview, and development. Use type='plain' for non-secret values, 'encrypted' or 'sensitive' for secrets.
vercel_delete_env Delete a Vercel environment variable by its env id (get ids from vercel_get_env).
vercel_create_deployment Create a Vercel deployment. Pass deployment_id to redeploy an existing commit, or project_id + git_ref to deploy fresh from git. Set force_new=true to skip the build cache (needed after env var changes or when serverless function...
toggl_time_entries Get Toggl time entries.
toggl_create_time_entry Create a new Toggl time entry.
toggl_projects Get Toggl projects for a workspace.
toggl_summary Get a Toggl time summary report.
email_send Send an email via Gmail/IMAP.
email_read_inbox Read emails from an inbox.
email_search Search emails in an inbox.
email_get Get a specific email by UID.
email_mark_read Mark an email as read.
email_delete Delete an email by UID.
usgs_recent_earthquakes Get recent earthquakes from USGS.
usgs_earthquake_detail Get details for a specific USGS earthquake event.
usgs_earthquakes_by_region Get recent USGS earthquakes within a radius of a point (latitude/longitude).
openaq_air_quality Get air quality data for a location from OpenAQ.
openaq_measurements Get air quality measurements from OpenAQ.
openaq_countries List countries with air quality data on OpenAQ.
food_search Search for food products on Open Food Facts.
food_get_product Get a food product from Open Food Facts by barcode.
food_by_category Get food products by category from Open Food Facts.
ebird_recent_observations Get recent bird observations from eBird.
ebird_notable_observations Get notable/rare bird observations from eBird.
ebird_species_info Get information about a bird species from eBird.
carbon_flight_emissions Estimate carbon emissions for a flight.
carbon_vehicle_emissions Estimate carbon emissions for a vehicle journey.
carbon_electricity_emissions Estimate carbon emissions for electricity consumption.
find_nearest_toilets Find the nearest public toilets to a location (Australia).
get_toilet_details Get details for a specific public toilet by ID.
calc_tip Calculate tip amount and total for a bill.
calc_mortgage Calculate monthly mortgage repayment.
calc_bmi Calculate Body Mass Index (BMI).
calc_compound_interest Calculate compound interest growth.
calc_currency_estimate Estimate currency conversion using a rough rate.
convert_length Convert between length units.
convert_weight Convert between weight/mass units.
convert_temperature Convert between temperature units (C, F, K).
convert_volume Convert between volume units.
convert_speed Convert between speed units.
convert_area Convert between area units.
convert_data_storage Convert between data storage units.
datetime_current_time Get the current date and time, optionally in a specific timezone.
datetime_convert_timezone Convert a datetime from one timezone to another.
datetime_date_diff Calculate the difference between two dates.
datetime_add_to_date Add a duration to a date.
datetime_business_days Get business days between two dates.
datetime_format_date Format a date string.
datetime_week_number Get the ISO week number for a date.
text_analyse Analyse text (word count, sentences, readability).
text_transform Transform text (uppercase, lowercase, title case, slug, etc.).
text_extract_emails Extract all email addresses from a text.
text_extract_urls Extract all URLs from a text.
text_extract_phone_numbers Extract all phone numbers from a text.
text_count_occurrences Count occurrences of a substring in text.
text_truncate Truncate text to a maximum length.
meal_search Search for meals/recipes by name.
meal_random Get a random meal/recipe.
meal_get_by_id Get a meal/recipe by ID.
meal_categories List all meal categories.
meal_filter_by_category Filter meals by category.
meal_filter_by_area Filter meals by cuisine/area.
meal_filter_by_ingredient Filter meals by main ingredient.
espn_nfl_scores Get current NFL scores from ESPN.
espn_nba_scores Get current NBA scores from ESPN.
espn_mlb_scores Get current MLB scores from ESPN.
espn_nhl_scores Get current NHL scores from ESPN.
espn_soccer_scores Get soccer scores from ESPN.
espn_news Get ESPN sports news.
espn_team_info Get team information from ESPN.
sleeper_nfl_state Get the current NFL state from Sleeper.
sleeper_players Get all NFL players from Sleeper.
sleeper_trending_players Get trending players on Sleeper.
sleeper_league Get a Sleeper fantasy league by ID.
sleeper_league_rosters Get rosters for a Sleeper fantasy league.
sleeper_league_matchups Get matchups for a Sleeper fantasy league week.
deezer_search Search Deezer for tracks, artists, or albums.
deezer_get_artist Get a Deezer artist by ID.
deezer_get_album Get a Deezer album by ID.
deezer_get_track Get a Deezer track by ID.
deezer_chart Get Deezer chart (top tracks/albums/artists).
deezer_search_playlist Search for Deezer playlists.
color_convert Convert a color from one format into ALL other formats (HEX, RGB, HSL, HSV, CMYK) at once.
color_info Get information about a color (name, complementary, etc.).
color_palette Generate a color palette from a base color.
color_mix Mix two colors together.
color_contrast_ratio Check the contrast ratio between two colors.
random_uuid Generate a random UUID.
random_number Generate a random number within a range.
random_string Generate a random string.
random_pick_from_list Pick random item(s) from a list.
random_flip_coin Flip a coin.
random_roll_dice Roll dice.
random_shuffle_list Shuffle a list randomly.
random_lorem_ipsum Generate lorem ipsum placeholder text.
notion_action Perform a Notion action: search_notion, get_notion_page, get_notion_database, query_notion_database, create_notion_page, update_notion_page.
readwise_action Perform a Readwise action: get_readwise_highlights, get_readwise_books, get_daily_review, search_highlights, create_highlight.
raindrop_action Perform a Raindrop.io action: search_raindrops, get_collection_raindrops, get_raindrop_collections, create_raindrop, get_raindrop, delete_raindrop.
clockify_action Perform a Clockify action: get_clockify_workspaces, get_time_entries, create_time_entry, get_clockify_projects, get_clockify_summary.
splitwise_action Perform a Splitwise action: get_groups, get_expenses, get_balances, create_expense, get_friends.
instapaper_action Perform an Instapaper action: get_instapaper_bookmarks, add_instapaper_bookmark, archive_bookmark, delete_bookmark, get_instapaper_folders.
monica_action Perform a Monica CRM action: get_contacts, search_contacts, get_contact, create_contact, get_contact_reminders, get_activities, add_note.
feedly_action Perform a Feedly action: get_feedly_feeds, get_feedly_streams, search_feedly, get_feedly_categories, mark_as_read.
hn_top_stories Get the top stories from Hacker News.
hn_new_stories Get the newest stories from Hacker News.
hn_best_stories Get the best stories from Hacker News.
hn_ask_hn Get Ask HN posts from Hacker News.
hn_show_hn Get Show HN posts from Hacker News.
hn_item Get a specific Hacker News item by ID.
hn_user Get a Hacker News user profile.
f1_sessions Get Formula 1 sessions from OpenF1.
f1_drivers Get Formula 1 driver info from OpenF1.
f1_positions Get Formula 1 position data from OpenF1.
f1_laps Get Formula 1 lap data from OpenF1.
f1_pit_stops Get Formula 1 pit stop data from OpenF1.
f1_car_data Get Formula 1 car telemetry data from OpenF1.
f1_team_radio Get Formula 1 team radio messages from OpenF1.
f1_weather Get Formula 1 weather data from OpenF1.
tmdb_search_movies Search for movies on TMDB.
tmdb_search_tv Search for TV shows on TMDB.
tmdb_movie Get details for a TMDB movie by ID.
tmdb_tv Get details for a TMDB TV show by ID.
tmdb_trending Get trending movies or TV shows on TMDB.
tmdb_now_playing Get movies currently in theaters from TMDB.
tmdb_upcoming Get upcoming movies from TMDB.
tmdb_popular_tv Get popular TV shows from TMDB.
trivia_questions Get trivia questions from Open Trivia DB.
trivia_categories Get available trivia categories from Open Trivia DB.
poke_get_pokemon Get Pokemon data by name or ID from PokeAPI.
poke_search_pokemon List Pokemon with pagination from PokeAPI.
poke_get_type Get Pokemon type info and which Pokemon have that type.
poke_get_ability Get Pokemon ability info and which Pokemon have it.
poke_get_generation Get Pokemon generation info, region, and species list.
cocktail_search Search for cocktails/drinks by name.
cocktail_random Get a random cocktail/drink recipe.
cocktail_get_by_id Get a cocktail/drink by ID.
cocktail_categories List all cocktail categories from TheCocktailDB.
cocktail_filter_by_category Filter cocktails by category.
cocktail_filter_by_ingredient Filter cocktails by ingredient.
dictionary_lookup Look up a word's definition, phonetics, and examples.
dictionary_lookup_language Look up a word in a specific language (es, fr, de, it, ja, etc).
joke_random Get a random joke from JokeAPI.
joke_categories List available joke categories from JokeAPI.
holidays_by_country Get public holidays for a country and year.
holidays_next Get upcoming public holidays for a country.
holidays_countries List all countries supported by the public holidays API.
holidays_long_weekends Get long weekends for a country and year.
dog_random_image Get random dog image(s) from Dog CEO API.
dog_breed_image Get random image(s) of a specific dog breed.
dog_list_breeds List all dog breeds and sub-breeds.
dog_breed_list List sub-breeds of a specific dog breed.
ram_get_character Get a Rick and Morty character by ID.
ram_search_characters Search Rick and Morty characters by name, status, species, or gender.
ram_get_episode Get a Rick and Morty episode by ID.
ram_search_episodes Search Rick and Morty episodes by name or episode code.
ram_get_location Get a Rick and Morty location by ID.
xkcd_latest Get the latest xkcd comic.
xkcd_comic Get a specific xkcd comic by number.
xkcd_random Get a random xkcd comic.
brewery_search Search breweries by name.
brewery_get Get a brewery by ID.
brewery_list List breweries, optionally filtered by city, state, or type.
brewery_random Get random breweries.
jikan_search_anime Search anime on MyAnimeList via Jikan API.
jikan_get_anime Get anime details by MyAnimeList ID.
jikan_top_anime Get top-ranked anime from MyAnimeList.
jikan_search_manga Search manga on MyAnimeList via Jikan API.
jikan_get_character Get an anime/manga character by MyAnimeList ID.
chuck_random Get a random Chuck Norris joke.
chuck_search Search Chuck Norris jokes by keyword.
chuck_categories List available Chuck Norris joke categories.
cat_fact Get a random cat fact.
cat_facts Get multiple cat facts with pagination.
cat_breeds List cat breeds with details.
swapi_get_person Get a Star Wars character by ID.
swapi_search_people Search Star Wars characters by name.
swapi_get_planet Get a Star Wars planet by ID.
swapi_search_planets Search Star Wars planets by name.
swapi_get_starship Get a Star Wars starship by ID.
swapi_search_starships Search Star Wars starships by name.
dnd_get_class Get a D&D 5e class by index (e.g. wizard, fighter).
dnd_list_classes List all D&D 5e character classes.
dnd_get_spell Get a D&D 5e spell by name/index.
dnd_list_spells List D&D 5e spells, optionally filtered.
dnd_get_monster Get a D&D 5e monster stat block by index.
dnd_list_monsters List D&D 5e monsters, optionally by challenge rating.
deck_new Create and shuffle a new deck of cards.
deck_draw Draw cards from a deck.
deck_shuffle Reshuffle an existing deck.
advice_random Get a random piece of advice.
advice_search Search advice slips by keyword.
advice_by_id Get a specific advice slip by ID.
agify_age Predict the age of a person based on their first name.
genderize_name Predict the gender of a person based on their first name.
nationalize_name Predict the nationality of a person based on their first name.
quote_random Get a random inspirational quote.
quote_search Search quotes by keyword.
quote_by_author Get quotes by a specific author.
quote_list_tags List all available quote tags/categories.
quote_list_authors List quote authors sorted by number of quotes.
bored_random Get a random activity suggestion.
bored_by_type Get an activity by type (education, recreational, social, diy, charity, cooking, relaxation, music, busywork).
bored_by_participants Get an activity for a specific number of participants.
hero_get_by_id Get a superhero/villain by ID from the comic book database.
hero_all List all superheroes and villains (returns first 50 with IDs).
hero_powerstats Get power statistics for a superhero/villain.
iss_location Get the current location of the International Space Station.
iss_astronauts Get the list of astronauts currently in space.
tarot_all_cards List all tarot cards in the deck.
tarot_draw Draw random tarot cards for a reading.
tarot_search Search for a specific tarot card by name.
aoe2_civilizations List all Age of Empires II civilizations.
aoe2_civilization Get an Age of Empires II civilization by ID.
aoe2_units List all Age of Empires II units.
aoe2_unit Get an Age of Empires II unit by ID.
aoe2_technologies List all Age of Empires II technologies.
affirmation_random Get a random positive affirmation.
jp_list_posts List posts from JSONPlaceholder (fake REST API). Optionally filter by userId.
jp_get_post Get a single post by ID from JSONPlaceholder.
jp_list_comments List comments on a post from JSONPlaceholder.
jp_list_users List all users from JSONPlaceholder (fake test data).
picsum_list List photos available on Lorem Picsum.
picsum_get Get info about a specific Lorem Picsum photo by ID.
picsum_random_url Generate a random placeholder image URL from Lorem Picsum (no fetch needed).
bible_verse Look up a Bible verse or passage by reference (e.g. 'John 3:16', 'Psalm 23').
bible_random Get a random Bible verse.
frankfurter_latest Get latest exchange rates from ECB via Frankfurter.
frankfurter_convert Convert a specific amount between two currencies using ECB rates.
frankfurter_historical Get historical exchange rates for a specific date from ECB.
frankfurter_currencies List all currencies supported by the Frankfurter ECB exchange-rate API.
zen_quote_random Get a random inspirational quote from Zen Quotes.
zen_quote_today Get today's quote of the day from Zen Quotes.
zen_quotes Get a batch of inspirational quotes from Zen Quotes (returns up to 20).
kanye_quote Get a random Kanye West quote.
dadjoke_random Get a random dad joke from icanhazdadjoke.
dadjoke_search Search for dad jokes by keyword.
dadjoke_by_id Get a specific dad joke by its ID.
useless_fact_random Get a random useless fact.
useless_fact_today Get today's useless fact of the day.
random_fox_image Get a random fox image URL.
httpbin_get Test an HTTP GET request - see your headers, IP, and args echoed back.
httpbin_headers Get your request headers as seen by httpbin.
httpbin_ip Get your public IP address via httpbin.
httpbin_user_agent Get your User-Agent string via httpbin.
httpbin_uuid Generate a random UUID via httpbin.
reqres_list_users List fake users from Reqres (test API).
reqres_get_user Get a specific fake user by ID from Reqres.
reqres_list_resources List fake color resources from Reqres (test API).
corporate_bs_phrase Generate a random corporate buzzword phrase.
worldtime_by_timezone Get current time for a specific timezone.
worldtime_by_ip Get current time based on IP address geolocation.
worldtime_list_timezones List all available IANA timezones.
sunrise_sunset_times Get sunrise and sunset times for GPS coordinates.
zip_lookup Look up location info for a zip/postal code.
zip_by_city Look up zip/postal codes for a city and state.
yesno_random Get a random yes/no answer with an animated GIF.
evil_insult_random Get a random insult (for entertainment only).
dog_api_random_image Get a random dog image from The Dog API.
dog_api_breeds List dog breeds with details from The Dog API.
sportsdb_search_team Search for a sports team by name on TheSportsDB.
sportsdb_search_player Search for a sports player by name on TheSportsDB.
sportsdb_team_events Get upcoming events for a team by TheSportsDB team ID.
sportsdb_leagues List all sports leagues on TheSportsDB.
cat_api_random_image Get a random cat image from The Cat API.
cat_api_breeds List cat breeds with details from The Cat API.
spaceflight_articles Get latest spaceflight news articles.
spaceflight_blogs Get latest spaceflight blog posts.
spaceflight_reports Get latest spaceflight technical reports.
archive_search Search the Internet Archive (archive.org) for items.
archive_metadata Get metadata for an Internet Archive item by identifier.
ipify_get_ip Get your public IP address via ipify.
er_latest_rates Get latest exchange rates from ExchangeRate-API (open endpoint).
makeup_search Search makeup products by brand, type, category, or tags.
github_emojis List all GitHub emojis with their image URLs.
met_search Search the Metropolitan Museum of Art collection for artworks.
met_object Get full details for a Met Museum artwork by object ID.
met_departments List all departments in the Metropolitan Museum of Art.
bacon_ipsum Generate meat-themed placeholder text (Bacon Ipsum).
placeholder_image Generate a placeholder image URL with custom size, colors, and text.
placekitten_image Generate a random kitten placeholder image URL.
shibe_random_image Get random Shiba Inu, cat, or bird images.
cataas_random_cat Get a random cat image, optionally with a tag or text overlay.
cataas_list_tags List all available cat image tags.
punkapi_random_beer Get a random craft beer recipe from BrewDog's Punk API.
punkapi_search_beers Search craft beer recipes by name.
punkapi_get_beer Get a specific craft beer recipe by ID.
colormind_generate_palette Generate an AI-powered 5-color palette using Colormind.
colormind_list_models List available Colormind color models.
dummyjson_products Browse fake product data from DummyJSON.
dummyjson_search_products Search fake products by keyword.
dummyjson_quotes Browse a collection of quotes from DummyJSON.
dummyjson_random_quote Get a random quote from DummyJSON.
excuser_random Get a random excuse, optionally by category.
dog_fact_random Get a random dog fact.
amiibo_search Search Nintendo Amiibo figures by character name.
amiibo_by_series List Amiibo figures in a game series.
amiibo_types List all Amiibo product types (figure, card, yarn, etc.).
dummy_image_url Generate a placeholder image URL with custom size, colors, and text.
ipinfo_lookup Get geolocation and ISP info for an IP address (or your own).
ghibli_films List all Studio Ghibli films with directors and descriptions.
ghibli_people List characters from Studio Ghibli films.
final_space_characters List all Final Space characters.
final_space_episodes List all Final Space episodes.
mc_server_status Check the status of a Minecraft server (Java or Bedrock).
disney_character_search Search Disney characters by name.
disney_all_characters Browse all Disney characters (paginated).
hp_all_characters List all Harry Potter characters.
hp_students List Hogwarts students.
hp_staff List Hogwarts staff.
hp_by_house List characters by Hogwarts house.
emojihub_random Get a random emoji with name, category, and HTML/Unicode codes.
emojihub_by_category Browse emojis by category (smileys, animals, food, etc.).
avatar_url Generate a text-based avatar image URL with initials.
robohash_url Generate a unique robot/monster/cat avatar from any text.
gutenberg_search Search Project Gutenberg free ebooks by title or author.
gutenberg_book Get details for a specific Project Gutenberg book by ID.
country_flag_url Get a country flag image URL by ISO 2-letter code.
wiktionary_lookup Look up a word definition in Wiktionary (multi-language).
quran_verse Get a specific verse (ayah) from the Quran with English translation.
quran_surah Get a full surah (chapter) from the Quran.
urlhaus_lookup_url Check if a URL is listed as a malware distribution site in the URLhaus database.
urlhaus_recent Get recent malware URLs added to the URLhaus database.
tvmaze_search Search for TV shows by name.
tvmaze_show Get full details for a TV show by its TVmaze ID.
tvmaze_schedule Get the TV schedule for a country and date.
freetogame_list Browse free-to-play games, optionally filtered by platform or category.
freetogame_detail Get full details for a specific free-to-play game.
cheapshark_deals Search for game deals across multiple stores (Steam, GOG, etc.).
cheapshark_stores List all game stores tracked by CheapShark.
is_even Check whether a number is even, via the isEven API.
iceandfire_characters Search characters from A Song of Ice and Fire (Game of Thrones).
iceandfire_books List or search books in the A Song of Ice and Fire series.
iceandfire_houses Search noble houses from A Song of Ice and Fire (Game of Thrones).
random_user Generate random user profiles with names, emails, addresses, and photos.
digimon_all List all Digimon with names, images, and levels.
digimon_by_name Look up a specific Digimon by name.
digimon_by_level List Digimon filtered by evolution level.
stapi_search_character Search Star Trek characters by name.
stapi_search_species Search Star Trek species by name.
stapi_search_starship Search Star Trek starships/spacecraft by name.
breaking_bad_quote Get random Breaking Bad quotes.
random_taco Generate a random taco recipe with base, seasoning, condiment, and shell.
publicapis_search Search the Public APIs directory for free APIs by name or category.
publicapis_categories List all categories in the Public APIs directory.
publicapis_random Get a random API from the Public APIs directory.
wger_exercises Search and browse exercises from the wger workout database.
wger_categories List exercise categories from the wger workout database.
wger_muscles List muscle groups from the wger workout database.
animechan_random Get a random anime quote.
animechan_search Search for anime quotes from a specific anime.
lotr_books List Lord of the Rings books.
lotr_characters Search Lord of the Rings characters by name.
lotr_quotes Get Lord of the Rings movie quotes.
coinpaprika_global Get global cryptocurrency market stats from Coinpaprika.
coinpaprika_coin Get detailed info about a cryptocurrency from Coinpaprika.
coinpaprika_ticker Get live price/ticker data from Coinpaprika. Without id, returns top 20.
openfda_drug_search Search FDA drug labels by brand name or ingredient.
openfda_recall_search Search FDA food and drug recall enforcement actions.
openfda_adverse_events Search FDA drug adverse event reports.
fun_translate Translate text into fun dialects like Yoda, Pirate, Shakespeare, Minion, Dothraki, etc.
datamuse_words Find words by meaning, sound, spelling, rhyme, or adjective/noun relationship.
datamuse_suggestions Get autocomplete suggestions for a word prefix.
nba_players Search NBA players by name.
nba_teams List all NBA teams.
nba_games Browse NBA game scores and results.
worldbank_country Get country info from the World Bank. Pass a code (US, GB) or omit for all.
worldbank_indicator Get economic/development indicator data from the World Bank.
carbon_intensity_current Get current UK electricity grid carbon intensity (gCO2/kWh).
carbon_intensity_forecast Get 24-hour forecast of UK grid carbon intensity.
carbon_intensity_generation Get current UK electricity generation mix by fuel type.
lyrics_get Get song lyrics by artist and title.
urban_define Look up slang definitions on Urban Dictionary.
urban_random Get random Urban Dictionary definitions.
nobel_prizes Search Nobel Prize data by year and/or category.
nobel_laureates Search Nobel laureates by name, year, or category.
universities_search Search world universities by name and/or country.
fakestore_products List fake e-commerce products (for testing and prototyping).
fakestore_product Get a single fake product by ID.
fakestore_categories List all fake store product categories.
mtg_search_cards Search Magic: The Gathering cards by name, color, type, set, or rarity.
mtg_get_card Get a specific MTG card by its multiverse ID.
mtg_sets List or search Magic: The Gathering sets.
domainsdb_search Search registered domain names by keyword or pattern.
domainsdb_tlds List available top-level domains (TLDs) from DomainsDB.
pokemon_tcg_search_cards Search Pokemon Trading Card Game cards by name, type, set, or rarity.
pokemon_tcg_sets List or search Pokemon TCG card sets.
spacex_latest_launch Get the most recent SpaceX launch details.
spacex_launches List recent SpaceX launches.
spacex_rockets List all SpaceX rockets with specifications.
genderize_predict Predict gender from a first name with probability score.
nationalize_predict Predict likely nationalities from a first name with probability scores.
qrserver_generate Generate a QR code image URL for any text or URL.
solarsystem_bodies List solar system bodies (planets, moons, asteroids, comets).
solarsystem_body Get detailed info about a specific solar system body.
pubchem_search Search PubChem for a chemical compound by name.
pubchem_properties Get specific properties of a PubChem compound by CID.
marine_forecast Get ocean wave, swell, and marine weather forecast for a location.
triviadb_questions Get trivia questions from Open Trivia Database by category, difficulty, or type.
triviadb_categories List all available Open Trivia Database question categories.
ip_address_lookup Look up geolocation, ISP, and timezone for an IP address.
diceware_passphrase Generate a secure random passphrase using the diceware word list.
color_name_lookup Find the closest named color for a hex code.
color_name_random Get a random named color with its hex code and name.
mhw_monsters Search Monster Hunter World monsters by name.
mhw_weapons Browse Monster Hunter World weapons by type.
currency_api_rates Get latest currency exchange rates from fawazahmed0 currency API (free, no key).
currency_api_list List all supported currency codes from fawazahmed0 currency API.
jisho_search Search Jisho.org Japanese dictionary for words, kanji, or English translations.
colr_random_palette Get a random color palette from colr.org.
game_of_life_step Run Conway's Game of Life simulation steps (local, no network).
fruityvice_all List all fruits with nutrition facts from Fruityvice.
fruityvice_by_name Get detailed nutrition info for a specific fruit from Fruityvice.
opendota_heroes List all Dota 2 heroes with roles and attack types from OpenDota.
opendota_hero_stats Get Dota 2 hero statistics including pick/win rates per bracket.
opendota_pro_matches Get recent professional Dota 2 match results from OpenDota.
artic_search_artworks Search artworks at the Art Institute of Chicago by keyword.
artic_get_artwork Get detailed info about a specific artwork at the Art Institute of Chicago.
imgflip_get_memes Get the top 100 popular meme templates from Imgflip.
foodish_random Get a random food image from Foodish API.
foodish_by_category Get a random food image by category from Foodish API.
acnh_villagers List all Animal Crossing: New Horizons villagers.
acnh_fish List all Animal Crossing: New Horizons fish with availability and prices.
acnh_bugs List all Animal Crossing: New Horizons bugs with availability and prices.
http_cat_image Get a cat image for any HTTP status code from http.cat (no network call).
poetry_search_by_author Search poems by author name on PoetryDB.
poetry_search_by_title Search poems by title on PoetryDB.
poetry_random Get a random poem from PoetryDB.
citybikes_networks List all bike-sharing networks worldwide from CityBikes.
citybikes_network Get station details for a specific bike-sharing network.
iss_position Get the current position of the International Space Station.
iss_pass_times Get ISS position relative to an observer location.
coinlore_global Get global cryptocurrency market overview from Coinlore.
coinlore_tickers List top cryptocurrency tickers with price and market cap from Coinlore.
coinlore_coin Get detailed info for a specific cryptocurrency from Coinlore.
air_quality_current Get current air quality index and pollutant levels from Open-Meteo.
air_quality_forecast Get hourly air quality forecast from Open-Meteo.
official_joke_random Get a random joke from Official Joke API (setup + punchline format).
official_joke_by_type Get a random joke by type from Official Joke API.
official_joke_ten Get 10 random jokes from Official Joke API.
multiavatar_generate Generate a unique avatar image URL from any string (no network call).
flood_forecast Get river discharge flood forecast from Open-Meteo.
covid_global Get global COVID-19 statistics from disease.sh.
covid_country Get COVID-19 statistics for a specific country from disease.sh.
covid_vaccine Get COVID-19 vaccine candidate information from disease.sh.
fishwatch_species List all fish species with sustainability data from NOAA FishWatch.
fishwatch_species_detail Get detailed info about a specific fish species from NOAA FishWatch.
newton_math Perform math operations (simplify, derive, integrate, factor, etc.) via Newton API.
placebear_image Get a bear placeholder image URL at custom dimensions (no network call).
country_by_ip Detect country from an IP address using country.is.
historical_weather Get historical daily weather data for a location from Open-Meteo archive (1940 to 5 days ago).
uk_police_forces List all UK police forces with id and name.
uk_police_crimes Get reported crimes at a UK location from data.police.uk.
memegen_templates List available meme templates from memegen.link.
memegen_create Generate a meme image URL from a template, top text, and bottom text.
time_api_current_by_zone Get the current date and time for an IANA timezone via timeapi.io.
time_api_timezones List all available IANA timezone names from timeapi.io.
postcode_lookup Look up a UK postcode for lat/lon, region, district, ward, and constituency.
postcode_random Get a random UK postcode with full location details.
climate_normals Get climate normal projections (mean max/min temp, precipitation) for a location.
gbif_search_species Search GBIF for biodiversity species by name.
gbif_species_detail Get full taxonomy details for a GBIF species by key.
gbif_occurrences Search GBIF biodiversity occurrence records by species and/or country.
crossref_search_works Search academic papers on Crossref by title, author, or keyword.
crossref_get_work Get full metadata for an academic paper by DOI from Crossref.
nominatim_search Geocode a place name or address to coordinates using OpenStreetMap Nominatim.
nominatim_reverse Reverse geocode coordinates to an address using OpenStreetMap Nominatim.
coincap_assets List top crypto assets by market cap from CoinCap.
coincap_asset_detail Get detailed crypto asset info (price, volume, market cap) from CoinCap.
coincap_rates List crypto and fiat exchange rates from CoinCap.
open_elevation_lookup Get elevation in meters for given coordinates from Open Elevation API.
itis_search_by_name Search USDA ITIS for species by common name.
itis_get_full_record Get full taxonomic record from USDA ITIS by TSN (Taxonomic Serial Number).
arxiv_search Search arXiv for scientific preprints by keyword, title, or author.
openalex_search_works Search OpenAlex for scholarly works by keyword.
openalex_get_work Get full metadata for a scholarly work by OpenAlex ID or DOI.
openalex_search_authors Search OpenAlex for academic authors by name.
dblp_search_publications Search DBLP for computer science publications.
dblp_search_authors Search DBLP for computer science researchers.
wikidata_search Search Wikidata for entities (people, places, concepts) by label.
wikidata_get_entity Get structured data for a Wikidata entity by Q-id (e.g. Q42).
random_duck_image Get a random duck image URL.
random_duck_list List all available duck image filenames.
http_dog_image Get a dog image URL for an HTTP status code (like httpcat but with dogs).
opensky_states Get live aircraft states (position, altitude, velocity) from OpenSky Network.
opensky_flights Get flight history from OpenSky Network for a time range (max 2 hours).
circl_cve_lookup Look up a CVE vulnerability by ID from CIRCL (cve.circl.lu).
circl_cve_recent Get the most recently published CVE vulnerabilities from CIRCL.
vatcomply_rates Get EU VAT rates (standard, reduced, super-reduced) per country.
vatcomply_countries List EU member states with country name and code.
thecolorapi_id Get detailed color information (name, RGB, HSL, CMYK) for a hex color.
thecolorapi_scheme Generate a color scheme from a seed hex color.
placehold_image Generate a placeholder image URL with custom size, colors, and text (no network call).
languagetool_check Check text for grammar, spelling, and style issues using LanguageTool.
languagetool_languages List all languages supported by LanguageTool.
bgpview_asn Look up an Autonomous System Number (ASN) on BGPView.
bgpview_asn_prefixes Get IP prefixes announced by an ASN from BGPView.
bgpview_ip Look up IP address details (PTR, prefix, ASN) on BGPView.
mymemory_translate Translate text between languages using MyMemory free translation API.
openchargemap_search Find EV charging stations near a location from Open Charge Map.
crates_search Search Rust crates on crates.io by name or keyword.
crates_get Get detailed info for a Rust crate by name from crates.io.
npm_search Search npm packages by name or keyword.
npm_get_package Get metadata for an npm package (latest version).
pypi_get_package Get metadata for a Python package from PyPI.
pypi_get_version Get metadata for a specific version of a Python package from PyPI.
rdap_domain Look up domain registration data via RDAP (WHOIS replacement).
rdap_ip Look up IP address registration data via RDAP.
iban_validate Validate an IBAN and get bank/BIC info via OpenIBAN.
stackexchange_search Search Stack Exchange (default: Stack Overflow) for questions.
stackexchange_question Get a Stack Exchange question by ID.
ripe_network_info Get network information for an IP or prefix from RIPE NCC.
ripe_asn_neighbours Get peering neighbours for an ASN from RIPE NCC.
gutendex_search Search Project Gutenberg free ebooks.
gutendex_book Get details for a Project Gutenberg book by ID.
dohdns_resolve Resolve DNS records for a domain via Google DNS-over-HTTPS.
nhtsa_decode_vin Decode a vehicle VIN to get make, model, year, and specifications from NHTSA.
nhtsa_recalls Search NHTSA vehicle safety recalls by make, model, and year.
geojs_lookup Get IP geolocation (country, region, city, lat/lon) from GeoJS. Omit IP for self-lookup.
isup_check Check if a website/domain is up or down via isitup.org.
wayback_check Check if a URL has been archived by the Wayback Machine and get the closest snapshot.
oeis_search Search the Online Encyclopedia of Integer Sequences (OEIS) by sequence or keyword.
upc_lookup Look up a product by UPC/EAN barcode number.
upc_search Search products by name in the UPC item database.
faker_persons Generate fake person data (name, email, phone, address) for testing.
faker_companies Generate fake company data for testing.
faker_texts Generate fake text/article data for testing.
openfigi_mapping Map a financial instrument identifier (ticker, ISIN, CUSIP) to FIGI.
openfigi_search Search OpenFIGI for financial instruments by name.
libretranslate_translate Translate text between languages using LibreTranslate (open source).
libretranslate_languages List supported languages in LibreTranslate.
libretranslate_detect Detect the language of a text using LibreTranslate.
europeana_search Search Europeana for European cultural heritage objects (art, books, music, film).
europeana_record Get details of a Europeana cultural heritage record by ID.
iss_flyover Get upcoming ISS flyover times for a location (lat/lon).
json_format Parse, format, and analyze a JSON string. Returns pretty-printed output and structure stats.
country_info_detail Get country details (borders, languages, official name) from Nager.Date.
long_weekends Get long weekends for a country and year from Nager.Date.
cocktail_by_ingredient Filter cocktails by ingredient (e.g. Vodka, Gin, Tequila).
cocktail_ingredient_info Get details about a cocktail ingredient (description, type, ABV).
regex_test Test a regex pattern against text and return all matches with positions.
hash_generate Generate a cryptographic hash (md5, sha1, sha256, sha384, sha512) of text.
hash_compare Compare text against an expected hash to verify integrity.
base64_encode Encode text to Base64.
base64_decode Decode a Base64 string to text.
url_encode URL-encode text (percent-encoding for query strings).
url_decode Decode a URL-encoded (percent-encoded) string.
crontab_explain Explain a cron expression in human-readable terms.
jwt_decode Decode a JWT token to inspect header and payload claims (does NOT verify signature).
markdown_to_html Convert Markdown text to HTML (headings, bold, italic, links, lists, code).
markdown_stats Analyze Markdown text: count headings, links, code blocks, words, and more.
cidr_calculate Calculate subnet details from a CIDR notation (network, broadcast, mask, host count).
semver_parse Parse a semantic version string into major, minor, patch, and prerelease.
semver_compare Compare two semantic versions (returns greater, less, or equal).
color_hex_convert Convert a hex color to RGB and HSL values.
epoch_convert Convert a Unix epoch timestamp to ISO 8601 and human-readable formats.
epoch_now Get the current Unix epoch timestamp in seconds and milliseconds.
diff_text Compare two texts line by line and show added/removed lines.
password_generate Generate a cryptographically secure random password.
text_slugify Convert text into a URL-safe slug.
lorem_generate Generate lorem ipsum placeholder text.
csv_parse Parse CSV text into structured JSON rows.
word_count Count words, characters, sentences, and estimate reading time.
json_prettify Prettify or minify JSON text.
html_strip Strip HTML tags and decode entities to plain text.
uuid_generate Generate one or more cryptographically random UUID v4 strings.
char_frequency Analyze character frequency and breakdown of a text.
ip_validate Validate and classify an IP address (IPv4/IPv6, public/private/loopback).
string_case Convert text between camelCase, snake_case, kebab-case, PascalCase, and more.
aspect_ratio Calculate the aspect ratio of given width and height.
percentage_calc Perform percentage calculations (of, change, increase, decrease, is_what_percent).
roman_convert Convert between Roman numerals and decimal numbers.
morse_convert Encode text to Morse code or decode Morse code to text.
number_base_convert Convert numbers between binary, octal, decimal, hex, and any base 2-36.
string_distance Calculate Levenshtein edit distance and similarity between two strings.
lorem_name_generate Generate random placeholder names with optional email addresses.
text_readability Analyze text readability with Flesch-Kincaid grade and reading ease scores.
timezone_info Look up timezone offset and details by abbreviation, or list all timezones.
color_blend Blend two hex colors together, optionally generating a gradient palette.
fibonacci_sequence Generate Fibonacci numbers and optionally check if a number is Fibonacci.
prime_check Check if a number is prime, get its factorization, and find adjacent primes.
sort_lines Sort, deduplicate, or reverse lines of text.
countdown_calc Calculate days, weeks until or since a given date.
pressure_convert Convert pressure between Pa, hPa, kPa, bar, atm, psi, torr, mmHg, inHg.
emoji_lookup Search emojis by name or keyword.
nato_convert Convert text to NATO phonetic alphabet or decode NATO words back to text.
bitwise_calc Perform bitwise operations (AND, OR, XOR, NOT, NAND, NOR, shifts) on integers.
gcd_lcm_calc Calculate GCD and LCM of two or more integers.
temperature_convert Convert temperature between Celsius, Fahrenheit, Kelvin, and Rankine.
statistics_calc Calculate mean, median, mode, standard deviation, and more for a set of numbers.
text_wrap Hard-wrap text to a specified column width.
braille_convert Convert text to Braille Unicode dots or decode Braille back to text.
pig_latin_convert Convert text to Pig Latin or decode Pig Latin back to English.
rot13_convert Apply ROT13 (or ROT-N) cipher to text.
reverse_text Reverse text by characters, words, lines, or sentences.
palindrome_check Check if text is a palindrome and find the longest palindromic substring.
acronym_generate Generate an acronym from a phrase, optionally skipping small words.
wordfreq_analyse Analyse word frequencies in text, returning counts and top words.
markdowntable_convert Convert CSV or TSV text into a Markdown table.
runlength_process Run-length encode or decode text (e.g. aaabbb to 3a3b).
luhn_validate Validate or generate a Luhn check digit (credit cards, IMEI, etc.).
charcodes_convert Convert characters to Unicode code points in decimal, hex, or binary.
soundex_encode Encode words using the Soundex phonetic algorithm, optionally comparing two names.
frequency_analyse Analyse character or bigram frequencies in text.
entropy_calculate Calculate Shannon entropy of text (measures randomness/information density).
ngram_extract Extract and count n-grams (word or character level) from text.
camelsnake_convert Convert between camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE.
metaphone_encode Encode words using the Metaphone phonetic algorithm, optionally comparing two words.
tfidf_calculate Calculate TF-IDF scores to rank documents by relevance to a query.
readability_score Calculate Flesch-Kincaid readability scores and reading level for text.
tokencount_estimate Estimate token counts for text across different LLM tokenizers (GPT-4, Claude, WordPiece).
crc32_calculate Calculate CRC32 checksum for text input.
jaccard_similarity Calculate Jaccard similarity index between two texts (word or character level).
hamming_distance Calculate Hamming distance between two equal-length strings.
cosinesim_compare Calculate cosine similarity between two texts using word frequency vectors.
damerau_distance Calculate Damerau-Levenshtein distance (edits + transpositions) between two strings.
markov_generate Generate text using a Markov chain trained on input text (word or character level).
vigenere_process Encrypt or decrypt text using the Vigenere polyalphabetic cipher.
atbash_process Apply the Atbash cipher (A=Z, B=Y, ...) to text. Self-inverse.
railfence_process Encrypt or decrypt text using the rail fence (zigzag) cipher.
phonetic_spell Spell out text using NATO or IPA phonetic alphabet.
matrix_operate Perform matrix operations: add, multiply, transpose, or determinant.
setops_calculate Perform set operations: union, intersection, difference, symmetric difference, subset/superset.
collatz_sequence Compute the Collatz (3n+1) sequence for a positive integer.
pascaltri_generate Generate rows of Pascal's triangle, optionally return a specific row.
histogram_create Create a histogram from numeric data with configurable bins and ASCII visualization.
regression_fit Fit a linear regression (y = mx + b) to x/y data points, returns slope, intercept, R-squared.
base_convert Convert a number between bases (binary, octal, decimal, hex, or any base 2-36).
gcd_calculate Compute the greatest common divisor (GCD) and least common multiple (LCM) of integers.
permutation_calc Calculate the number of permutations P(n,r) - ordered arrangements.
combination_calc Calculate the number of combinations C(n,r) - unordered selections.
proportion_solve Solve a proportion a/b = c/d given any 3 values.
quadratic_solve Solve a quadratic equation ax^2 + bx + c = 0. Returns roots, discriminant, and vertex.
prime_factor Find the prime factorization of an integer.
zscore_calculate Calculate z-score, cumulative probability, and percentile for a value given mean and standard deviation.
angle_convert Convert angles between degrees, radians, gradians, and turns. Includes trig values.
polygon_calculate Calculate properties of a regular polygon: area, perimeter, angles, apothem, circumradius, diagonals.
sigmoid_calculate Compute activation functions (sigmoid, tanh, relu, leaky_relu, elu, swish) and their derivatives.
interpolate_calc Linear interpolation (or extrapolation) between two points. Returns the y value for a given x.
modular_arithmetic Modular arithmetic operations: modpow (a^b mod m), modinverse (a^-1 mod m), or mod (a mod m).
ratio_simplify Simplify a ratio a:b to its lowest terms. Returns decimal and percentage forms.
binomial_probability Calculate binomial distribution probability P(X=k) and cumulative probabilities for n trials with probability p.
normal_distribution Calculate normal (Gaussian) distribution PDF, CDF, and percentile for a given value.
triangle_solve Solve a triangle given three side lengths. Returns angles, area, perimeter, inradius, circumradius, and type.
standard_form Convert a number to scientific and engineering notation.
complex_calc Complex number arithmetic: add, subtract, multiply, divide, magnitude, conjugate, or polar conversion.
wavelength_convert Convert between wavelength and frequency. Returns energy and EM spectrum band.
midpoint_calc Calculate the midpoint, distance, slope, and angle between two 2D points.
slope_intercept Find the line equation (slope-intercept and standard form) from two points.
log_base Compute logarithm with any base. Also returns ln, log10, and log2.
nth_root Calculate the nth root of a number. Default is square root (n=2).
area_calculate Calculate area (and perimeter where possible) of common shapes: circle, rectangle, triangle, trapezoid, ellipse, parallelogram, sector.
dot_product Compute the dot product of two vectors. Returns magnitude, angle, and orthogonality check.
cross_product Compute the cross product of two 3D vectors. Returns magnitude and parallelism check.
weighted_mean Compute weighted, arithmetic, geometric, and harmonic means of a set of values.
variance_calc Calculate population/sample variance, standard deviation, median, range, and coefficient of variation.
poisson_probability Calculate Poisson distribution PMF and CDF for k events with rate lambda.
exponential_growth Model exponential growth or decay: final = initial * e^(rate*time). Includes doubling time or half-life.
geometric_series Calculate finite and infinite sums of a geometric series: a, ar, ar^2, ...
harmonic_series Calculate partial sum of the harmonic series H(n) = 1 + 1/2 + 1/3 + ... + 1/n.
pi_approx Approximate pi using Leibniz, Nilakantha, and Wallis formulas. Compare convergence rates.
taylor_expand Taylor series approximation for exp, sin, cos, ln(1+x), and atan(x).
string_lcs Find the longest common subsequence of two strings with similarity score.
topo_sort Topological sort of a directed graph with cycle detection.
convex_hull Compute the convex hull of 2D points with area and perimeter.
knapsack_solve Solve the 0-1 knapsack problem: pick items to maximize value within a weight capacity.
spline_interpolate Natural cubic spline interpolation through data points, with optional evaluation.
dijkstra_path Find the shortest path between two nodes in a weighted graph (Dijkstra's algorithm).
matrix_decomp Matrix decomposition and analysis: LU factorization, transpose, trace, or rank.
linear_solve Solve a system of linear equations Ax = b using Gaussian elimination with partial pivoting.
numerical_diff Numerical differentiation of a math expression using five-point stencil (1st-4th order).
numerical_integrate Numerical integration of a math expression using Simpson's rule, trapezoid, or midpoint method.
fft_transform Fast Fourier Transform (Cooley-Tukey radix-2) with optional inverse.
bezier_curve Compute a Bezier curve from control points with arc length and optional evaluation.
root_find Find roots of a math expression using Newton's method or bisection.
matrix_inverse Compute the inverse and determinant of a square matrix using Gauss-Jordan elimination.
ode_solve Solve an ordinary differential equation numerically using Euler or RK4 method. Provide the ODE as a JS expression in terms of t and y.
polynomial_ops Perform polynomial operations: evaluate, derivative, integral, add, or multiply. Coefficients are highest degree first.
hypothesis_test Perform statistical hypothesis tests: z-test, t-test, or chi-squared test. Returns test statistic, p-value, and rejection decision.
huffman_code Build a Huffman coding tree for the given text and return the code table, encoded bit count, compression ratio, and entropy.
correlation_calc Compute Pearson correlation coefficient, r-squared, covariance, and linear regression between two numeric arrays.
bit_count Count set bits (popcount), total bits, and convert between decimal, binary, hex, and octal. Detects powers of two.
running_stats Compute running (sliding window) mean, standard deviation, min, and max over a numeric array.
graph_analyze Analyze a graph: count nodes, edges, connected components, density, degrees, and detect self-loops.
convolution Compute discrete convolution of a signal with a kernel. Supports full, same, and valid modes.
rle_encode_decode Run-length encode a numeric array into runs, or decode runs back to a numeric array.
descriptive_stats Compute descriptive statistics: mean, median, mode, std, variance, skewness, kurtosis, quartiles, IQR, and more.
bfs_search Breadth-first search on a graph. Finds shortest unweighted path, visit order, and reachable node count.
monte_carlo_estimate Monte Carlo estimation: estimate pi or compute a definite integral via random sampling.
dfs_search Depth-first search on a graph. Finds a path, visit order, reachable count, and detects cycles.
percentile_calc Compute percentiles of a dataset (default p5-p99) and optionally find the percentile rank of a given value.
mst_find Find the minimum spanning tree of a weighted graph using Kruskal's algorithm.
page_rank Compute PageRank scores for nodes in a directed graph.
astar_path Find the shortest path on a 2D grid using the A* algorithm.
simplex_solve Solve a linear programming problem (maximize objective subject to <= constraints) using the simplex method.
hungarian_assign Solve the assignment problem (optimally assign N workers to N tasks) using the Hungarian algorithm.
kmeans_cluster Partition points into k clusters using the k-means algorithm.
bellman_ford Find shortest paths from a source node using Bellman-Ford (handles negative edge weights).
floyd_warshall Compute all-pairs shortest paths using Floyd-Warshall.
reservoir_sample Select k random items from a list with equal probability using reservoir sampling.
bloom_filter Build a Bloom filter from items and test membership of query items (probabilistic, no false negatives).
power_iteration Find the dominant eigenvalue and eigenvector of a square matrix via power iteration.
tsp_solve Find a short tour visiting all cities and returning to start (traveling salesman, nearest-neighbor heuristic).
lru_simulate Simulate an LRU cache over a sequence of key accesses and report hit/miss rates.
union_find Perform union-find (disjoint set) operations: merge elements and query connectivity.
tarjan_scc Find all strongly connected components of a directed graph using Tarjan's algorithm.
catalan_calc Compute the nth Catalan number and its combinatorial interpretations.
rabin_karp_search Find all occurrences of a pattern in text using the Rabin-Karp rolling hash algorithm.
sieve_of_eratosthenes Generate all prime numbers up to N using the Sieve of Eratosthenes algorithm.
suffix_array_build Build a suffix array for a string, with optional LCP (longest common prefix) array.
matrix_chain_order Find the optimal parenthesization for matrix chain multiplication to minimize scalar multiplications.
fenwick_tree Build a Fenwick tree (Binary Indexed Tree) from values and run point updates and range sum queries.
segment_tree Build a segment tree for range queries (sum/min/max) with point updates on a mutable array.
kmp_search Find all occurrences of a pattern in text using Knuth-Morris-Pratt algorithm with failure function.
aho_corasick_search Find all occurrences of multiple patterns in text simultaneously using the Aho-Corasick algorithm.
z_algorithm Compute the Z-array for a string, or find pattern matches using the Z-algorithm in linear time.
trie_ops Build a trie (prefix tree) from words and perform search, prefix count, and autocomplete queries.
skip_list_sim Simulate a skip list: insert values, get sorted output, and search for elements in O(log n) expected time.
manacher_palindrome Find the longest palindromic substring in linear time using Manacher's algorithm.
counting_sort Sort an array of integers in O(n+k) time using counting sort, with frequency analysis.
radix_sort Sort non-negative integers using radix sort with configurable base.
treap_sim Simulate a treap (randomized BST): insert values, get sorted output, tree height, and search.
longest_increasing_subsequence Find the longest increasing subsequence in O(n log n) time using patience sorting.
kosaraju_scc Find all strongly connected components in a directed graph using Kosaraju's two-pass algorithm.
bucket_sort Sort numbers using the bucket sort algorithm. Distributes elements into buckets, sorts each, then concatenates.
edmonds_karp Compute maximum flow and minimum cut in a flow network using the Edmonds-Karp (BFS-based Ford-Fulkerson) algorithm.
avl_tree Build an AVL (self-balancing BST) from a list of keys. Returns inorder traversal, tree height, and optional key search results.
bipartite_check Check whether an undirected graph is bipartite (2-colorable). Returns the two vertex sets if bipartite, or an odd cycle if not.
euler_path Check whether a graph has an Eulerian path or circuit. Reports degree analysis and start/end vertices.
sparse_table Build a sparse table for O(1) range minimum or maximum queries on a static array.
miller_rabin_test Test whether a number is prime using the deterministic Miller-Rabin primality test with multiple witnesses.
rb_tree_sim Build a red-black tree from a list of keys. Returns inorder traversal, tree height, black height, and validity check.
heap_sort Sort numbers using the heap sort algorithm. Guaranteed O(n log n) in-place sorting with swap count.
chinese_remainder_theorem Solve a system of simultaneous congruences using the Chinese Remainder Theorem.
graph_coloring Color vertices of an undirected graph using a greedy algorithm so no adjacent vertices share a color.
extended_gcd Compute the extended GCD of two integers, returning Bezout coefficients and optionally the modular inverse.
euler_totient Compute Euler's totient function phi(n) - the count of integers up to n that are coprime with n.
hopcroft_karp Find maximum matching in a bipartite graph using the Hopcroft-Karp algorithm in O(E * sqrt(V)).
interval_merge Merge overlapping intervals and report gaps, coverage, and the consolidated set.
ternary_search Ternary search on a sorted array (search mode) or find the extremum of a unimodal array (max/min mode).
shell_sort Sort an array using Shell sort with gap sequence tracking, comparison and swap counts.
matrix_exponentiation Raise a square matrix to a non-negative integer power using fast exponentiation, with optional modular arithmetic.
segment_intersection Find all pairwise intersections among a set of 2D line segments, returning intersection points.
min_vertex_cover Find the minimum vertex cover of a graph using exact bitmask enumeration (up to 20 vertices).
suffix_automaton Build a suffix automaton for a string and count distinct substrings.
gabow_scc Find strongly connected components of a directed graph using Gabow's algorithm.
baby_giant_step Solve the discrete logarithm problem (find x such that base^x = target mod modulus) using baby-step giant-step.
centroid_decomposition Compute the centroid decomposition of a tree, returning centroid parents and depths.
wavelet_tree Build a wavelet tree for an integer array and answer range kth-smallest queries.
dinic_max_flow Compute maximum flow in a network using Dinic's algorithm.
lowest_common_ancestor Find lowest common ancestors and distances in a tree using binary lifting.
max_independent_set Find the maximum independent set of a graph using exact bitmask enumeration (up to 20 vertices).
two_sat Solve a 2-SAT boolean satisfiability problem using implication graph and SCC.
heavy_light_decomposition Perform heavy-light decomposition of a tree for efficient path queries.
min_cost_max_flow Compute minimum cost maximum flow using successive shortest paths (SPFA).
persistent_array Persistent array with version-controlled get/set operations using a persistent segment tree.
suffix_tree Build a suffix tree (Ukkonen's algorithm) and compute distinct substrings and longest repeated substring.
link_cut_tree Dynamic forest connectivity with link, cut, connected, and path sum queries using link-cut trees.
graph_condensation Compute SCC condensation of a directed graph into a DAG using Kosaraju's algorithm.
mos_algorithm Offline range query processing using Mo's algorithm with sqrt decomposition (range sum and distinct count).
cartesian_tree Build a Cartesian tree from an array (min-heap ordered with BST on indices).
stern_brocot_tree Find best rational approximation using the Stern-Brocot tree and continued fractions.
chromatic_number Compute the exact chromatic number of a graph using inclusion-exclusion (up to 20 vertices).
euler_tour Compute Euler tour of a tree with tin/tout timestamps, depths, and subtree sizes.
gaussian_elimination Solve a system of linear equations via Gaussian elimination with partial pivoting.
eertree Build a palindromic tree (eertree) to count distinct palindromic substrings.
pollard_rho Factor an integer using Pollard's rho with Miller-Rabin primality testing.
ntt Multiply two polynomials using Number Theoretic Transform (mod 998244353).
josephus Solve the Josephus problem: find the survivor in a circle of n people eliminating every k-th.
berlekamp_massey Find the shortest linear recurrence for a sequence using Berlekamp-Massey.
sos_dp Sum over Subsets (SOS) dynamic programming / zeta transform on bitmasks.
xor_basis Compute a linear basis over GF(2) (XOR basis) for a set of integers.
moebius_function Compute Moebius function values and Mertens function using linear sieve.
z_function Compute Z-function of a string with optional pattern matching.
chinese_remainder Solve simultaneous congruences using the generalised Chinese Remainder Theorem.
lucas_theorem Compute binomial coefficient C(n,k) mod prime using Lucas' theorem.
duval_factorize Compute the Lyndon factorization of a string using Duval's algorithm.
goertzel Compute a single DFT frequency bin using the Goertzel algorithm.
burrows_wheeler Compute the Burrows-Wheeler Transform (forward or inverse).
ackermann Compute the Ackermann function A(m, n).
de_bruijn Generate a de Bruijn sequence B(k,n) containing every k-ary substring of length n exactly once.
shunting_yard Convert an infix math expression to postfix (RPN) and evaluate it.
fenwick_range Fenwick tree with range update and range query support using two BITs.
bitmask_ops Bitmask operations: info, submasks, supersets, next permutation, enumerate set bits.
gray_code Convert between binary and Gray code, or generate n-bit Gray code sequences.
catmull_rom Evaluate a Catmull-Rom spline through control points at given parameter values.
rl_encode Run-length encode or decode a string.
topo_count Count the number of distinct topological orderings of a DAG.
booth_rotation Find the lexicographically smallest rotation of a string using Booth's algorithm.
prefix_function Compute the KMP prefix/failure function array, with optional pattern occurrence counting.
matrix_rank Compute the rank of a matrix using Gaussian elimination with partial pivoting.
fenwick_2d 2D Fenwick tree for point updates and rectangle sum queries.
continued_fraction Convert a rational number to its continued fraction representation with convergents.
longest_common_prefix Find the longest common prefix among an array of strings.
lehmer_code Convert between permutations and Lehmer codes, compute permutation rank and unrank.
digit_dp Count integers from 1 to N whose digit sum equals a target value using digit DP.
coin_change Compute minimum coins for a target amount and count distinct combinations.
edit_distance Compute edit distance with full backtrace of insert/delete/replace operations.
power_set Generate all subsets of a set (up to 20 elements).
necklace_count Count distinct necklaces and bracelets using Burnside's lemma.
derangement_calc Count and optionally enumerate derangements (permutations with no fixed points).
kmp_automaton Build a full KMP DFA transition table for streaming pattern matching.
rmq_sparse Build a sparse table for O(1) range minimum/maximum queries.
partition_count Count integer partitions of n with optional max part size and part count constraints.
stirling_numbers Compute Stirling numbers of the first or second kind via DP.
haar_wavelet Haar wavelet transform (forward and inverse) on a power-of-2 length array.
convex_hull_3d Compute the 3D convex hull of a point set, returning triangular faces.
bezier_clip Extract a Bezier sub-curve for a parameter range using de Casteljau subdivision.
nasa_apod Get NASA Astronomy Picture of the Day.
nasa_asteroids Get NASA Near Earth Object (asteroid) data.
nasa_mars_photos Get NASA Mars rover photos.
nasa_earth_imagery Get NASA Earth satellite imagery.
nasa_epic Get NASA EPIC Earth imagery.
weather_current Get current weather for a location from Open-Meteo (no API key required).
weather_forecast Get weather forecast for a location from Open-Meteo.
weather_hourly Get hourly weather forecast from Open-Meteo.
radio_search Search for radio stations via Radio Browser.
radio_by_country Get radio stations by country.
radio_top_clicked Get the most-clicked radio stations.
radio_top_voted Get the most-voted radio stations.
radio_by_tag Get radio stations by genre tag.
radio_countries List all countries with radio stations.
gdelt_news_search Search global news via the GDELT Project. Returns article titles, URLs, sources, dates, countries, and languages. No API key required.
gdelt_tone_analysis Analyse the sentiment and tone of global news coverage for a topic over time. Returns average tone scores (negative = negative coverage, positive = positive), trend summary, and timeline. Great for brand monitoring or tracking public sentiment.
gdelt_geo_events Get geographic distribution of news events for a topic from the GDELT GEO API. Returns event clusters with location, article count, and tone score.
gdelt_trending Check whether a topic is trending in global news using GDELT article volume timelines. Returns a trend classification (surging, rising, stable, declining, fading) and volume data over time.
number_fact Get an interesting fact about a number.
number_random Get a random number fact.
omdb_search Search movies/TV shows on OMDB.
omdb_by_title Get an OMDB movie/show by title.
omdb_by_id Get an OMDB movie/show by IMDb ID.
openlibrary_search Search books on Open Library.
openlibrary_get_book Get a book from Open Library by work ID.
openlibrary_get_edition Get a book edition from Open Library by ISBN.
openlibrary_get_author Get an author from Open Library by ID.
openlibrary_author_works Get works by an author from Open Library.
openlibrary_trending Get trending books from Open Library.
mb_search_artists Search for artists on MusicBrainz.
mb_search_releases Search for releases/albums on MusicBrainz.
mb_search_recordings Search for recordings/tracks on MusicBrainz.
mb_get_artist Get a MusicBrainz artist by MBID.
mb_get_release Get a MusicBrainz release by MBID.
genius_search Search Genius for songs and lyrics.
genius_get_song Get a Genius song by ID.
genius_get_artist Get a Genius artist by ID.
genius_artist_songs Get songs by an artist on Genius.
tm_search_events Search for events on Ticketmaster.
tm_get_event Get details for a specific Ticketmaster event.
tm_search_venues Search for venues on Ticketmaster.
tm_get_venue Get details for a specific Ticketmaster venue.
tm_search_attractions Search for attractions/artists on Ticketmaster.
seatgeek_search_events Search for events on SeatGeek.
seatgeek_get_event Get a SeatGeek event by ID.
seatgeek_search_performers Search for performers on SeatGeek.
seatgeek_get_performer Get a SeatGeek performer by ID.
seatgeek_search_venues Search for venues on SeatGeek.
seatgeek_get_venue Get a SeatGeek venue by ID.
eventbrite_search_events Search for events on Eventbrite.
eventbrite_get_event Get details for an Eventbrite event by ID.
eventbrite_get_attendees Get attendees for an Eventbrite event.
eventbrite_create_event Create an event on Eventbrite under an organization.
eventbrite_list_categories List Eventbrite event categories.
eventbrite_get_venue Get details for an Eventbrite venue.
foursquare_search_places Search for places on Foursquare.
foursquare_get_place Get details for a Foursquare place by FSQ ID.
foursquare_get_photos Get photos for a Foursquare place.
foursquare_get_tips Get tips/reviews for a Foursquare place.
foursquare_autocomplete Autocomplete a Foursquare place search.
lastfm_artist_info Get Last.fm artist info.
lastfm_search_artists Search for artists on Last.fm.
lastfm_top_tracks Get top tracks for an artist on Last.fm.
lastfm_similar_artists Get similar artists on Last.fm.
lastfm_chart_top_artists Get the Last.fm chart of top artists.
lastfm_chart_top_tracks Get the Last.fm chart of top tracks.
lastfm_album_info Get album info from Last.fm.
discogs_search_releases Search for music releases on Discogs.
discogs_get_release Get a Discogs release by ID.
discogs_get_artist Get a Discogs artist by ID.
discogs_search_artists Search for artists on Discogs.
discogs_marketplace_stats Get Discogs marketplace stats for a release.
discogs_get_label Get a Discogs record label by ID.
setlistfm_search_artist Search for an artist on Setlist.fm.
setlistfm_artist_setlists Get setlists for an artist on Setlist.fm.
setlistfm_search_setlists Search setlists on Setlist.fm.
setlistfm_get_setlist Get a specific setlist from Setlist.fm by ID.
bandsintown_artist Get an artist profile from Bandsintown.
bandsintown_events Get upcoming events for an artist on Bandsintown.
bandsintown_recommended Get recommended events for an artist on Bandsintown.
podcast_search Search for podcasts on Podcast Index.
podcast_by_feed_url Get a podcast by feed URL from Podcast Index.
podcast_get_episodes Get episodes for a podcast from Podcast Index.
podcast_search_episodes Search podcast episodes on Podcast Index.
podcast_trending Get trending podcasts from Podcast Index.
podcast_recent_episodes Get recent podcast episodes from Podcast Index.
lichess_user Get a Lichess user profile.
lichess_user_games Get games for a Lichess user.
lichess_puzzle_daily Get the Lichess daily puzzle.
lichess_top_players Get top Lichess players for a game mode.
lichess_tournament Get details for a Lichess tournament.
chess_player Get a Chess.com player profile.
chess_player_stats Get Chess.com player statistics.
chess_player_games Get recent games for a Chess.com player.
chess_puzzles_random Get a random chess puzzle from Chess.com.
chess_leaderboards Get Chess.com leaderboards.
fpl_bootstrap Get Fantasy Premier League bootstrap data (players, teams, etc.).
fpl_player Get FPL player details and history.
fpl_gameweek Get FPL gameweek details.
fpl_fixtures Get FPL fixtures, optionally for a gameweek.
fpl_my_team Get an FPL manager's team for a gameweek.
fpl_manager Get an FPL manager profile.
fpl_leagues_classic Get FPL classic league standings.
guardian_search_articles Search for articles on The Guardian.
guardian_get_article Get a specific Guardian article by ID.
guardian_get_sections Get all Guardian sections.
guardian_get_tags Get Guardian tags.
guardian_get_edition Get a Guardian edition by ID.
news_top_headlines Get top headlines from NewsAPI.
news_search Search news articles via NewsAPI.
news_get_sources Get available news sources from NewsAPI.
stock_quote Get a real-time stock quote from Alpha Vantage.
stock_search Search for stock tickers on Alpha Vantage.
stock_daily Get daily stock price history from Alpha Vantage.
stock_intraday Get intraday stock prices from Alpha Vantage.
forex_rate Get a forex exchange rate from Alpha Vantage.
crypto_daily Get daily crypto price history from Alpha Vantage.
crypto_price Get cryptocurrency prices from CoinGecko.
crypto_coin Get detailed info for a cryptocurrency from CoinGecko.
crypto_search Search for cryptocurrencies on CoinGecko.
crypto_trending Get trending cryptocurrencies from CoinGecko.
crypto_top_coins Get top cryptocurrencies by market cap from CoinGecko.
crypto_coin_history Get historical price data for a cryptocurrency from CoinGecko.
cmc_listings Get latest cryptocurrency listings from CoinMarketCap.
cmc_quotes Get cryptocurrency quotes from CoinMarketCap.
cmc_info Get cryptocurrency metadata from CoinMarketCap.
cmc_trending Get trending cryptocurrencies from CoinMarketCap.
cmc_global_metrics Get global cryptocurrency market metrics from CoinMarketCap.
forex_latest Get latest forex exchange rates from Open Exchange Rates.
forex_historical Get historical forex rates from Open Exchange Rates.
forex_currencies List all currencies from Open Exchange Rates.
forex_convert Convert a currency amount using Open Exchange Rates.
wise_exchange_rates Get exchange rates from Wise.
wise_profile Get the authenticated Wise user profile.
wise_accounts Get Wise accounts for a profile.
wise_create_quote Create a Wise money transfer quote.
ip_lookup Look up geolocation for an IP address.
ip_batch Batch IP address geolocation lookup.
country_all Get all countries from REST Countries.
country_by_name Get a country by name from REST Countries.
country_by_code Get a country by code from REST Countries.
country_by_region Get countries by region from REST Countries.
country_by_currency Get countries by currency from REST Countries.
country_by_language Get countries by language from REST Countries.
tomorrow_realtime Get realtime weather from Tomorrow.io.
tomorrow_forecast Get a weather forecast from Tomorrow.io.
tomorrow_history Get historical weather data from Tomorrow.io.
twitch_search_streams Search for live streams on Twitch.
twitch_get_stream Get a specific Twitch stream by user login.
twitch_search_games Search for games on Twitch.
twitch_top_games Get top games currently streaming on Twitch.
twitch_get_clips Get clips for a Twitch broadcaster.
twitch_channel_info Get information about a Twitch channel by its login name.
twitch_schedule Get a Twitch channel's streaming schedule by its login name.
reddit_read Read public posts from a Reddit subreddit. OAuth is optional for public reads.
reddit_post Create a Reddit post.
reddit_comment Post a comment on Reddit.
reddit_search Search public Reddit posts. OAuth is optional for public reads.
reddit_thread Read a public Reddit thread, including the post and comments.
reddit_user Get a public Reddit user profile and recent activity. OAuth is optional for public reads.
reddit_vote Vote on a Reddit post or comment.
reddit_subscribe Subscribe to or unsubscribe from a Reddit subreddit.
mastodon_action Perform a Mastodon action: mastodon_post, mastodon_read_timeline, mastodon_reply, mastodon_boost, mastodon_favorite, mastodon_search, mastodon_profile, mastodon_follow, mastodon_notifications.
bluesky_action Perform a Bluesky action: bluesky_post, bluesky_read_feed, bluesky_reply, bluesky_like, bluesky_repost, bluesky_search, bluesky_profile, bluesky_follow.
discord_send Send a message to a Discord channel.
discord_read Read messages from a Discord channel.
discord_thread Create a Discord thread.
discord_react Add a reaction to a Discord message.
discord_channels List channels in a Discord guild.
discord_members List members of a Discord guild.
discord_search Search messages in a Discord guild.
slack_action Perform a Slack action: slack_send, slack_read, slack_search, slack_thread_reply, slack_channels, slack_react, slack_upload.
telegram_send Send a Telegram message.
telegram_read Read Telegram messages/updates.
telegram_search Search Telegram messages in a chat.
telegram_send_media Send media (photo/document/video) via Telegram.
telegram_get_updates Get Telegram bot updates.
telegram_manage_chat Manage a Telegram chat (get info, ban, kick, etc.).
line_send_message Send a text message to a LINE user, group, or room.
line_send_flex_message Send a rich Flex Message to a LINE user or group.
line_get_profile Get a LINE user's display name, profile picture, and status message.
line_get_group_summary Get a LINE group's name and picture URL.
line_reply_message Reply to a LINE message using a reply token from a webhook event.
line_broadcast Broadcast a text message to all followers of your LINE Official Account.
figma_get_file Get a Figma file's structure and metadata - pages, frames, and component count.
figma_get_node Get a specific node by ID within a Figma file.
figma_get_images Export/render Figma nodes as images (PNG, JPG, SVG, or PDF).
figma_get_comments Get all comments on a Figma file.
figma_post_comment Add a comment to a Figma file, optionally pinned to canvas coordinates.
figma_get_components Get all published components in a Figma file.
figma_get_team_projects List all projects for a Figma team.
amazon_search Search for products on Amazon.
amazon_product Get Amazon product details by ASIN.
amazon_browse Browse Amazon product categories.
amazon_variations Get Amazon product variations for an ASIN.
shopify_products Get products from a Shopify store.
shopify_orders Get orders from a Shopify store.
shopify_customers Get customers from a Shopify store.
shopify_inventory Get inventory for Shopify products.
shopify_collections Get collections from a Shopify store.
shopify_shop Get Shopify store information.
shopify_fulfillments Get fulfillments for a Shopify order.
yelp_search_businesses Search for businesses on Yelp.
yelp_get_business Get details for a Yelp business by ID.
yelp_get_reviews Get reviews for a Yelp business.
yelp_search_events Search for events on Yelp.
yelp_autocomplete Autocomplete a Yelp business search.
xero_invoices Get invoices from Xero.
xero_contacts Get contacts from Xero.
xero_accounts Get chart of accounts from Xero.
xero_payments Get payments from Xero.
xero_bank_transactions Get bank transactions from Xero.
xero_reports Get financial reports from Xero.
xero_quotes Get quotes from Xero.
xero_organisation Get organisation details from Xero.
ebay_search Search eBay listings via the Browse API.
ebay_get_item Get full details for an eBay item by item ID.
ebay_get_item_by_legacy_id Get an eBay item by its legacy item ID (classic numeric ID).
ebay_get_categories Get the eBay category tree for a marketplace.
etsy_search_listings Search active Etsy listings by keyword.
etsy_get_listing Get details for a single Etsy listing by listing ID.
etsy_get_shop Get details for an Etsy shop by shop ID or numeric ID.
etsy_get_shop_listings Get active listings for an Etsy shop.
etsy_search_shops Search for Etsy shops by name.
stripe_customers List or create Stripe customers.
stripe_charges List or create Stripe charges.
stripe_subscriptions List Stripe subscriptions.
stripe_invoices List Stripe invoices.
stripe_products List Stripe products.
stripe_prices List Stripe prices.
paypal_orders Create or retrieve a PayPal order.
paypal_invoices List, create, or send PayPal invoices.
square_payments List or create Square payments.
square_customers List Square customers.
square_catalog_list List Square catalog objects (items, categories, taxes, etc.).
square_catalog_search Search Square catalog objects by text.
quickbooks_customers Query QuickBooks Online customers.
quickbooks_invoices List, get, or create QuickBooks Online invoices.
quickbooks_items Query QuickBooks Online items (products and services).
quickbooks_payments Query QuickBooks Online payments.
plaid_accounts Get accounts for a Plaid-linked item.
plaid_transactions Get transactions for a Plaid-linked item within a date range.
plaid_balances Get real-time account balances for a Plaid-linked item.
plaid_identity Get identity information for accounts linked via Plaid.
plaid_link_token_create Create a Plaid Link token to initialise the Plaid Link flow.
woo_products List or get WooCommerce products.
woo_orders List, get, or create WooCommerce orders.
woo_customers List WooCommerce customers.
csuite_analyze Run a C-Suite multi-perspective analysis on a business scenario.
qc_run_checklist Run a sequential QC checklist against a website URL. Checks site load, SSL, meta tags, og:image, robots.txt, sitemap, console errors, broken links, response time, and copy quality (em dashes, banned words). Runs checks one at a time and...
qc_check_api Test a list of API endpoints and report which ones return the expected HTTP status. Runs each endpoint sequentially.
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 banned words. Returns every occurrence with surrounding context.
vault_action Perform a vault action: vault_init, vault_store, vault_retrieve, vault_list, vault_delete, vault_rotate, vault_audit.
keychain_connect Connect a platform to the current UnClick account. In a hosted paired session this returns the signed-in secure web setup URL; do not pass third-party credentials through chat. The direct credential form is retained for local API-key...
keychain_status Check connection status for one or all platform credentials in the current UnClick account.
keychain_disconnect Remove a platform credential. Hosted paired sessions receive the signed-in Apps URL, where removal stays account-scoped; local API-key installations may remove it directly.
keychain_list_platforms List available platform connectors, with connection status for the current UnClick account.
keychain_secure_connect Securely connect a platform credential without exposing it in chat. Hosted paired sessions receive the signed-in UnClick web setup URL. Local API-key installations may use the legacy localhost input page.
github_action Interact with the GitHub REST API: search/read repos, create branches and commits, open PRs, comment, merge, and read workflow checks.
gitlab_action Interact with the GitLab REST API: search projects, get project details, list issues and merge requests, and look up users. Supports self-hosted GitLab instances.
clickup_action Interact with the ClickUp API v2: list workspaces and spaces, get lists and tasks, create tasks, and update task properties.
linear_action Interact with the Linear GraphQL API: list and search issues, create issues, get project details, and list teams.
airtable_action Interact with the Airtable REST API: list bases, list and search records, get a single record, and create or update records.
trello_action Interact with the Trello REST API: list boards and lists, get and search cards, create cards, and update card properties.
sentry_action Interact with the Sentry REST API: list projects and issues, get issue details and events, and resolve issues.
postman_action Interact with the Postman API: list and retrieve collections, list environments, and list monitors.
twilio_send_sms Send an SMS via Twilio.
twilio_list_messages List SMS messages sent or received on a Twilio account.
twilio_get_message Get a single Twilio message by SID.
twilio_make_call Initiate an outbound phone call via Twilio.
twilio_list_calls List outbound and inbound calls on a Twilio account.
twilio_send_verify Send a verification code via Twilio Verify (SMS, call, email, or WhatsApp).
twilio_check_verify Check a verification code submitted by a user via Twilio Verify.
pushover_send_notification Send a push notification via Pushover.
pushover_get_receipt Get acknowledgment status for an emergency Pushover notification.
pushover_cancel_emergency Cancel an outstanding emergency Pushover notification before it expires.
pushover_list_sounds List all available notification sounds in Pushover.
pushover_validate_user Validate a Pushover user or group key and list their registered devices.
whatsapp_send_text Send a text message via WhatsApp Business Cloud API.
whatsapp_send_template Send a WhatsApp template message (required for first contact or >24h since last message).
whatsapp_send_media Send a media message (image, video, audio, document, sticker) via WhatsApp.
whatsapp_get_media Get the download URL and metadata for a WhatsApp media object by ID.
whatsapp_upload_media Upload a media file to WhatsApp and get a media ID for use in messages.
youtube_search Search YouTube for videos, channels, or playlists.
youtube_get_video Get metadata, statistics, and content details for a YouTube video.
youtube_get_channel Get metadata and statistics for a YouTube channel.
youtube_list_playlists List playlists belonging to a YouTube channel.
youtube_list_playlist_items List videos in a YouTube playlist.
youtube_get_captions List available caption tracks for a YouTube video.
spotify_search Search Spotify for tracks, albums, artists, or playlists.
spotify_get_track Get metadata for a Spotify track by ID.
spotify_get_album Get metadata and track listing for a Spotify album.
spotify_get_artist Get metadata and follower count for a Spotify artist.
spotify_get_playlist Get metadata and tracks for a Spotify playlist.
spotify_get_recommendations Get Spotify track recommendations based on seed tracks, artists, or genres.
spotify_get_audio_features Get audio analysis features (danceability, energy, tempo, etc.) for a Spotify track.
higgsfield_generate_video Generate a Higgsfield video from a prompt. Prefers the customer's connected Higgsfield MCP account login and subscription credits; api_key is only the Cloud API fallback.
higgsfield_generate_image Generate a Higgsfield image from a prompt. Prefers the customer's connected Higgsfield MCP account login and subscription credits; api_key is only the Cloud API fallback.
higgsfield_get_styles List Higgsfield models/styles. Prefers the customer's connected Higgsfield MCP account login; api_key is only the Cloud API fallback.
higgsfield_get_status Check the status of a Higgsfield generation by ID. Prefers the customer's connected Higgsfield MCP account login; api_key is only the Cloud API fallback.
heygen_create_avatar_video Create an AI avatar video with HeyGen. The avatar speaks a script using a selected voice. Returns a video_id to poll for completion.
heygen_list_avatars List all available AI avatars in your HeyGen account.
heygen_get_video_status Check the generation status of a HeyGen video by video ID.
heygen_list_voices List all available voices for HeyGen avatar videos.
runway_generate_video Generate a video from text or an image using Runway ML. Supports text-to-video and image-to-video. Returns a task_id to poll for completion.
runway_get_task Check the status of a Runway ML generation task. Returns status, progress, and video URL when complete.
runway_list_models List available Runway ML video generation models.
pika_generate_video Generate a creative AI video from a text prompt using Pika. Optionally animate an input image. Returns a generation_id to poll for completion.
pika_get_generation Check the status of a Pika video generation by ID.
pika_list_styles List available visual styles for Pika video generation.
mailchimp_list_audiences List all Mailchimp audiences (lists) in the account.
mailchimp_list_campaigns List Mailchimp email campaigns, optionally filtered by status or audience.
mailchimp_get_campaign Get details for a specific Mailchimp campaign by ID.
mailchimp_create_campaign Create a new Mailchimp email campaign.
mailchimp_list_members List members (subscribers) in a Mailchimp audience.
mailchimp_add_member Add or update a subscriber in a Mailchimp audience.
mailchimp_search_members Search for subscribers across all or a specific Mailchimp audience.
sendgrid_send_email Send a transactional email via SendGrid.
sendgrid_list_templates List dynamic email templates in SendGrid.
sendgrid_get_template Get a specific SendGrid email template by ID.
sendgrid_list_contacts List all marketing contacts in SendGrid.
sendgrid_add_contact Add or update a marketing contact in SendGrid.
sendgrid_get_stats Get SendGrid email sending statistics for a date range.
mapbox_geocode_forward Convert an address or place name to coordinates using Mapbox.
mapbox_geocode_reverse Convert coordinates to a place name or address using Mapbox reverse geocoding.
mapbox_get_directions Get turn-by-turn directions between two or more locations using Mapbox.
mapbox_get_static_map Generate a static map image URL for a given location using Mapbox.
mapbox_list_tilesets List Mapbox tilesets owned by a user.
algolia_search Search an Algolia index for records matching a query.
algolia_get_object Retrieve a single record from an Algolia index by its objectID.
algolia_list_indices List all Algolia indices in the application.
algolia_browse_index Browse all records in an Algolia index (paginated cursor-based).
pinecone_list_indexes List all Pinecone vector indexes in the project.
pinecone_describe_index Get details (dimension, metric, status, host) for a Pinecone index.
pinecone_query_vectors Query a Pinecone index for nearest-neighbor vectors.
pinecone_upsert_vectors Upsert (insert or update) vectors into a Pinecone index.
pinecone_delete_vectors Delete vectors from a Pinecone index by ID or filter.
mixpanel_track_event Track a custom event in Mixpanel.
mixpanel_get_events Get Mixpanel event analytics data for a date range.
mixpanel_get_funnels Get funnel conversion data from Mixpanel.
mixpanel_get_retention Get user retention analytics from Mixpanel.
mixpanel_export_data Export raw Mixpanel event data for a date range.
datadog_list_monitors List Datadog monitors (alerts) with optional name or tag filters.
datadog_get_monitor Get details for a specific Datadog monitor.
datadog_create_monitor Create a new Datadog monitor (alert).
datadog_list_dashboards List Datadog dashboards.
datadog_query_metrics Query Datadog metrics time-series data.
datadog_list_events List Datadog events stream for a time range.
hubspot_list_contacts List HubSpot CRM contacts (most recently created first).
hubspot_get_contact Get a single HubSpot contact by id.
hubspot_search_contacts Search HubSpot contacts by name, email, or company.
hubspot_list_companies List HubSpot CRM companies.
hubspot_list_deals List HubSpot CRM deals.
hubspot_create_contact Create a HubSpot contact.
jira_search_issues Search Jira issues with JQL (defaults to most recently updated).
jira_get_issue Get a single Jira issue by key, including description and comments.
jira_list_projects List Jira projects, with an optional name query.
jira_create_issue Create a Jira issue. project_key can be filled from a saved memory default.
jira_add_comment Add a comment to a Jira issue.
jobsmith_check Run JobSmith's CV / cover-letter quality rules over a piece of text. No key needed.
jobsmith_rules Browse JobSmith's rule pack (counts by category and severity), optionally filtered by category.
contentful_list_entries List Contentful entries, optionally filtered by content_type or full-text query.
contentful_get_entry Get a single Contentful entry by id.
contentful_list_content_types List Contentful content types (the content model).
contentful_list_assets List Contentful media assets.
webflow_list_sites List Webflow sites for the account.
webflow_get_site Get a single Webflow site by id.
webflow_list_collections List CMS collections for a Webflow site.
webflow_list_items List items in a Webflow CMS collection.
do_list_droplets List DigitalOcean droplets (signals when any are powered off).
do_list_apps List DigitalOcean App Platform apps.
do_list_databases List DigitalOcean managed database clusters.
do_account Get the DigitalOcean account profile and limits.
klaviyo_list_lists List Klaviyo lists.
klaviyo_list_segments List Klaviyo segments (dynamic groups).
klaviyo_list_metrics List Klaviyo metrics (tracked events).
klaviyo_list_profiles List Klaviyo profiles (subscribers).
todoist_list_projects List your Todoist projects.
todoist_list_tasks List active Todoist tasks, optionally by project or filter.
todoist_create_task Create a Todoist task.
todoist_complete_task Complete (close) a Todoist task by id.
pipedrive_list_deals List Pipedrive deals.
pipedrive_list_persons List Pipedrive persons (contacts).
pipedrive_list_organizations List Pipedrive organizations (companies).
pipedrive_search_deals Search Pipedrive deals by term.
confluence_search Search Confluence pages by text.
confluence_get_page Get a Confluence page by id, including its body.
confluence_list_spaces List Confluence spaces.
unsplash_search_photos Search Unsplash photos.
unsplash_get_photo Get a single Unsplash photo by id (URLs + attribution).
unsplash_random_photo Get a random Unsplash photo, optionally matching a query.
giphy_search Search Giphy for GIFs.
giphy_trending Get trending GIFs from Giphy.
giphy_random Get a random GIF from Giphy, optionally by tag.
miro_list_boards List Miro boards.
miro_get_board Get a single Miro board by id.
miro_list_items List the items (notes, shapes, text) on a Miro board.
shortcut_search_stories Search Shortcut stories with the search syntax.
shortcut_get_story Get a single Shortcut story by id.
shortcut_list_projects List Shortcut projects.
shortcut_list_epics List Shortcut epics.
wikipedia_search Search Wikipedia article titles. No key needed.
wikipedia_summary Get a short Wikipedia summary for a page title. No key needed.
wikipedia_page Get the full plain-text Wikipedia article for a title. No key needed.
coda_list_docs List your Coda docs.
coda_list_tables List the tables in a Coda doc.
coda_list_rows List rows in a Coda table.
brevo_list_contacts List Brevo contacts.
brevo_list_campaigns List Brevo email campaigns.
brevo_get_account Get the Brevo account profile and plan.
uptimerobot_get_monitors List UptimeRobot monitors (signals when any are DOWN).
uptimerobot_get_account Get UptimeRobot account details and limits.
dropbox_list_folder List files and folders in a Dropbox path (empty path = root).
dropbox_search Search Dropbox for files and folders by name.
dropbox_get_account Get the current Dropbox account profile.
unclick_workspace_list Superuser/God only: list the shared UnClick Dropbox workspace. No personal Dropbox connection is used. area is strictly Context or System Information.
unclick_workspace_read Superuser/God only: read a UTF-8 text file from the shared UnClick Dropbox workspace. No personal Dropbox connection is used; paths are hard-limited to Context or System Information.
unclick_workspace_write Superuser/God only: create a UTF-8 text file in the shared UnClick Dropbox workspace. No delete operation exists. Set overwrite=true only to replace an existing file.
gmail_search Search Gmail messages in the connected mailbox.
gmail_read Read a Gmail message by id.
gmail_send Send a plain-text Gmail message.
drive_search Search or list Google Drive files in the connected account.
drive_read Read Google Drive file metadata and a safe text preview when available.
onedrive_list List files and folders from OneDrive.
onedrive_search Search OneDrive files and folders by name.
onedrive_read Read OneDrive file metadata and a safe text preview when available.
bitbucket_list_repos List Bitbucket repositories in a workspace.
bitbucket_get_repo Get a single Bitbucket repository.
bitbucket_list_pull_requests List pull requests for a Bitbucket repository.
cloudinary_list_resources List Cloudinary media resources.
cloudinary_get_usage Get Cloudinary usage and quota.
wordpress_list_posts List WordPress posts, optionally by search term.
wordpress_get_post Get a single WordPress post by id.
wordpress_list_pages List WordPress pages.
ghost_list_posts List published Ghost posts.
ghost_list_pages List Ghost pages.
ghost_list_tags List Ghost tags.
zendesk_search Search Zendesk with the query DSL (e.g. 'type:ticket status:open priority:urgent').
zendesk_list_tickets List recent Zendesk tickets (signals when any are still new).
zendesk_get_ticket Get a single Zendesk ticket by id.
zendesk_add_comment Add a public or internal comment to a Zendesk ticket.
intercom_list_conversations List recent Intercom conversations.
intercom_get_conversation Get a single Intercom conversation by id.
intercom_list_contacts List Intercom contacts.
intercom_search_contacts Search Intercom contacts by email.
typeform_list_forms List your Typeform forms.
typeform_get_form Get a Typeform form definition (fields and titles) by id.
typeform_get_responses Get submissions for a Typeform form.
calcom_me Get the authenticated Cal.com user's profile.
calcom_list_event_types List your Cal.com bookable event (meeting) types.
calcom_list_bookings List Cal.com bookings, optionally filtered by status.
posthog_list_feature_flags List PostHog feature flags for a project.
posthog_list_insights List saved PostHog insights (charts) for a project.
posthog_list_persons List PostHog persons (users) for a project.
posthog_query Run an ad-hoc HogQL (SQL) query against a PostHog project's events.
netlify_list_sites List Netlify sites for the account.
netlify_get_site Get a single Netlify site by id.
netlify_list_deploys List recent deploys for a Netlify site (signals when the latest deploy failed).
netlify_get_deploy Get a single Netlify deploy by id (including build logs metadata).
deepl_translate_text Translate text into another language using DeepL's neural translation engine.
deepl_get_usage Get DeepL API usage and quota information for the current billing period.
deepl_list_languages List all languages supported by DeepL for translation.
deepl_translate_document Submit a document (PDF, Word, PowerPoint) for translation via DeepL.
assemblyai_transcribe Submit an audio or video file for transcription with AssemblyAI.
assemblyai_get_transcript Get the status and results of an AssemblyAI transcription job.
assemblyai_list_transcripts List recent AssemblyAI transcripts for the account.
assemblyai_get_sentences Get a completed transcript split into individual sentences.
assemblyai_get_paragraphs Get a completed transcript split into paragraphs.
assemblyai_summarize Get the AI-generated summary for a completed AssemblyAI transcript (must have been submitted with summarization enabled).
groq_chat_completion Run a fast LLM inference with Groq. Supports Llama 3, Mixtral, Gemma, and other open models at high speed.
groq_list_models List all models available on Groq.
nudgeonly_policy Return the PinballWake NudgeOnlyAPI guardrails. This is a red-lane, read-only policy for 馃憠Nudge: painpoint hints only, no writes, no decisions, no truth-setting.
nudgeonly_api Run 馃憠Nudge, the PinballWake NudgeOnlyAPI worker, through OpenRouter free routing. Use only for painpoint hints and simple-English nudge summaries. It cannot merge, close, approve, assign ownership, mark done, or set source-of-truth state.
nudgeonly_receipt_bridge Turn a verified NudgeOnly painpoint into a tiny worker receipt request or WakePass escalation candidate. Deterministic bridge only: no writes, no ownership decision, no completion state.
igniteonly_policy Return the PinballWake IgniteOnlyAPI guardrails. This is the green ignite sibling to NudgeOnly: verified worker wake packets only, no build, merge, approval, closure, or truth-setting.
igniteonly_api Run IgniteOnly馃挜 on a verified NudgeOnly bridge result or deterministic evidence. Emits a compact public worker wake packet only when safety gates pass.
igniteonly_receipt_consumer Consume a NudgeOnly receipt bridge result and emit a compact IgniteOnly worker wake packet when verified. It never edits code, merges, approves, closes, or marks done.
pushonly_policy Return the PinballWake PushOnlyAPI guardrails. This blue push lane turns verified IgniteOnly wake packets into worker-facing push envelopes only; no execution or source-of-truth writes.
pushonly_api Run PushOnly馃摤 on a verified IgniteOnly wake packet. Emits a public worker push envelope for a known worker route only; never builds, merges, assigns, closes, or marks done.
pushonly_wake_pusher Consume a verified IgniteOnly wake packet and emit a compact public PushOnly worker envelope. It never writes source-of-truth state or executes the work.
kling_generate_video Generate a high-quality video from text using Kling AI (Kuaishou). Supports standard and professional modes. Returns a task_id to poll for completion.
kling_get_task Check the status of a Kling AI video generation task.
pagerduty_list_incidents List PagerDuty incidents. Filter by status (triggered, acknowledged, resolved), service, or date range.
pagerduty_get_incident Get details for a single PagerDuty incident by ID.
pagerduty_create_incident Create a new PagerDuty incident on a service.
pagerduty_acknowledge_incident Acknowledge a PagerDuty incident by ID.
pagerduty_resolve_incident Resolve a PagerDuty incident by ID.
pagerduty_list_services List all services in a PagerDuty account. Optionally filter by name.
pagerduty_list_oncalls List who is currently on-call in PagerDuty, optionally filtered by schedule or user.
circleci_list_pipelines List CircleCI pipelines for a project or organization. Optionally filter by branch.
circleci_get_pipeline Get details for a single CircleCI pipeline by ID.
circleci_list_workflows List workflows for a CircleCI pipeline.
circleci_get_workflow Get details for a single CircleCI workflow by ID.
circleci_list_jobs List jobs in a CircleCI workflow.
circleci_trigger_pipeline Trigger a new CircleCI pipeline for a project. Optionally specify branch, tag, or parameters.
segment_track_event Track a custom event in Segment. Use for recording user actions like 'Signed Up', 'Item Purchased', etc.
segment_identify_user Identify a user in Segment with traits. Links an anonymous ID to a known user ID.
segment_list_sources List all Segment sources in a workspace using the Segment Public API.
segment_list_destinations List all destinations connected to a Segment source.
segment_get_source Get details for a single Segment source including settings and enabled state.
postmark_send_email Send a transactional email via Postmark. Supports HTML and plain text.
postmark_send_batch Send multiple emails in a single Postmark API call (up to 500 messages).
postmark_get_delivery_stats Get delivery statistics from Postmark including bounces, spam complaints, and open rates.
postmark_list_templates List email templates stored in Postmark.
postmark_get_template Get a single Postmark email template by ID.
postmark_search_messages Search sent messages in Postmark by recipient, sender, tag, or status.
gumroad_list_products List all products in a Gumroad account.
gumroad_get_product Get details for a single Gumroad product by ID.
gumroad_list_sales List sales from a Gumroad account. Filter by product, email, or date range.
gumroad_get_sale Get details for a single Gumroad sale by ID.
gumroad_list_subscribers List subscribers for a Gumroad membership/subscription product.
togetherai_chat_completion Run a chat completion with any Together AI model. Supports Llama, Mistral, Qwen, and 100+ open-source models.
togetherai_completion Run a text completion with any Together AI model.
togetherai_create_embedding Create text embeddings using a Together AI embedding model.
togetherai_list_models List all available models on Together AI including chat, completion, embedding, and image models.
elevenlabs_list_voices List all available voices in ElevenLabs.
elevenlabs_get_voice Get metadata for a specific ElevenLabs voice by ID.
elevenlabs_text_to_speech Convert text to speech with a selected ElevenLabs voice. Returns base64-encoded audio.
elevenlabs_get_models List available ElevenLabs TTS models and their supported languages.
elevenlabs_get_history Get the TTS generation history for an ElevenLabs account.
replicate_list_models List public models available on Replicate.
replicate_get_model Get details and latest version for a Replicate model.
replicate_create_prediction Run a Replicate model by creating a prediction.
replicate_get_prediction Get the status and output of a Replicate prediction.
replicate_list_predictions List recent predictions for a Replicate account.
replicate_cancel_prediction Cancel a running Replicate prediction.
stability_text_to_image Generate images from a text prompt using Stability AI.
stability_image_to_image Transform an existing image using a text prompt with Stability AI.
stability_upscale Upscale an image using Stability AI ESRGAN.
stability_list_engines List all available Stability AI generation engines.
openai_chat_completion Run a chat completion with an OpenAI model (GPT-4o, GPT-4, etc.).
openai_create_embedding Create vector embeddings for text using an OpenAI embedding model.
openai_generate_image Generate images from a text prompt using DALL-E.
openai_create_transcription Transcribe audio to text using OpenAI Whisper.
openai_list_models List all OpenAI models available to the account.
anthropic_create_message Send a message to the Anthropic Messages API (Claude models). Useful for agents that need to call Claude programmatically or compare model outputs.
anthropic_list_models List all Claude models available via the Anthropic API.
list_asana_workspaces List all Asana workspaces accessible by the authenticated user.
list_asana_projects List projects in an Asana workspace.
list_asana_tasks List tasks in an Asana project.
create_asana_task Create a new task in Asana.
update_asana_task Update an existing Asana task.
get_asana_task Get full details of a single Asana task.
search_asana_tasks Search tasks by text within an Asana workspace.
list_monday_boards List boards in a Monday.com account.
get_monday_board Get details of a specific Monday.com board including columns and groups.
list_monday_items List items (rows) in a Monday.com board.
create_monday_item Create a new item in a Monday.com board.
update_monday_item Update a column value on a Monday.com item.
search_monday_items Search items by name in a Monday.com board.
get_calendly_user Get the authenticated Calendly user profile.
list_calendly_event_types List event types for the authenticated Calendly user.
list_calendly_events List scheduled events for the authenticated Calendly user.
get_calendly_event Get details of a single Calendly scheduled event.
list_calendly_invitees List invitees for a Calendly scheduled event.
list_pinterest_boards List Pinterest boards for the authenticated user.
get_pinterest_board Get details of a specific Pinterest board.
list_pinterest_pins List pins on a Pinterest board.
create_pinterest_pin Create a new Pinterest pin from an image URL.
search_pinterest_pins Search Pinterest pins by keyword.
get_pinterest_user Get the authenticated Pinterest user account info.
get_tiktok_user Get the authenticated TikTok user profile (follower count, video count, etc.).
list_tiktok_videos List videos for the authenticated TikTok user.
get_tiktok_video Get details of a specific TikTok video by ID.
get_steam_player_summaries Get Steam player profile summaries for one or more Steam IDs.
get_steam_owned_games Get games owned by a Steam user.
get_steam_achievements Get achievements for a Steam user in a specific game.
get_steam_app_details Get store details for a Steam app (game info, price, platforms, Metacritic score).
search_steam_store Search the Steam store for games by name.
igdb_search_games Search the IGDB games database by name.
igdb_get_game Get full details of a game from IGDB by game ID.
igdb_list_platforms List gaming platforms from IGDB.
igdb_list_genres List all game genres from IGDB.
igdb_get_company Get a game company from IGDB by name or ID.
speedrun_search_games Search for games on Speedrun.com by name. No API key required.
speedrun_get_game Get details of a game on Speedrun.com including categories and levels.
speedrun_get_leaderboard Get the leaderboard for a Speedrun.com game category.
speedrun_list_runs List speedruns with optional filters for game, category, user, or status.
speedrun_get_user Get a Speedrun.com user profile by ID or username.
exchangerate_latest Get latest currency exchange rates for a base currency. Works without API key using the free tier.
exchangerate_convert Convert an amount from one currency to another.
exchangerate_historical Get historical exchange rates for a specific date. Requires an API key.
exchangerate_codes List all supported currency codes and their names. Requires an API key.
neon_list_projects List all Neon Serverless Postgres projects in your account.
neon_get_project Get details for a specific Neon project.
neon_list_branches List all branches in a Neon project.
neon_create_branch Create a new branch in a Neon project.
neon_list_databases List all databases on a Neon branch.
neon_execute_sql Execute a SQL query against a Neon database endpoint.
upstash_redis_get Get the value of a key from an Upstash Redis database.
upstash_redis_set Set a key-value pair in an Upstash Redis database.
upstash_redis_del Delete a key from an Upstash Redis database.
upstash_redis_list_keys List keys in an Upstash Redis database matching a pattern.
upstash_redis_incr Increment a numeric key in an Upstash Redis database.
upstash_kafka_produce Produce messages to an Upstash Kafka topic.
upstash_kafka_list_topics List all topics in an Upstash Kafka cluster.
turso_list_databases List all databases in a Turso organization.
turso_create_database Create a new Turso SQLite edge database.
turso_list_groups List all groups in a Turso organization.
turso_get_database Get details for a specific Turso database.
turso_execute_sql Execute a SQL query against a Turso edge database.
render_list_services List all Render services (web services, static sites, cron jobs, etc.).
render_get_service Get details for a specific Render service.
render_list_deploys List deploys for a Render service.
render_trigger_deploy Trigger a new deploy for a Render service.
render_list_env_vars List environment variables for a Render service.
render_set_env_var Set an environment variable on a Render service.
fly_list_apps List all Fly.io apps in your organization.
fly_get_app Get details for a specific Fly.io app.
fly_list_machines List all machines in a Fly.io app.
fly_create_machine Create a new machine in a Fly.io app.
fly_list_volumes List all volumes attached to a Fly.io app.
mistral_chat_completion Run a chat completion with a Mistral AI model (mistral-small, mistral-medium, mistral-large, etc.).
mistral_list_models List all available Mistral AI models.
mistral_create_embedding Create vector embeddings for text using Mistral's embedding model.
cohere_chat Chat with a Cohere Command model. Supports system preamble and conversation history.
cohere_generate Generate text completions using Cohere Command models.
cohere_embed Create vector embeddings for text using Cohere's embed models.
cohere_rerank Rerank a list of documents by relevance to a query using Cohere Rerank.
cohere_classify Classify texts into categories using Cohere Classify with few-shot examples.
cohere_list_models List all available Cohere models.
perplexity_chat_completion Run a search-augmented chat completion with Perplexity AI. Returns grounded answers with citations from the web.
ls_list_stores List all Lemon Squeezy stores on your account.
ls_list_products List products in a Lemon Squeezy store.
ls_list_orders List orders in a Lemon Squeezy store.
ls_list_subscriptions List subscriptions for a Lemon Squeezy store.
ls_get_order Get a specific Lemon Squeezy order by ID.
ls_list_customers List customers for a Lemon Squeezy store.
ck_list_subscribers List all subscribers in a ConvertKit account.
ck_add_subscriber Subscribe an email address to a ConvertKit form.
ck_list_forms List all forms in a ConvertKit account.
ck_list_sequences List all email sequences in a ConvertKit account.
ck_list_tags List all tags in a ConvertKit account.
ck_tag_subscriber Apply a tag to a subscriber in ConvertKit.
commonsensepass_check Run the verdict-only CommonSensePass sanity gate before a worker claims healthy, quiet, no_work, pass, done, merge_ready, duplicate_wake, or route.
commonsensepass_rules Return the worker-readable CommonSensePass rules, verdict vocabulary, and fixture ids. Set include_fixtures=true for full example packets.
xpass_aggregated_verdict Return one XPass conductor verdict for a target PR/change at a specific commit SHA. Selected PASS receipts must name the same head SHA; stale, unscoped, missing, or blocker receipts cannot produce a green verdict.
testpass_list_packs List TestPass packs available to the caller, including system packs and the caller's custom packs.
testpass_run Start a TestPass run against an MCP server. Seeds deterministic and agent checks from the given pack and returns the run id plus an initial verdict summary. Response includes was_duplicate: boolean indicating whether the row was already...
testpass_status Fetch the current status, verdict summary, and fail count for a TestPass run.
testpass_save_pack Save a TestPass pack YAML definition for the caller. Creates or updates the pack identified by pack_id.
testpass_edit_item Override the verdict and notes for a single check item in a TestPass run. Fail-to-pass edits are flagged in mc_signals.
testpass_evidence Fetch one TestPass item and its attached evidence by item_id or check_id. Use this when a chat agent needs proof for a specific checklist item.
testpass_report_html Get the HTML report for a TestPass run.
testpass_report_json Get the JSON report for a TestPass run.
testpass_report_md Get the Markdown report for a TestPass run.
testpass_fix_list Get the Markdown fix-list for a TestPass run. This is an explicit alias for the markdown report so agents can discover the copy-paste repair artifact directly.
legalpass_run Run a LegalPass issue-spotting pass against a URL, contract upload, or repo. With fixture_text, returns deterministic public evidence; without it, returns the guarded run plan.
legalpass_status Fetch the stored LegalPass run result and audit log for a run started through legalpass_run.
legalpass_save_pack Save or update a LegalPass custom playbook pack. Requires an enabled citation_verifier hat.
legalpass_edit_item Apply a human reviewer override to a LegalPass item and return an audit entry with before/after state.
legalpass_verdict Lint LegalPass-style verdict text against the issue-spotter guardrail and return the legally reviewed disclaimer banner for Pass-family outputs.
uxpass_run Run a UX journey/usability check synchronously against a URL. Executes the deterministic uxpass-core check set and returns the run id, status, UX Score, summary, and uxpass_receipt_v1. UIPass now owns visual/interface polish; this...
uxpass_status Fetch the status, UX Score, summary, and uxpass_receipt_v1 for a UXPass run.
uxpass_report_html Get the HTML report for a UXPass run.
uxpass_report_json Get the JSON report for a UXPass run.
uxpass_report_md Get the Markdown report for a UXPass run.
uxpass_register_pack Register a UXPass pack from a YAML string. Validates the basic shape (required keys: name, url, viewports, themes, hats, synthesiser, budgets, remediation) and persists the pack so uxpass_run can reference it by name. Returns the...
seopass_run Run SEOPass against a public URL or registered pack. Returns a live-readonly SEO verdict, score, findings, fix prompts, and an in-session run id.
seopass_status Fetch the stored in-session status and report for a SEOPass run.
seopass_register_pack Register a SEOPass pack from a YAML string. Validates required keys and stores the pack locally for seopass_run.
seopass_lighthouse_plan Build the heavier Lighthouse execution plan for a SEOPass target URL. seopass_run already emits a lightweight live-readonly verdict.
geopass_run Run GEOPass against a public URL. Returns a live-readonly AI answer-engine readiness receipt covering answer extractability, entity clarity, citation/sourceability, freshness cues, content structure, llms.txt, and AI bot visibility....
geopass_status Fetch the stored in-session GEOPass report and geopass_receipt_v1 envelope for a run started through geopass_run.
flowpass_run Run FlowPass against a public fixture or registered pack. Returns journey readiness, step verdicts, hat outputs, exclusions, and a stored report. Without fixture proof, returns a plan-only receipt instead of pretending a live journey ran.
flowpass_status Fetch the stored FlowPass run status, score, summary, and open disagreement queue entries for a run started in this MCP session.
flowpass_report Fetch a FlowPass report in json, markdown, html, or fix_prompt format for a run started in this MCP session.
flowpass_register_pack Register a FlowPass pack from YAML or an object. Validates plain-English steps, hats, assertions, and optional fixture evidence.
flowpass_record Convert supplied rrweb or structured session events into a draft FlowPass pack. This safe MCP surface does not start a live browser recording by itself.
flowpass_quarantine List, add, or resolve FlowPass quarantines for flows that should not be trusted as gates.
flowpass_disagreement_queue List or resolve FlowPass Driver versus Verifier disagreements.
securitypass_run Start a scope-gated SecurityPass scan against a registered pack or target URL. Returns a safe securitypass_receipt_v1 proof envelope without raw secrets or PoC payloads.
securitypass_status Poll the state of a SecurityPass run. Returns status, verdict summary, counts, and a safe securitypass_receipt_v1 proof envelope.
securitypass_report Fetch the synthesised report for a completed run (executive narrative + findings). format=json|markdown|html.
securitypass_register_pack Save a SecurityPack YAML for the calling tenant. Validates against the schema.
securitypass_verify_scope Verify scope authorisation for a target via DNS TXT or /.well-known proof. Required before any active probe runs.
securitypass_disclosure_status Check the 90+30 responsible-disclosure timer state for a finding (notified, acked, extended, public, withdrawn).
securitypass_finding_detail Fetch a single finding including PoC payload (curl / prompt / payload) and remediation. PoC is generated, never auto-fired.
sloppass_run Run SlopPass against caller-provided source files, a unified diff, or a GitHub PR target whose public .diff should be fetched. Returns an evidence-backed slop-signal receipt plus JSON, markdown, and HTML reports. SlopPass does not...
compliancepass_run Run CompliancePass against a local repo path. Returns evidence-backed readiness guidance, gaps, next actions, and an in-session run id. Historical EnterprisePass references are treated as this same product.
compliancepass_status Fetch the stored in-session status and summary for a CompliancePass run.
compliancepass_report_json Fetch the full JSON CompliancePass readiness report for a completed in-session run.
compliancepass_report_md Fetch a Markdown CompliancePass readiness report for a completed in-session run.
copypass_run Start a deterministic CopyPass review for caller-provided AI-generated copy. Returns evidence-backed copy findings, scope boundaries, disclaimer text, a structured copypass_receipt_v1 proof envelope, and optional CopyRoom exact-copy receipt.
copypass_status Fetch the current status, notes, deterministic findings, disclaimer, copypass_receipt_v1 proof envelope, and CopyRoom receipt for a CopyPass run started in this MCP session.
fidelitycopy_copy Create a deterministic FidelityCopy receipt for exact copy work. AI may request the copy, but this tool computes source/output hashes and returns PASS only when the selected mode proves exact or approved fidelity.
fidelitypass_verify_copy Recompute a FidelityCopy/FidelityPass verdict from source and output bytes, or return N/A when no exact 1:1 copy is in scope. Missing bytes, stale metadata, or prose-only AI proof cannot PASS.
start_crew_run Call this tool when the user wants to start a Crews Council run. In a sampling-capable MCP client, it prepares the run, asks advisors for opinions, runs peer review, persists the Chairman synthesis, and returns a ConversationalCard. If...
get_run Call this tool when the user wants the status of a specific Crews run. Returns a ConversationalCard summarising stage progress, token usage, and any failure artifact.
list_runs Call this tool when the user wants a recent history of Crews runs. Returns a ConversationalCard with a run count and the newest few run ids.
gitea_action Use the project Gitea forge for approved UnClick maintenance. A Superuser receives the server-held project credential automatically when no personal credential is supplied.
Get alerted when this changes. Email the moment world.unclick/mcp-server drifts, dies, or revives.

Status badge

Toolpin status badge for world.unclick/mcp-server

[![Toolpin](https://toolpin.dev/badge/world.unclick/mcp-server.svg)](https://toolpin.dev/servers/world.unclick/mcp-server)

Maintain this server? Add the badge to your README. It links your users to this live status page.