Tool Reference

MCP TOOL REFERENCE

Every tool from every supported MCP server — searchable, categorised, and ready for policy enforcement with Intercept.

Open source · Apache 2.0

Browse server policies →

Showing 2546 tools

mcp_ado_advsec_get_alerts Read

Retrieve Advanced Security alerts for a repository

Azure DevOps

mcp_ado_advsec_get_alert_details Read

Get detailed information about a specific security alert

Azure DevOps

mcp_ado_core_list_projects Read

List all projects in the organization

Azure DevOps

mcp_ado_core_list_project_teams Read

List teams within a project

Azure DevOps

mcp_ado_core_get_identity_ids Read

Retrieve identity IDs by search filter

Azure DevOps

mcp_ado_pipelines_get_builds Read

Retrieve a list of builds with optional filters

Azure DevOps

mcp_ado_pipelines_get_build_status Read

Get the status of a specific build

Azure DevOps

mcp_ado_pipelines_get_build_log Read

Retrieve complete logs for a build

Azure DevOps

mcp_ado_pipelines_get_build_log_by_id Read

Get a specific build log by log ID

Azure DevOps

mcp_ado_pipelines_get_build_changes Read

Get changes associated with a build

Azure DevOps

mcp_ado_pipelines_get_build_definitions Read

List build/pipeline definitions in a project

Azure DevOps

mcp_ado_pipelines_get_build_definition_revisions Read

Get revision history of a build definition

Azure DevOps

mcp_ado_pipelines_get_run Read

Get details of a specific pipeline run

Azure DevOps

mcp_ado_pipelines_list_runs Read

List recent runs for a pipeline

Azure DevOps

mcp_ado_pipelines_list_artifacts Read

List artifacts for a given build

Azure DevOps

mcp_ado_pipelines_download_artifact Read

Download a pipeline artifact

Azure DevOps

mcp_ado_repo_list_repos_by_project Read

List all repositories in a project

Azure DevOps

mcp_ado_repo_get_repo_by_name_or_id Read

Get repository details by name or ID

Azure DevOps

mcp_ado_repo_list_branches_by_repo Read

List all branches in a repository

Azure DevOps

mcp_ado_repo_list_my_branches_by_repo Read

List branches created by current user

Azure DevOps

mcp_ado_repo_get_branch_by_name Read

Get details of a specific branch

Azure DevOps

mcp_ado_repo_search_commits Read

Search for commits with comprehensive filters

Azure DevOps

mcp_ado_repo_list_pull_requests_by_repo_or_project Read

List pull requests with optional filters

Azure DevOps

mcp_ado_repo_list_pull_requests_by_commits Read

Find pull requests containing specific commits

Azure DevOps

mcp_ado_repo_get_pull_request_by_id Read

Get details of a specific pull request

Azure DevOps

mcp_ado_repo_list_pull_request_threads Read

List comment threads on a pull request

Azure DevOps

mcp_ado_repo_list_pull_request_thread_comments Read

List comments in a specific thread

Azure DevOps

mcp_ado_repo_list_directory Read

List files and folders in a directory

Azure DevOps

mcp_ado_search_code Read

Search for code across repositories

Azure DevOps

mcp_ado_search_wiki Read

Search wiki pages by keywords

Azure DevOps

mcp_ado_search_workitem Read

Search work items by text and filters

Azure DevOps

mcp_ado_testplan_list_test_plans Read

List test plans in a project

Azure DevOps

mcp_ado_testplan_list_test_suites Read

List test suites in a test plan

Azure DevOps

mcp_ado_testplan_list_test_cases Read

List test cases in a test suite

Azure DevOps

mcp_ado_testplan_show_test_results_from_build_id Read

Get test results for a specific build

Azure DevOps

mcp_ado_wiki_list_wikis Read

List wikis in organization or project

Azure DevOps

mcp_ado_wiki_get_wiki Read

Get details of a specific wiki

Azure DevOps

mcp_ado_wiki_list_pages Read

List pages in a wiki

Azure DevOps

mcp_ado_wiki_get_page Read

Get wiki page metadata without content

Azure DevOps

mcp_ado_wiki_get_page_content Read

Retrieve wiki page content

Azure DevOps

mcp_ado_wit_get_work_item Read

Get a work item by ID

Azure DevOps

mcp_ado_wit_get_work_items_batch_by_ids Read

Retrieve multiple work items by IDs

Azure DevOps

mcp_ado_wit_list_work_item_comments Read

List comments on a work item

Azure DevOps

mcp_ado_wit_list_work_item_revisions Read

Get revision history of a work item

Azure DevOps

mcp_ado_wit_get_work_item_type Read

Get details of a work item type

Azure DevOps

mcp_ado_wit_get_work_items_for_iteration Read

Get work items in a specific iteration

Azure DevOps

mcp_ado_wit_list_backlogs Read

List backlogs for a team

Azure DevOps

mcp_ado_wit_list_backlog_work_items Read

Get work items in a backlog

Azure DevOps

mcp_ado_wit_get_query Read

Get a work item query by ID or path

Azure DevOps

mcp_ado_wit_get_query_results_by_id Read

Execute a query and get results

Azure DevOps

mcp_ado_work_list_iterations Read

List all iterations in a project

Azure DevOps

mcp_ado_work_list_team_iterations Read

List iterations assigned to a team

Azure DevOps

mcp_ado_work_get_iteration_capacities Read

Get capacity for all teams in an iteration

Azure DevOps

mcp_ado_work_get_team_capacity Read

Get capacity for a specific team in iteration

Azure DevOps

mcp_ado_pipelines_create_pipeline Write

Create a new pipeline with YAML configuration

Azure DevOps

mcp_ado_pipelines_update_build_stage Write

Update a build stage (cancel, retry, or run)

Azure DevOps

mcp_ado_repo_create_branch Write

Create a new branch from a source branch

Azure DevOps

mcp_ado_repo_create_pull_request Write

Create a new pull request

Azure DevOps

mcp_ado_repo_update_pull_request Write

Update pull request properties and settings

Azure DevOps

mcp_ado_repo_update_pull_request_reviewers Write

Add or remove reviewers from a pull request

Azure DevOps

mcp_ado_repo_vote_pull_request Write

Cast a vote on a pull request

Azure DevOps

mcp_ado_repo_create_pull_request_thread Write

Create a new comment thread on a pull request

Azure DevOps

mcp_ado_repo_update_pull_request_thread Write

Update an existing pull request comment thread

Azure DevOps

mcp_ado_repo_reply_to_comment Write

Reply to a pull request comment

Azure DevOps

mcp_ado_testplan_create_test_plan Write

Create a new test plan

Azure DevOps

mcp_ado_testplan_create_test_suite Write

Create a test suite within a test plan

Azure DevOps

mcp_ado_testplan_add_test_cases_to_suite Write

Add test cases to a test suite

Azure DevOps

mcp_ado_testplan_create_test_case Write

Create a new test case work item

Azure DevOps

mcp_ado_testplan_update_test_case_steps Write

Update steps of an existing test case

Azure DevOps

mcp_ado_wiki_create_or_update_page Write

Create or update a wiki page

Azure DevOps

mcp_ado_wit_create_work_item Write

Create a new work item

Azure DevOps

mcp_ado_wit_update_work_item Write

Update fields of a work item

Azure DevOps

mcp_ado_wit_update_work_items_batch Write

Update multiple work items in batch

Azure DevOps

mcp_ado_wit_add_child_work_items Write

Create child work items under a parent

Azure DevOps

mcp_ado_wit_add_artifact_link Write

Link artifacts to work items

Azure DevOps

mcp_ado_wit_add_work_item_comment Write

Add a comment to a work item

Azure DevOps

mcp_ado_work_create_iterations Write

Create new iterations in a project

Azure DevOps

mcp_ado_work_assign_iterations Write

Assign iterations to a team

Azure DevOps

mcp_ado_work_update_team_capacity Write

Update team member capacity for iteration

Azure DevOps

mcp_ado_wit_work_item_unlink Destructive

Remove links from a work item

Azure DevOps

mcp_ado_pipelines_run_pipeline Execute

Start a new pipeline run with optional parameters

Azure DevOps

mcp_ado_wit_work_items_link Other

Link work items together

Azure DevOps

mcp_ado_wit_link_work_item_to_pull_request Other

Link a work item to a pull request

Azure DevOps

mcp_ado_wit_my_work_items Other

List work items relevant to current user

Azure DevOps

actions_get Read

Get details of GitHub Actions resources

GitHub

actions_list Read

List GitHub Actions workflows in a repository

GitHub

get_code_scanning_alert Read

Get code scanning alert

GitHub

get_commit Read

Get commit details

GitHub

get_copilot_space Read

Get Copilot Space

GitHub

get_dependabot_alert Read

Get dependabot alert

GitHub

get_discussion Read

Get discussion

GitHub

get_discussion_comments Read

Get discussion comments

GitHub

get_file_contents Read

Get file or directory contents

GitHub

get_gist Read

Get Gist Content

GitHub

get_global_security_advisory Read

Get a global security advisory

GitHub

get_job_logs Read

Get GitHub Actions workflow job logs

GitHub

get_label Read

Get a specific label from a repository

GitHub

get_latest_release Read

Get latest release

GitHub

get_me Read

Get my user profile

GitHub

get_notification_details Read

Get notification details

GitHub

get_release_by_tag Read

Get a release by tag name

GitHub

get_repository_tree Read

Get repository tree

GitHub

get_secret_scanning_alert Read

Get secret scanning alert

GitHub

get_tag Read

Get tag details

GitHub

get_team_members Read

Get team members

GitHub

get_teams Read

Get teams

GitHub

issue_read Read

Get issue details

GitHub

list_branches Read

List branches

GitHub

list_code_scanning_alerts Read

List code scanning alerts

GitHub

list_commits Read

List commits

GitHub

list_copilot_spaces Read

List Copilot Spaces

GitHub

list_dependabot_alerts Read

List dependabot alerts

GitHub

list_discussion_categories Read

List discussion categories

GitHub

list_discussions Read

List discussions

GitHub

list_gists Read

List Gists

GitHub

list_global_security_advisories Read

List global security advisories

GitHub

list_issue_types Read

List available issue types

GitHub

list_issues Read

List issues

GitHub

list_label Read

List labels from a repository

GitHub

list_notifications Read

List notifications

GitHub

list_org_repository_security_advisories Read

List org repository security advisories

GitHub

list_pull_requests Read

List pull requests

GitHub

list_releases Read

List releases

GitHub

list_repository_security_advisories Read

List repository security advisories

GitHub

list_secret_scanning_alerts Read

List secret scanning alerts

GitHub

list_starred_repositories Read

List starred repositories

GitHub

list_tags Read

List tags

GitHub

projects_get Read

Get details of GitHub Projects resources

GitHub

projects_list Read

List GitHub Projects resources

GitHub

search_code Read

Search code

GitHub

search_issues Read

Search issues

GitHub

search_orgs Read

Search organisations

GitHub

search_pull_requests Read

Search pull requests

GitHub

search_repositories Read

Search repositories

GitHub

search_users Read

Search users

GitHub

add_comment_to_pending_review Write

Add review comment to pending pull request review

GitHub

add_issue_comment Write

Add comment to issue

GitHub

add_reply_to_pull_request_comment Write

Add reply to pull request comment

GitHub

create_branch Write

Create branch

GitHub

create_gist Write

Create Gist

GitHub

create_or_update_file Write

Create or update file

GitHub

create_pull_request Write

Open new pull request

GitHub

create_pull_request_with_copilot Write

Perform task with GitHub Copilot coding agent

GitHub

create_repository Write

Create repository

GitHub

issue_write Write

Create or update issue

GitHub

label_write Write

Write operations on repository labels

GitHub

projects_write Write

Modify GitHub Project items

GitHub

push_files Write

Push files to repository

GitHub

update_gist Write

Update Gist

GitHub

update_pull_request Write

Edit pull request

GitHub

update_pull_request_branch Write

Update pull request branch

GitHub

actions_run_trigger Execute

Trigger GitHub Actions workflow actions

GitHub

manage_notification_subscription Financial

Manage notification subscription

GitHub

manage_repository_notification_subscription Financial

Manage repository notification subscription

GitHub

delete_file Destructive

Delete file

GitHub

assign_copilot_to_issue Other

Assign Copilot to issue

GitHub

dismiss_notification Other

Dismiss notification

GitHub

fork_repository Other

Fork repository

GitHub

github_support_docs_search Other

Search GitHub product and support documentation

GitHub

mark_all_notifications_read Other

Mark all notifications as read

GitHub

merge_pull_request Other

Merge pull request

GitHub

pull_request_read Other

Get details for a single pull request

GitHub

pull_request_review_write Other

Write operations on pull request reviews

GitHub

request_copilot_review Other

Request Copilot review

GitHub

star_repository Other

Star repository

GitHub

sub_issue_write Other

Change sub-issue

GitHub

unstar_repository Other

Unstar repository

GitHub

box_ai_ask_file_single_tool Read

Ask Box AI a question about a single file

Box

box_ai_ask_file_multi_tool Read

Ask Box AI a question about multiple files

Box

box_ai_ask_hub_tool Read

Ask Box AI a question about a Box hub

Box

box_ai_extract_freeform_tool Read

Extract information from files using natural language

Box

box_ai_extract_structured_using_fields_tool Read

Extract structured data using custom fields

Box

box_ai_extract_structured_using_template_tool Read

Extract structured data using a metadata template

Box

box_ai_extract_structured_enhanced_using_fields_tool Read

Enhanced field-based extraction for complex documents

Box

box_file_info_tool Read

Get detailed information about a file

Box

box_folder_info_tool Read

Retrieve detailed information about a folder

Box

box_folder_items_list_tool Read

List items in a folder with optional recursion

Box

box_folder_list_tags_tool Read

List tags associated with a folder

Box

box_search_tool Read

Search for files and folders in Box

Box

box_search_folder_by_name_tool Read

Locate a folder by its name

Box

box_who_am_i Read

Get information about the current authenticated user

Box

box_groups_search_tool Read

Search for groups by name

Box

box_groups_list_members_tool Read

List all members of a group

Box

box_groups_list_by_user_tool Read

List all groups a user belongs to

Box

box_users_list_tool Read

List all users in the Box account

Box

box_users_locate_by_name_tool Read

Find a user by exact full name

Box

box_users_locate_by_email_tool Read

Find a user by email address

Box

box_users_search_by_name_or_email_tool Read

Search users by partial name or email

Box

box_collaboration_list_by_file_tool Read

List all collaborations on a file

Box

box_collaboration_list_by_folder_tool Read

List all collaborations on a folder

Box

box_shared_link_file_get_tool Read

Get a shared link for a file

Box

box_shared_link_file_find_by_shared_link_url_tool Read

Find a file by its shared link URL

Box

box_shared_link_folder_get_tool Read

Get a shared link for a folder

Box

box_shared_link_folder_find_by_shared_link_url_tool Read

Find a folder by its shared link URL

Box

box_metadata_template_list_tool Read

List all metadata templates

Box

box_metadata_template_get_by_key_tool Read

Retrieve a metadata template by key

Box

box_metadata_template_get_by_name_tool Read

Retrieve a metadata template by name

Box

box_metadata_get_instance_on_file_tool Read

Get metadata instance on a file

Box

box_task_details_tool Read

Get details of a task

Box

box_task_file_list_tool Read

List all tasks for a file

Box

box_task_assignments_list_tool Read

List all assignments for a task

Box

box_task_assignment_details_tool Read

Get details of a task assignment

Box

box_web_link_get_by_id_tool Read

Get a web link by its ID

Box

box_docgen_template_list_tool Read

List all DocGen templates

Box

box_docgen_template_get_by_id_tool Read

Retrieve a DocGen template by ID

Box

box_docgen_template_get_by_name_tool Read

Retrieve a DocGen template by name

Box

box_docgen_template_list_tags_tool Read

List tags/variables for a DocGen template

Box

box_docgen_template_list_jobs_tool Read

List jobs for a DocGen template

Box

box_docgen_list_jobs_by_batch_tool Read

List DocGen jobs in a batch

Box

box_docgen_get_job_by_id_tool Read

Retrieve a DocGen job by ID

Box

box_file_copy_tool Write

Create a copy of a file

Box

box_file_move_tool Write

Move a file to a different folder

Box

box_file_rename_tool Write

Rename a file

Box

box_file_set_description_tool Write

Set or update a file description

Box

box_file_lock_tool Write

Lock a file to prevent modifications

Box

box_file_unlock_tool Write

Remove a lock from a file

Box

box_file_retention_date_set_tool Write

Set a retention date on a file

Box

box_file_retention_date_clear_tool Write

Clear retention date from a file

Box

box_folder_create_tool Write

Create a new folder

Box

box_folder_rename_tool Write

Rename a folder

Box

box_folder_move_tool Write

Move a folder to a new location

Box

box_folder_copy_tool Write

Copy a folder to a new location

Box

box_folder_set_description_tool Write

Set the description for a folder

Box

box_folder_favorites_add_tool Write

Add a folder to favourites

Box

box_folder_favorites_remove_tool Write

Remove a folder from favourites

Box

box_folder_tag_add_tool Write

Add a tag to a folder

Box

box_folder_tag_remove_tool Write

Remove a tag from a folder

Box

box_folder_set_collaboration_tool Write

Set collaboration settings for a folder

Box

box_collaboration_update_tool Write

Update a collaboration role or settings

Box

box_collaboration_file_group_by_group_id_tool Write

Create file collaboration with a group

Box

box_collaboration_file_user_by_user_id_tool Write

Create file collaboration with a user by ID

Box

box_collaboration_file_user_by_user_login_tool Write

Create file collaboration with a user by email

Box

box_collaboration_folder_group_by_group_id_tool Write

Create folder collaboration with a group

Box

box_collaboration_folder_user_by_user_id_tool Write

Create folder collaboration with a user by ID

Box

box_shared_link_file_create_or_update_tool Write

Create or update a shared link for a file

Box

box_shared_link_folder_create_or_update_tool Write

Create or update a shared link for a folder

Box

box_shared_link_web_link_create_or_update_tool Write

Create or update a shared link for a web link

Box

box_metadata_template_create_tool Write

Create a new metadata template

Box

box_metadata_set_instance_on_file_tool Write

Set metadata instance on a file

Box

box_metadata_update_instance_on_file_tool Write

Update metadata instance on a file

Box

box_task_complete_create_tool Write

Create a completion task for a file

Box

box_task_review_create_tool Write

Create a review task for a file

Box

box_task_update_tool Write

Update a task

Box

box_task_assign_by_email_tool Write

Assign a task to a user via email

Box

box_task_assign_by_user_id_tool Write

Assign a task to a user via user ID

Box

box_web_link_create_tool Write

Create a web link

Box

box_web_link_update_by_id_tool Write

Update a web link

Box

box_docgen_template_create_tool Write

Mark a file as a DocGen template

Box

box_docgen_create_batch_tool Write

Create a batch of documents from a template

Box

box_docgen_create_single_file_from_user_input_tool Write

Create a document from user input

Box

box_authorize_app_tool Write

Start the Box OAuth authorisation process

Box

box_file_delete_tool Destructive

Delete a file permanently

Box

box_folder_delete_tool Destructive

Delete a folder

Box

box_collaboration_delete_tool Destructive

Delete a collaboration

Box

box_shared_link_file_remove_tool Destructive

Remove a shared link from a file

Box

box_shared_link_folder_remove_tool Destructive

Remove a shared link from a folder

Box

box_metadata_delete_instance_on_file_tool Destructive

Delete metadata instance from a file

Box

box_task_remove_tool Destructive

Remove a task

Box

box_web_link_delete_by_id_tool Destructive

Delete a web link

Box

box_docgen_template_delete_tool Destructive

Remove a file as a DocGen template

Box

gmail_users_drafts_get Read

Get a draft by ID [read]

Google Workspace Gmail (gws CLI)

gmail_users_drafts_list Read

List drafts in the mailbox [read]

Google Workspace Gmail (gws CLI)

gmail_users_getProfile Read

Get the current user's Gmail profile [read]

Google Workspace Gmail (gws CLI)

gmail_users_history_list Read

List history of mailbox changes [read]

Google Workspace Gmail (gws CLI)

gmail_users_labels_get Read

Get a label by ID [read]

Google Workspace Gmail (gws CLI)

gmail_users_labels_list Read

List all labels in the mailbox [read]

Google Workspace Gmail (gws CLI)

gmail_users_messages_attachments_get Read

Get a message attachment [read]

Google Workspace Gmail (gws CLI)

gmail_users_messages_get Read

Get a message by ID [read]

Google Workspace Gmail (gws CLI)

gmail_users_messages_list Read

List messages in the mailbox [read]

Google Workspace Gmail (gws CLI)

gmail_users_settings_cse_identities_get Read

Get a CSE identity [read]

Google Workspace Gmail (gws CLI)

gmail_users_settings_cse_identities_list Read

List CSE identities [read]

Google Workspace Gmail (gws CLI)

gmail_users_settings_cse_keypairs_get Read

Get a CSE keypair [read]

Google Workspace Gmail (gws CLI)

gmail_users_settings_cse_keypairs_list Read

List CSE keypairs [read]

Google Workspace Gmail (gws CLI)

gmail_users_settings_delegates_get Read

Get a delegate [read]

Google Workspace Gmail (gws CLI)

gmail_users_settings_delegates_list Read

List delegates [read]

Google Workspace Gmail (gws CLI)

gmail_users_settings_filters_get Read

Get a filter [read]

Google Workspace Gmail (gws CLI)

gmail_users_settings_filters_list Read

List message filters [read]

Google Workspace Gmail (gws CLI)

gmail_users_settings_forwardingAddresses_get Read

Get a forwarding address [read]

Google Workspace Gmail (gws CLI)

gmail_users_settings_forwardingAddresses_list Read

List forwarding addresses [read]

Google Workspace Gmail (gws CLI)

gmail_users_settings_getAutoForwarding Read

Get auto-forwarding settings [read]

Google Workspace Gmail (gws CLI)

gmail_users_settings_getImap Read

Get IMAP settings [read]

Google Workspace Gmail (gws CLI)

gmail_users_settings_getLanguage Read

Get language settings [read]

Google Workspace Gmail (gws CLI)

gmail_users_settings_getPop Read

Get POP settings [read]

Google Workspace Gmail (gws CLI)

gmail_users_settings_getVacation Read

Get vacation responder settings [read]

Google Workspace Gmail (gws CLI)

gmail_users_settings_sendAs_get Read

Get a send-as alias [read]

Google Workspace Gmail (gws CLI)

gmail_users_settings_sendAs_list Read

List send-as aliases [read]

Google Workspace Gmail (gws CLI)

gmail_users_settings_sendAs_smimeInfo_get Read

Get an S/MIME config [read]

Google Workspace Gmail (gws CLI)

gmail_users_settings_sendAs_smimeInfo_list Read

List S/MIME configs for a send-as alias [read]

Google Workspace Gmail (gws CLI)

gmail_users_threads_get Read

Get a thread by ID [read]

Google Workspace Gmail (gws CLI)

gmail_users_threads_list Read

List threads in the mailbox [read]

Google Workspace Gmail (gws CLI)

gmail_users_drafts_create Write

Create a new email draft [write]

Google Workspace Gmail (gws CLI)

gmail_users_drafts_send Write

Send an existing draft to its recipients [write]

Google Workspace Gmail (gws CLI)

gmail_users_drafts_update Write

Replace a draft's content [write]

Google Workspace Gmail (gws CLI)

gmail_users_labels_create Write

Create a new label [write]

Google Workspace Gmail (gws CLI)

gmail_users_labels_patch Write

Patch a label [write]

Google Workspace Gmail (gws CLI)

gmail_users_labels_update Write

Update a label [write]

Google Workspace Gmail (gws CLI)

gmail_users_messages_batchModify Write

Batch modify labels on messages [write]

Google Workspace Gmail (gws CLI)

gmail_users_messages_import Write

Import a message into the mailbox via SMTP-like delivery [write]

Google Workspace Gmail (gws CLI)

gmail_users_messages_insert Write

Insert a message directly into the mailbox, bypassing scanning [write]

Google Workspace Gmail (gws CLI)

gmail_users_messages_modify Write

Modify labels on a message [write]

Google Workspace Gmail (gws CLI)

gmail_users_messages_send Write

Send a message to recipients [write]

Google Workspace Gmail (gws CLI)

gmail_users_messages_trash Write

Move a message to the trash [write]

Google Workspace Gmail (gws CLI)

gmail_users_messages_untrash Write

Remove a message from the trash [write]

Google Workspace Gmail (gws CLI)

gmail_users_settings_cse_identities_create Write

Create a client-side encryption identity [write]

Google Workspace Gmail (gws CLI)

gmail_users_settings_cse_identities_patch Write

Patch a CSE identity [write]

Google Workspace Gmail (gws CLI)

gmail_users_settings_cse_keypairs_create Write

Create and upload a CSE keypair [write]

Google Workspace Gmail (gws CLI)

gmail_users_settings_cse_keypairs_disable Write

Disable a CSE keypair [write]

Google Workspace Gmail (gws CLI)

gmail_users_settings_cse_keypairs_enable Write

Enable a disabled CSE keypair [write]

Google Workspace Gmail (gws CLI)

gmail_users_settings_delegates_create Write

Add a mailbox delegate [write]

Google Workspace Gmail (gws CLI)

gmail_users_settings_filters_create Write

Create a message filter [write]

Google Workspace Gmail (gws CLI)

gmail_users_settings_forwardingAddresses_create Write

Create a forwarding address [write]

Google Workspace Gmail (gws CLI)

gmail_users_settings_sendAs_create Write

Create a custom send-as alias [write]

Google Workspace Gmail (gws CLI)

gmail_users_settings_sendAs_patch Write

Patch a send-as alias [write]

Google Workspace Gmail (gws CLI)

gmail_users_settings_sendAs_smimeInfo_insert Write

Upload an S/MIME config for a send-as alias [write]

Google Workspace Gmail (gws CLI)

gmail_users_settings_sendAs_smimeInfo_setDefault Write

Set the default S/MIME config for a send-as alias [write]

Google Workspace Gmail (gws CLI)

gmail_users_settings_sendAs_update Write

Update a send-as alias [write]

Google Workspace Gmail (gws CLI)

gmail_users_settings_sendAs_verify Write

Send verification email for a send-as alias [write]

Google Workspace Gmail (gws CLI)

gmail_users_settings_updateAutoForwarding Write

Update auto-forwarding settings [write]

Google Workspace Gmail (gws CLI)

gmail_users_settings_updateImap Write

Update IMAP settings [write]

Google Workspace Gmail (gws CLI)

gmail_users_settings_updateLanguage Write

Update language settings [write]

Google Workspace Gmail (gws CLI)

gmail_users_settings_updatePop Write

Update POP settings [write]

Google Workspace Gmail (gws CLI)

gmail_users_settings_updateVacation Write

Update vacation responder settings [write]

Google Workspace Gmail (gws CLI)

gmail_users_stop Write

Stop push notifications for the mailbox [write]

Google Workspace Gmail (gws CLI)

gmail_users_threads_modify Write

Modify labels on a thread [write]

Google Workspace Gmail (gws CLI)

gmail_users_threads_trash Write

Move a thread to the trash [write]

Google Workspace Gmail (gws CLI)

gmail_users_threads_untrash Write

Remove a thread from the trash [write]

Google Workspace Gmail (gws CLI)

gmail_users_watch Write

Set up push notification watch on the mailbox [write]

Google Workspace Gmail (gws CLI)

gmail_users_drafts_delete Destructive

Permanently delete a draft. Cannot be undone

Google Workspace Gmail (gws CLI)

gmail_users_labels_delete Destructive

Permanently delete a label and remove it from all messages

Google Workspace Gmail (gws CLI)

gmail_users_messages_batchDelete Destructive

Permanently batch delete messages by ID. Cannot be undone

Google Workspace Gmail (gws CLI)

gmail_users_messages_delete Destructive

Permanently delete a message. Cannot be undone

Google Workspace Gmail (gws CLI)

gmail_users_settings_cse_identities_delete Destructive

Permanently delete a CSE identity. Cannot be undone

Google Workspace Gmail (gws CLI)

gmail_users_settings_cse_keypairs_obliterate Destructive

Permanently destroy a CSE keypair. Irreversible — encrypted messages become unreadable

Google Workspace Gmail (gws CLI)

gmail_users_settings_delegates_delete Destructive

Permanently remove a mailbox delegate and revoke access

Google Workspace Gmail (gws CLI)

gmail_users_settings_filters_delete Destructive

Permanently delete a filter

Google Workspace Gmail (gws CLI)

gmail_users_settings_forwardingAddresses_delete Destructive

Permanently delete a forwarding address and revoke verification

Google Workspace Gmail (gws CLI)

gmail_users_settings_sendAs_delete Destructive

Permanently delete a send-as alias and revoke verification

Google Workspace Gmail (gws CLI)

gmail_users_settings_sendAs_smimeInfo_delete Destructive

Permanently delete an S/MIME config for a send-as alias

Google Workspace Gmail (gws CLI)

gmail_users_threads_delete Destructive

Permanently delete a thread and all its messages. Cannot be undone

Google Workspace Gmail (gws CLI)

list-organizations Read

List all organizations

ConfigCat

list-organization-members Read

List organization members

ConfigCat

list-pending-invitations Read

List pending invitations

ConfigCat

list-pending-invitations-org Read

List org pending invitations

ConfigCat

list-product-members Read

List product members

ConfigCat

list-permission-groups Read

List permission groups

ConfigCat

get-permission-group Read

Get permission group details

ConfigCat

list-products Read

List all products

ConfigCat

get-product Read

Get specific product details

ConfigCat

get-product-preferences Read

Get product preferences

ConfigCat

list-configs Read

List configs for a product

ConfigCat

get-config Read

Get specific config details

ConfigCat

list-environments Read

List environments for a product

ConfigCat

get-environment Read

Get specific environment details

ConfigCat

list-segments Read

List user segments

ConfigCat

get-segment Read

Get specific segment details

ConfigCat

get-sdk-keys Read

Get SDK keys for config/environment

ConfigCat

list-webhooks Read

List webhooks

ConfigCat

get-webhook Read

Get webhook details

ConfigCat

get-webhook-signing-keys Read

List webhook signing keys

ConfigCat

list-integrations Read

List integrations

ConfigCat

get-integration Read

Get integration details

ConfigCat

get-code-references Read

Get code references

ConfigCat

list-auditlogs Read

Get product audit logs

ConfigCat

list-organization-auditlogs Read

Get organization audit logs

ConfigCat

list-staleflags Read

Get stale feature flags report

ConfigCat

list-settings Read

List feature flags for a config

ConfigCat

get-setting Read

Get specific feature flag details

ConfigCat

list-tags Read

List tags for a product

ConfigCat

list-settings-by-tag Read

Get feature flags by tag

ConfigCat

get-tag Read

Get specific tag details

ConfigCat

get-setting-value Read

Get feature flag value

ConfigCat

get-setting-values Read

Get multiple setting values

ConfigCat

invite-member Write

Invite a new member

ConfigCat

update-member-permissions Write

Update the permissions of a member

ConfigCat

create-permission-group Write

Create a new permission group

ConfigCat

update-permission-group Write

Update permission group

ConfigCat

update-product Write

Update existing product

ConfigCat

update-product-preferences Write

Update product preferences

ConfigCat

create-product Write

Create a new product

ConfigCat

create-config Write

Create a new config

ConfigCat

update-config Write

Update existing config

ConfigCat

create-environment Write

Create a new environment

ConfigCat

update-environment Write

Update existing environment

ConfigCat

create-segment Write

Create a new segment

ConfigCat

update-segment Write

Update existing segment

ConfigCat

replace-webhook Write

Replace webhook configuration

ConfigCat

update-webhook Write

Update existing webhook

ConfigCat

create-webhook Write

Create a new webhook

ConfigCat

create-integration Write

Create a new integration

ConfigCat

update-integration Write

Update existing integration

ConfigCat

create-setting Write

Create a new feature flag

ConfigCat

replace-setting Write

Replace feature flag configuration

ConfigCat

update-setting Write

Update existing feature flag

ConfigCat

create-tag Write

Create a new tag

ConfigCat

update-tag Write

Update existing tag

ConfigCat

update-setting-value Write

Update feature flag value

ConfigCat

replace-setting-value Write

Replace feature flag value

ConfigCat

update-sdk-documentation Write

Get SDK documentation and code examples

ConfigCat

delete-organization-member Destructive

Remove organization member

ConfigCat

delete-product-member Destructive

Remove product member

ConfigCat

delete-invitation Destructive

Cancel invitation

ConfigCat

delete-permission-group Destructive

Delete permission group

ConfigCat

delete-product Destructive

Delete a product

ConfigCat

delete-config Destructive

Delete a config

ConfigCat

delete-environment Destructive

Delete an environment

ConfigCat

delete-segment Destructive

Delete a segment

ConfigCat

delete-webhook Destructive

Delete a webhook

ConfigCat

delete-integration Destructive

Delete an integration

ConfigCat

delete-setting Destructive

Delete a feature flag

ConfigCat

delete-tag Destructive

Delete a tag

ConfigCat

post-setting-values Other

Update multiple setting values

ConfigCat

get_alert_grouping_setting Read

Retrieve a specific alert grouping setting

PagerDuty

list_alert_grouping_settings Read

List alert grouping settings with filtering

PagerDuty

get_change_event Read

Retrieve a specific change event

PagerDuty

list_change_events Read

List change events with optional filtering

PagerDuty

list_incident_change_events Read

List change events for a specific incident

PagerDuty

list_service_change_events Read

List change events for a specific service

PagerDuty

get_event_orchestration Read

Retrieve a specific event orchestration

PagerDuty

get_event_orchestration_global Read

Get global orchestration configuration

PagerDuty

get_event_orchestration_router Read

Get router configuration for an orchestration

PagerDuty

get_event_orchestration_service Read

Get service orchestration configuration

PagerDuty

list_event_orchestrations Read

List event orchestrations

PagerDuty

list_escalation_policies Read

List escalation policies

PagerDuty

get_escalation_policy Read

Retrieve a specific escalation policy

PagerDuty

get_alert_from_incident Read

Retrieve a specific alert from an incident

PagerDuty

get_incident Read

Retrieve a specific incident

PagerDuty

get_outlier_incident Read

Retrieve outlier incident information

PagerDuty

get_past_incidents Read

Retrieve past incidents related to a specific incident

PagerDuty

get_related_incidents Read

Retrieve related incidents

PagerDuty

list_alerts_from_incident Read

List all alerts for an incident

PagerDuty

list_incident_notes Read

List all notes for an incident

PagerDuty

list_incidents Read

List incidents

PagerDuty

get_incident_workflow Read

Retrieve a specific incident workflow

PagerDuty

list_incident_workflows Read

List incident workflows

PagerDuty

get_log_entry Read

Retrieve a specific log entry

PagerDuty

list_log_entries Read

List all log entries across the account

PagerDuty

get_team Read

Retrieve a specific team

PagerDuty

list_team_members Read

List members of a team

PagerDuty

list_teams Read

List teams

PagerDuty

get_user_data Read

Get the current user's data

PagerDuty

list_users Read

List users in the account

PagerDuty

list_oncalls Read

List on-call schedules

PagerDuty

get_schedule Read

Retrieve a specific schedule

PagerDuty

list_schedule_users Read

List users in a schedule

PagerDuty

list_schedules Read

List schedules

PagerDuty

get_service Read

Retrieve a specific service

PagerDuty

list_services Read

List services

PagerDuty

get_status_page_post Read

Retrieve a specific status page post

PagerDuty

list_status_page_impacts Read

List available impact levels for a status page

PagerDuty

list_status_page_post_updates Read

List updates for a status page post

PagerDuty

list_status_page_severities Read

List severity levels for a status page

PagerDuty

list_status_page_statuses Read

List available statuses for a status page

PagerDuty

list_status_pages Read

List all status pages

PagerDuty

create_alert_grouping_setting Write

Create a new alert grouping setting

PagerDuty

update_alert_grouping_setting Write

Update an alert grouping setting

PagerDuty

update_event_orchestration_router Write

Update router configuration for an orchestration

PagerDuty

append_event_orchestration_router_rule Write

Add a routing rule to an orchestration

PagerDuty

add_note_to_incident Write

Add a note to an incident

PagerDuty

add_responders Write

Add responders to an incident

PagerDuty

create_incident Write

Create a new incident

PagerDuty

manage_incidents Write

Update status, urgency, assignment, or escalation level

PagerDuty

start_incident_workflow Write

Start a workflow for an incident

PagerDuty

add_team_member Write

Add a user to a team

PagerDuty

create_team Write

Create a new team

PagerDuty

update_team Write

Update an existing team

PagerDuty

create_schedule_override Write

Create an override for a schedule

PagerDuty

create_schedule Write

Create a new on-call schedule

PagerDuty

update_schedule Write

Update an existing schedule

PagerDuty

create_service Write

Create a new service

PagerDuty

update_service Write

Update an existing service

PagerDuty

create_status_page_post Write

Create a new status page post

PagerDuty

create_status_page_post_update Write

Add an update to a status page post

PagerDuty

delete_alert_grouping_setting Destructive

Delete an alert grouping setting

PagerDuty

delete_team Destructive

Delete a team

PagerDuty

remove_team_member Destructive

Remove a user from a team

PagerDuty

get_initial_context Read

Initialise connection and get usage instructions

Contentful

list_content_types Read

List content types

Contentful

get_content_type Read

Get detailed content type information

Contentful

search_entries Read

Search and filter entries in your space

Contentful

get_entry Read

Retrieve specific entries

Contentful

list_editor_interfaces Read

List all editor interfaces in a space

Contentful

get_editor_interface Read

Get editor interface for a content type

Contentful

list_assets Read

List and browse assets

Contentful

get_asset Read

Retrieve specific assets

Contentful

list_spaces Read

List available spaces

Contentful

get_space Read

Get space details

Contentful

list_environments Read

List environments in a space

Contentful

list_locales Read

List all locales in your environment

Contentful

get_locale Read

Retrieve specific locale information

Contentful

list_tags Read

List all tags in an environment

Contentful

list_orgs Read

List organisations user has access to

Contentful

get_org Read

Get details of a specific organisation

Contentful

get_ai_action_invocation Read

Get AI action invocation details

Contentful

get_ai_action Read

Retrieve AI action details and configuration

Contentful

list_ai_actions Read

List AI actions in a space

Contentful

get_concept Read

Retrieve specific taxonomy concept

Contentful

list_concepts Read

List concepts with filtering and hierarchy

Contentful

get_concept_scheme Read

Retrieve specific concept scheme

Contentful

list_concept_schemes Read

List concept schemes with pagination

Contentful

create_content_type Write

Create new content types

Contentful

update_content_type Write

Modify existing content types

Contentful

unpublish_content_type Write

Unpublish content types

Contentful

create_entry Write

Create new content entries with locale support

Contentful

update_entry Write

Modify existing entries with locale support

Contentful

unpublish_entry Write

Unpublish entries

Contentful

update_editor_interface Write

Update field controls, sidebars, and layouts

Contentful

upload_asset Write

Upload new assets

Contentful

update_asset Write

Modify asset metadata

Contentful

unpublish_asset Write

Unpublish assets

Contentful

create_environment Write

Create new environments

Contentful

create_locale Write

Create new locales for multi-language content

Contentful

update_locale Write

Modify existing locale settings

Contentful

create_tag Write

Create new tags with public/private visibility

Contentful

create_ai_action Write

Create custom AI-powered workflows

Contentful

update_ai_action Write

Update existing AI actions

Contentful

unpublish_ai_action Write

Unpublish AI actions

Contentful

create_concept Write

Create new taxonomy concepts with localisation

Contentful

update_concept Write

Update taxonomy concept properties

Contentful

create_concept_scheme Write

Create new taxonomy concept schemes

Contentful

update_concept_scheme Write

Update concept scheme properties

Contentful

delete_content_type Destructive

Remove content types

Contentful

delete_entry Destructive

Remove entries

Contentful

delete_asset Destructive

Remove assets

Contentful

delete_environment Destructive

Remove environments

Contentful

delete_locale Destructive

Remove locales from environment

Contentful

delete_ai_action Destructive

Remove AI actions

Contentful

delete_concept Destructive

Remove taxonomy concepts

Contentful

delete_concept_scheme Destructive

Remove concept schemes

Contentful

publish_content_type Execute

Publish content type changes

Contentful

publish_entry Execute

Publish entries

Contentful

publish_asset Execute

Publish assets

Contentful

invoke_ai_action Execute

Invoke AI action with variables

Contentful

publish_ai_action Execute

Publish AI actions for use

Contentful

space_to_space_migration_handler Other

Enable/disable space migration workflow

Contentful

space_to_space_param_collection Other

Collect parameters for migration workflow

Contentful

export_space Other

Export space to file

Contentful

drive_about_get Read

Get user and Drive info [read]

Google Workspace Drive (gws CLI)

drive_accessproposals_get Read

Get an access proposal by ID [read]

Google Workspace Drive (gws CLI)

drive_accessproposals_list Read

List access proposals on a file [read]

Google Workspace Drive (gws CLI)

drive_approvals_get Read

Get an approval by ID [read]

Google Workspace Drive (gws CLI)

drive_approvals_list Read

List approvals on a file [read]

Google Workspace Drive (gws CLI)

drive_apps_get Read

Get a specific installed app [read]

Google Workspace Drive (gws CLI)

drive_apps_list Read

List user's installed apps [read]

Google Workspace Drive (gws CLI)

drive_changes_getStartPageToken Read

Get starting page token for listing future changes [read]

Google Workspace Drive (gws CLI)

drive_changes_list Read

List changes for a user or shared drive [read]

Google Workspace Drive (gws CLI)

drive_comments_get Read

Get a comment by ID [read]

Google Workspace Drive (gws CLI)

drive_comments_list Read

List comments on a file [read]

Google Workspace Drive (gws CLI)

drive_drives_get Read

Get a shared drive by ID [read]

Google Workspace Drive (gws CLI)

drive_drives_list Read

List shared drives [read]

Google Workspace Drive (gws CLI)

drive_files_download Read

Download a file's content [read]

Google Workspace Drive (gws CLI)

drive_files_export Read

Export a Google Workspace document to a different format [read]

Google Workspace Drive (gws CLI)

drive_files_generateIds Read

Generate file IDs for upload [read]

Google Workspace Drive (gws CLI)

drive_files_get Read

Get a file's metadata [read]

Google Workspace Drive (gws CLI)

drive_files_list Read

List files in Drive [read]

Google Workspace Drive (gws CLI)

drive_files_listLabels Read

List labels on a file [read]

Google Workspace Drive (gws CLI)

drive_operations_get Read

Get a long-running operation [read]

Google Workspace Drive (gws CLI)

drive_permissions_get Read

Get a permission by ID [read]

Google Workspace Drive (gws CLI)

drive_permissions_list Read

List permissions on a file [read]

Google Workspace Drive (gws CLI)

drive_replies_get Read

Get a reply by ID [read]

Google Workspace Drive (gws CLI)

drive_replies_list Read

List replies to a comment [read]

Google Workspace Drive (gws CLI)

drive_revisions_get Read

Get a file revision by ID [read]

Google Workspace Drive (gws CLI)

drive_revisions_list Read

List file revisions [read]

Google Workspace Drive (gws CLI)

drive_teamdrives_get Read

Get a legacy Team Drive by ID [read]

Google Workspace Drive (gws CLI)

drive_teamdrives_list Read

List legacy Team Drives [read]

Google Workspace Drive (gws CLI)

drive_accessproposals_resolve Write

Approve or deny an access proposal [write]

Google Workspace Drive (gws CLI)

drive_changes_watch Write

Subscribe to changes for a user or shared drive [write]

Google Workspace Drive (gws CLI)

drive_channels_stop Write

Stop watching a resource channel [write]

Google Workspace Drive (gws CLI)

drive_comments_create Write

Create a comment on a file [write]

Google Workspace Drive (gws CLI)

drive_comments_update Write

Update a comment [write]

Google Workspace Drive (gws CLI)

drive_drives_create Write

Create a shared drive [write]

Google Workspace Drive (gws CLI)

drive_drives_hide Write

Hide a shared drive from the default view [write]

Google Workspace Drive (gws CLI)

drive_drives_unhide Write

Unhide a shared drive [write]

Google Workspace Drive (gws CLI)

drive_drives_update Write

Update a shared drive's metadata [write]

Google Workspace Drive (gws CLI)

drive_files_copy Write

Copy a file [write]

Google Workspace Drive (gws CLI)

drive_files_create Write

Create a new file or folder [write]

Google Workspace Drive (gws CLI)

drive_files_modifyLabels Write

Modify labels on a file [write]

Google Workspace Drive (gws CLI)

drive_files_update Write

Update a file's metadata or content [write]

Google Workspace Drive (gws CLI)

drive_files_watch Write

Subscribe to changes on a file [write]

Google Workspace Drive (gws CLI)

drive_permissions_create Write

Create a permission (share a file) [write]

Google Workspace Drive (gws CLI)

drive_permissions_update Write

Update a permission [write]

Google Workspace Drive (gws CLI)

drive_replies_create Write

Create a reply to a comment [write]

Google Workspace Drive (gws CLI)

drive_replies_update Write

Update a reply [write]

Google Workspace Drive (gws CLI)

drive_revisions_update Write

Update a file revision [write]

Google Workspace Drive (gws CLI)

drive_teamdrives_create Write

Create a legacy Team Drive [write]

Google Workspace Drive (gws CLI)

drive_teamdrives_update Write

Update a legacy Team Drive [write]

Google Workspace Drive (gws CLI)

drive_comments_delete Destructive

Permanently delete a comment

Google Workspace Drive (gws CLI)

drive_drives_delete Destructive

Permanently delete a shared drive. Cannot be undone

Google Workspace Drive (gws CLI)

drive_files_delete Destructive

Permanently delete a file. Cannot be undone

Google Workspace Drive (gws CLI)

drive_files_emptyTrash Destructive

Permanently delete all trashed files. Cannot be undone

Google Workspace Drive (gws CLI)

drive_permissions_delete Destructive

Permanently remove a permission (revoke access)

Google Workspace Drive (gws CLI)

drive_replies_delete Destructive

Permanently delete a reply

Google Workspace Drive (gws CLI)

drive_revisions_delete Destructive

Permanently delete a file revision

Google Workspace Drive (gws CLI)

drive_teamdrives_delete Destructive

Permanently delete a legacy Team Drive. Cannot be undone

Google Workspace Drive (gws CLI)

describe_log_groups Read

List metadata about log groups

AWS

get_active_alarms Read

Identify currently active alarms

AWS

get_alarm_history Read

Retrieve historical state changes for alarms

AWS

get_bestpractices Read

Get guidance on AWS development and deployment

AWS

get_cdk_best_practices Read

Retrieve AWS CDK best practices

AWS

get_cloudwatch_logs Read

Access CloudWatch logs for EKS

AWS

get_cloudwatch_metrics Read

Retrieve CloudWatch metrics for EKS

AWS

get_eks_vpc_config Read

Retrieve VPC configuration

AWS

get_k8s_events Read

List Kubernetes events

AWS

get_logs_insight_query_results Read

Retrieve query execution results

AWS

get_pod_logs Read

Retrieve pod logs

AWS

get_regional_availability Read

Check regional availability for services and features

AWS

get_resource Read

Retrieve specific resource details

AWS

get_schema Read

Return CloudFormation schema for resources

AWS

list_api_versions Read

List available Kubernetes API versions

AWS

list_k8s_resources Read

List Kubernetes resources by kind

AWS

list_knowledge_bases Read

List available Bedrock knowledge bases

AWS

list_regions Read

List all AWS regions with identifiers

AWS

list_resources Read

Enumerate resources of specified types

AWS

query_sql Read

Execute read-only SQL queries against S3 Tables

AWS

read_documentation Read

Retrieve AWS docs converted to markdown

AWS

retrieve_agent_sop Read

Search and retrieve AWS operational procedures

AWS

search_cdk_documentation Read

Access CDK docs and constructs

AWS

search_cfn_documentation Read

Query CloudFormation docs and patterns

AWS

search_documentation Read

Search across AWS documentation and API references

AWS

create_resource Write

Create AWS resources declaratively

AWS

create_table_from_csv Write

Convert CSV files to S3 Tables

AWS

update_resource Write

Update existing resources

AWS

call_aws Execute

Execute authenticated AWS API calls

AWS

execute_log_insights_query Execute

Run CloudWatch Logs Insights queries

AWS

invoke_lambda Execute

Execute Lambda functions as MCP tools

AWS

delete_resource Destructive

Delete AWS resources

AWS

tf_destroy Destructive

Destroy infrastructure

AWS

analyze_log_group Other

Detect anomalies, patterns, and errors in logs

AWS

analyze_metric Other

Analyze CloudWatch metric trends and statistical properties

AWS

analyze_stack_failures Other

Diagnose failed CloudFormation stacks

AWS

azureterraformbestpractices Other

Get Terraform best practices for Azure resources

AWS

bedrock_kb_retrieve Other

Query knowledge bases for relevant information

AWS

cancel_logs_insight_query Other

Cancel in-progress queries

AWS

check_cdk_nag_suppressions Other

Validate CDK Nag suppressions

AWS

dynamodb_data_model_validation Other

Validate models against actual DynamoDB

AWS

dynamodb_data_modeling Other

Interactive data modeling with design patterns

AWS

explain_cdk_nag_rule Other

Explain specific CDK Nag security rules

AWS

manage_eks_stacks Other

Manage EKS CloudFormation stacks

AWS

manage_k8s_resource Other

Read/create/update/delete Kubernetes resources

AWS

source_db_analyzer Other

Extract schema from existing databases

AWS

suggest_aws_commands Other

Get AWS CLI command descriptions and syntax help

AWS

tf_apply Other

Apply Terraform changes

AWS

tf_init Other

Initialize Terraform working directory

AWS

tf_output Other

Retrieve output values

AWS

tf_plan Other

Generate Terraform execution plan

AWS

tf_state_list Other

List resources in state

AWS

tf_validate Other

Validate Terraform configuration

AWS

validate_cfn_security Other

Check compliance via cfn-guard

AWS

validate_cfn_template Other

Validate CloudFormation syntax and schema

AWS

search Read

Manage Azure AI Search resources, indexes, and queries

Azure

pricing Financial

Get Azure retail pricing, cost estimates, and billing details

Azure

subscription Financial

List Azure subscriptions

Azure

acr Other

List Azure Container Registry instances

Azure

advisor Other

Get recommendations to optimise Azure resources

Azure

aks Other

List Azure Kubernetes Service clusters

Azure

appconfig Other

Manage centralized application settings and feature flags

Azure

applens Other

Diagnose and analyze application performance issues

Azure

applicationinsights Other

List Application Insights resources

Azure

appservice Other

Manage Azure App Service instances

Azure

azuremigrate Other

Get step-by-step guidance for Platform Landing Zone changes

Azure

bicepschema Other

Retrieve Bicep schemas for Azure resources

Azure

cloudarchitect Other

Design cloud systems with guided questions

Azure

communication Other

Send SMS and email messages via Azure Communication Services

Azure

compute Other

Get details for Azure VMs, scale sets, and managed disks

Azure

confidentialledger Other

Manage Azure Confidential Ledger resources

Azure

cosmos Other

Work with Azure Cosmos DB accounts, databases, and containers

Azure

datadog Other

Work with Azure Native ISV services including Datadog

Azure

deploy Other

Deploy and manage Azure resources using templates

Azure

eventgrid Other

Manage Azure Event Grid resources and subscriptions

Azure

eventhubs Other

Manage Azure Event Hubs namespaces and event hubs

Azure

extension Other

Find Azure CLI commands and get installation instructions

Azure

fileshares Other

Manage Azure file shares

Azure

foundry Other

Work with Azure AI Foundry models, deployments, and endpoints

Azure

functionapp Other

List Azure Functions

Azure

grafana Other

List Azure Managed Grafana workspaces

Azure

group Other

List Azure resource groups

Azure

keyvault Other

List and create keys, secrets, certificates in Azure Key Vault

Azure

kusto Other

Work with Azure Data Explorer clusters, databases, and queries

Azure

loadtesting Other

Create, run, and see load testing

Azure

managedlustre Other

Manage Azure Managed Lustre file systems

Azure

marketplace Other

Discover Azure Marketplace products and offers

Azure

monitor Other

Query Azure Monitor logs and metrics

Azure

mysql Other

Manage Azure Database for MySQL servers and databases

Azure

policy Other

Manage Azure Policy assignments, definitions, and initiatives

Azure

postgres Other

Manage Azure Database for PostgreSQL servers and databases

Azure

quota Other

Manage Azure resource quotas and limits

Azure

redis Other

Create and list Azure Redis resources

Azure

resourcehealth Other

Check the health status of Azure resources

Azure

role Other

View and manage Azure role-based access control assignments

Azure

servicebus Other

Work with Azure Service Bus messaging services

Azure

servicefabric Other

Manage Service Fabric managed clusters

Azure

signalr Other

Manage Azure SignalR resources and runtimes

Azure

speech Other

Manage Azure AI Speech resources

Azure

sql Other

Work with Azure SQL Database servers, databases, and firewall rules

Azure

storage Other

Manage Azure Storage accounts, containers, blobs, and tables

Azure

storagesync Other

Manage Azure file sync services

Azure

virtualdesktop Other

Manage Azure Virtual Desktop host pools and sessions

Azure

workbooks Other

Create, manage, and update Azure Workbooks

Azure

get_dimensions Read

Get dimensions for specified metrics

dbt

get_entities Read

Get entities for specified metrics

dbt

get_metrics_compiled_sql Read

Get compiled SQL for metrics without executing

dbt

list_metrics Read

Retrieve all defined metrics

dbt

list_saved_queries Read

Retrieve all saved queries

dbt

get_all_macros Read

Retrieve macros with optional package filtering

dbt

get_all_models Read

Retrieve name and description of all models

dbt

get_all_sources Read

Get all sources with freshness status

dbt

get_exposure_details Read

Get exposure details including owner and freshness

dbt

get_exposures Read

Get all exposures

dbt

get_lineage Read

Get full lineage graph with type and depth filtering

dbt

get_macro_details Read

Get details for a specific macro

dbt

get_mart_models Read

Retrieve all mart models

dbt

get_model_children Read

Get downstream dependents of a model

dbt

get_model_details Read

Get model details including compiled SQL and columns

dbt

get_model_health Read

Get health signals for a model

dbt

get_model_parents Read

Get upstream dependencies of a model

dbt

get_model_performance Read

Get execution history for a model

dbt

get_related_models Read

Find similar models using semantic search

dbt

get_seed_details Read

Get details for a specific seed

dbt

get_semantic_model_details Read

Get details for a specific semantic model

dbt

get_snapshot_details Read

Get details for a specific snapshot

dbt

get_source_details Read

Get source details including columns and freshness

dbt

get_test_details Read

Get details for a specific test

dbt

search Read

Search for resources across the dbt project

dbt

get_lineage_dev Read

Retrieve lineage from local manifest.json

dbt

get_node_details_dev Read

Retrieve node details from local manifest.json

dbt

list Read

List resources in the dbt project by type

dbt

get_job_details Read

Get job configuration including triggers and schedule

dbt

get_job_run_details Read

Get run details including status and timing

dbt

get_job_run_error Read

Get error and warning details for a job run

dbt

get_job_run_artifact Read

Download a specific artifact from a job run

dbt

get_project_details Read

Get project information

dbt

list_job_run_artifacts Read

List available artifacts from a job run

dbt

list_jobs Read

List jobs in a dbt Platform account

dbt

list_jobs_runs Read

List job runs with optional filtering

dbt

get_column_lineage Read

Trace column-level lineage locally

dbt

get_mcp_server_branch Read

Return the git branch of the running MCP server

dbt

get_mcp_server_version Read

Return the version of the dbt MCP server

dbt

execute_sql Execute

Execute SQL on dbt Platform infrastructure

dbt

text_to_sql Execute

Generate SQL from natural language

dbt

query_metrics Execute

Execute metric queries with filtering and grouping

dbt

build Execute

Execute models, tests, snapshots, and seeds in DAG order

dbt

compile Execute

Generate executable SQL from models/tests/analyses

dbt

docs Execute

Generate documentation for the dbt project

dbt

parse Execute

Parse and validate project files

dbt

run Execute

Execute models to materialise them in the database

dbt

show Execute

Execute SQL and return results

dbt

test Execute

Run tests to validate data and model integrity

dbt

trigger_job_run Execute

Trigger a job run with optional overrides

dbt

retry_job_run Execute

Retry a failed job run

dbt

cancel_job_run Execute

Cancel a running job

dbt

generate_model_yaml Write

Generate model YAML with columns

dbt

generate_source Write

Generate source YAML by introspecting database schemas

dbt

generate_staging_model Write

Generate staging model SQL from a source table

dbt

list-topics Read

List all topics in the Kafka cluster

Confluent Kafka

search-topics-by-tag Read

List all topics with the specified tag

Confluent Kafka

search-topics-by-name Read

List all topics matching the specified name

Confluent Kafka

get-topic-config Read

Retrieve configuration details for a specific Kafka topic

Confluent Kafka

list-tags Read

Retrieve all tags with definitions from Schema Registry

Confluent Kafka

list-clusters Read

Get all clusters in the Confluent Cloud environment

Confluent Kafka

list-environments Read

Get all environments in Confluent Cloud

Confluent Kafka

read-environment Read

Get details of a specific environment by ID

Confluent Kafka

list-schemas Read

List all schemas in the Schema Registry

Confluent Kafka

list-connectors Read

Retrieve a list of active connectors

Confluent Kafka

read-connector Read

Get information about a connector

Confluent Kafka

consume-messages Read

Consume messages from one or more Kafka topics

Confluent Kafka

list-flink-statements Read

Retrieve a list of all Flink statements

Confluent Kafka

read-flink-statement Read

Read a Flink statement and its results

Confluent Kafka

list-flink-catalogs Read

List all catalogs in the Flink environment

Confluent Kafka

list-flink-databases Read

List all databases in a Flink catalog

Confluent Kafka

list-flink-tables Read

List all tables in a Flink database

Confluent Kafka

describe-flink-table Read

Get full schema details for a Flink table

Confluent Kafka

get-flink-table-info Read

Get table metadata via INFORMATION_SCHEMA

Confluent Kafka

get-flink-statement-exceptions Read

Retrieve recent exceptions for a Flink statement

Confluent Kafka

get-flink-statement-profile Read

Get Query Profiler data with metrics and issue detection

Confluent Kafka

check-flink-statement-health Read

Perform aggregate health check for a Flink statement

Confluent Kafka

detect-flink-statement-issues Read

Detect issues for a Flink statement

Confluent Kafka

list-tableflow-regions Read

List all tableflow regions

Confluent Kafka

list-tableflow-topics Read

List all tableflow topics

Confluent Kafka

read-tableflow-topic Read

Read a tableflow topic

Confluent Kafka

list-tableflow-catalog-integrations Read

List all catalog integrations

Confluent Kafka

read-tableflow-catalog-integration Read

Read a catalog integration

Confluent Kafka

create-topics Write

Create one or more Kafka topics

Confluent Kafka

produce-message Write

Produce records to a Kafka topic

Confluent Kafka

create-connector Write

Create a new connector

Confluent Kafka

create-flink-statement Write

Create a Flink statement

Confluent Kafka

create-topic-tags Write

Create new tag definitions in Confluent Cloud

Confluent Kafka

add-tags-to-topic Write

Assign existing tags to Kafka topics

Confluent Kafka

alter-topic-config Write

Alter topic configuration in Confluent Cloud

Confluent Kafka

create-tableflow-topic Write

Create a tableflow topic

Confluent Kafka

update-tableflow-topic Write

Update a tableflow topic

Confluent Kafka

create-tableflow-catalog-integration Write

Create a catalog integration

Confluent Kafka

update-tableflow-catalog-integration Write

Update a catalog integration

Confluent Kafka

delete-topics Destructive

Delete topics with the given names

Confluent Kafka

delete-connector Destructive

Delete an existing connector

Confluent Kafka

delete-flink-statements Destructive

Delete a Flink statement

Confluent Kafka

delete-tag Destructive

Delete a tag definition from Confluent Cloud

Confluent Kafka

remove-tag-from-entity Destructive

Remove tag from an entity in Confluent Cloud

Confluent Kafka

delete-tableflow-topic Destructive

Delete a tableflow topic

Confluent Kafka

delete-tableflow-catalog-integration Destructive

Delete a tableflow catalog integration

Confluent Kafka

list-emails Read

List sent emails

Resend

get-email Read

Get details of a specific email

Resend

list-received-emails Read

List inbound emails

Resend

get-received-email Read

Get details of a received email

Resend

list-received-email-attachments Read

List attachments of a received email

Resend

get-received-email-attachment Read

Download a received email attachment

Resend

list-sent-email-attachments Read

List attachments of a sent email

Resend

get-sent-email-attachment Read

Download a sent email attachment

Resend

list-contacts Read

List contacts in an audience

Resend

get-contact Read

Get details of a specific contact

Resend

list-contact-properties Read

List custom contact properties

Resend

get-contact-property Read

Get details of a contact property

Resend

list-broadcasts Read

List broadcast campaigns

Resend

get-broadcast Read

Get details of a specific broadcast

Resend

list-domains Read

List sender domains

Resend

list-segments Read

List audience segments

Resend

get-segment Read

Get details of a specific segment

Resend

list-topics Read

List subscription topics

Resend

get-topic Read

Get details of a specific topic

Resend

list-api-keys Read

List API keys

Resend

list-webhooks Read

List webhooks

Resend

get-webhook Read

Get details of a specific webhook

Resend

send-email Write

Send a single transactional email

Resend

send-batch-emails Write

Send batch emails to multiple recipients

Resend

update-email Write

Update a scheduled email

Resend

cancel-email Write

Cancel a scheduled email

Resend

create-contact Write

Create a new contact

Resend

update-contact Write

Update an existing contact

Resend

create-contact-property Write

Create a custom contact property

Resend

update-contact-property Write

Update a custom contact property

Resend

create-broadcast Write

Create a new broadcast campaign

Resend

send-broadcast Write

Send a broadcast campaign

Resend

create-domain Write

Add a new sender domain

Resend

create-segment Write

Create an audience segment

Resend

create-topic Write

Create a subscription topic

Resend

update-topic Write

Update a subscription topic

Resend

create-api-key Write

Create a new API key

Resend

create-webhook Write

Create a new webhook

Resend

update-webhook Write

Update an existing webhook

Resend

remove-contact Destructive

Remove a contact

Resend

remove-broadcast Destructive

Remove a broadcast campaign

Resend

remove-segment Destructive

Remove an audience segment

Resend

remove-topic Destructive

Remove a subscription topic

Resend

remove-api-key Destructive

Remove an API key

Resend

calendar_acl_get Read

Get an ACL rule by ID [read]

Google Workspace Calendar (gws CLI)

calendar_acl_list Read

List ACL rules for a calendar [read]

Google Workspace Calendar (gws CLI)

calendar_calendarList_get Read

Get a calendar list entry [read]

Google Workspace Calendar (gws CLI)

calendar_calendarList_list Read

List calendars in the user's calendar list [read]

Google Workspace Calendar (gws CLI)

calendar_calendars_get Read

Get a calendar by ID [read]

Google Workspace Calendar (gws CLI)

calendar_colors_get Read

Get calendar and event colour definitions [read]

Google Workspace Calendar (gws CLI)

calendar_events_get Read

Get an event by ID [read]

Google Workspace Calendar (gws CLI)

calendar_events_instances Read

List instances of a recurring event [read]

Google Workspace Calendar (gws CLI)

calendar_events_list Read

List events on a calendar [read]

Google Workspace Calendar (gws CLI)

calendar_freebusy_query Read

Query free/busy information for calendars [read]

Google Workspace Calendar (gws CLI)

calendar_settings_get Read

Get a user setting by name [read]

Google Workspace Calendar (gws CLI)

calendar_settings_list Read

List user settings [read]

Google Workspace Calendar (gws CLI)

calendar_acl_insert Write

Create an ACL rule (grant access) [write]

Google Workspace Calendar (gws CLI)

calendar_acl_patch Write

Patch an ACL rule [write]

Google Workspace Calendar (gws CLI)

calendar_acl_update Write

Update an ACL rule [write]

Google Workspace Calendar (gws CLI)

calendar_acl_watch Write

Subscribe to changes on an ACL [write]

Google Workspace Calendar (gws CLI)

calendar_calendarList_insert Write

Add a calendar to the user's calendar list [write]

Google Workspace Calendar (gws CLI)

calendar_calendarList_patch Write

Patch a calendar list entry [write]

Google Workspace Calendar (gws CLI)

calendar_calendarList_update Write

Update a calendar list entry [write]

Google Workspace Calendar (gws CLI)

calendar_calendarList_watch Write

Subscribe to changes on the calendar list [write]

Google Workspace Calendar (gws CLI)

calendar_calendars_insert Write

Create a new calendar [write]

Google Workspace Calendar (gws CLI)

calendar_calendars_patch Write

Patch a calendar [write]

Google Workspace Calendar (gws CLI)

calendar_calendars_update Write

Update a calendar [write]

Google Workspace Calendar (gws CLI)

calendar_channels_stop Write

Stop watching a resource channel [write]

Google Workspace Calendar (gws CLI)

calendar_events_import Write

Import an event [write]

Google Workspace Calendar (gws CLI)

calendar_events_insert Write

Create a new event [write]

Google Workspace Calendar (gws CLI)

calendar_events_move Write

Move an event to another calendar [write]

Google Workspace Calendar (gws CLI)

calendar_events_patch Write

Patch an event [write]

Google Workspace Calendar (gws CLI)

calendar_events_quickAdd Write

Create an event from a text string [write]

Google Workspace Calendar (gws CLI)

calendar_events_update Write

Update an event [write]

Google Workspace Calendar (gws CLI)

calendar_events_watch Write

Subscribe to changes on events [write]

Google Workspace Calendar (gws CLI)

calendar_settings_watch Write

Subscribe to changes on user settings [write]

Google Workspace Calendar (gws CLI)

calendar_acl_delete Destructive

Permanently delete an ACL rule (revoke access)

Google Workspace Calendar (gws CLI)

calendar_calendarList_delete Destructive

Permanently remove a calendar from the user's list

Google Workspace Calendar (gws CLI)

calendar_calendars_clear Destructive

Permanently clear all events from a calendar. Cannot be undone

Google Workspace Calendar (gws CLI)

calendar_calendars_delete Destructive

Permanently delete a calendar. Cannot be undone

Google Workspace Calendar (gws CLI)

calendar_events_delete Destructive

Permanently delete an event

Google Workspace Calendar (gws CLI)

chat_customEmojis_get Read

Get a custom emoji by ID [read]

Google Workspace Chat (gws CLI)

chat_customEmojis_list Read

List custom emojis [read]

Google Workspace Chat (gws CLI)

chat_media_download Read

Download media from a message [read]

Google Workspace Chat (gws CLI)

chat_spaces_findDirectMessage Read

Find a direct message space with a user [read]

Google Workspace Chat (gws CLI)

chat_spaces_get Read

Get a space by name [read]

Google Workspace Chat (gws CLI)

chat_spaces_list Read

List spaces the caller is a member of [read]

Google Workspace Chat (gws CLI)

chat_spaces_members_get Read

Get a membership by name [read]

Google Workspace Chat (gws CLI)

chat_spaces_members_list Read

List members of a space [read]

Google Workspace Chat (gws CLI)

chat_spaces_messages_attachments_get Read

Get a message attachment [read]

Google Workspace Chat (gws CLI)

chat_spaces_messages_get Read

Get a message by name [read]

Google Workspace Chat (gws CLI)

chat_spaces_messages_list Read

List messages in a space [read]

Google Workspace Chat (gws CLI)

chat_spaces_messages_reactions_list Read

List reactions to a message [read]

Google Workspace Chat (gws CLI)

chat_spaces_search Read

Search for spaces [read]

Google Workspace Chat (gws CLI)

chat_spaces_spaceEvents_get Read

Get a space event [read]

Google Workspace Chat (gws CLI)

chat_spaces_spaceEvents_list Read

List space events [read]

Google Workspace Chat (gws CLI)

chat_users_spaces_getSpaceReadState Read

Get the read state of a space for the user [read]

Google Workspace Chat (gws CLI)

chat_users_spaces_spaceNotificationSetting_get Read

Get notification settings for a space [read]

Google Workspace Chat (gws CLI)

chat_users_spaces_threads_getThreadReadState Read

Get the read state of a thread [read]

Google Workspace Chat (gws CLI)

chat_customEmojis_create Write

Create a custom emoji [write]

Google Workspace Chat (gws CLI)

chat_media_upload Write

Upload media to a message [write]

Google Workspace Chat (gws CLI)

chat_spaces_completeImport Write

Complete a space import [write]

Google Workspace Chat (gws CLI)

chat_spaces_create Write

Create a new space [write]

Google Workspace Chat (gws CLI)

chat_spaces_members_create Write

Add a member to a space [write]

Google Workspace Chat (gws CLI)

chat_spaces_members_patch Write

Update a membership [write]

Google Workspace Chat (gws CLI)

chat_spaces_messages_create Write

Send a message to a space [write]

Google Workspace Chat (gws CLI)

chat_spaces_messages_patch Write

Update a message [write]

Google Workspace Chat (gws CLI)

chat_spaces_messages_reactions_create Write

Add a reaction to a message [write]

Google Workspace Chat (gws CLI)

chat_spaces_messages_update Write

Update a message [write]

Google Workspace Chat (gws CLI)

chat_spaces_patch Write

Update a space [write]

Google Workspace Chat (gws CLI)

chat_spaces_setup Write

Set up a space with members [write]

Google Workspace Chat (gws CLI)

chat_users_spaces_spaceNotificationSetting_patch Write

Update notification settings for a space [write]

Google Workspace Chat (gws CLI)

chat_users_spaces_updateSpaceReadState Write

Update the read state of a space [write]

Google Workspace Chat (gws CLI)

chat_customEmojis_delete Destructive

Permanently delete a custom emoji

Google Workspace Chat (gws CLI)

chat_spaces_delete Destructive

Permanently delete a space and all its messages. Cannot be undone

Google Workspace Chat (gws CLI)

chat_spaces_members_delete Destructive

Permanently remove a member from a space

Google Workspace Chat (gws CLI)

chat_spaces_messages_delete Destructive

Permanently delete a message. Cannot be undone

Google Workspace Chat (gws CLI)

chat_spaces_messages_reactions_delete Destructive

Permanently remove a reaction from a message

Google Workspace Chat (gws CLI)

atlas-get-performance-advisor Read

Get Atlas performance advisor recommendations

MongoDB

atlas-list-alerts Read

List MongoDB Atlas alerts

MongoDB

atlas-list-clusters Read

List MongoDB Atlas clusters

MongoDB

atlas-list-db-users Read

List MongoDB Atlas database users

MongoDB

atlas-list-orgs Read

List MongoDB Atlas organisations

MongoDB

atlas-list-projects Read

List MongoDB Atlas projects

MongoDB

find Read

Run a find query against a MongoDB collection

MongoDB

list-collections Read

List all collections for a given database

MongoDB

list-databases Read

List all databases for a MongoDB connection

MongoDB

atlas-create-access-list Write

Allow IP/CIDR ranges to access Atlas clusters

MongoDB

atlas-create-db-user Write

Create a MongoDB Atlas database user

MongoDB

atlas-create-free-cluster Write

Create a free MongoDB Atlas cluster

MongoDB

atlas-create-project Write

Create a MongoDB Atlas project

MongoDB

create-collection Write

Creates a new collection in a database

MongoDB

create-index Write

Create an index for a collection

MongoDB

insert-many Write

Insert an array of documents into a collection

MongoDB

rename-collection Write

Renames a collection in a database

MongoDB

update-many Write

Updates all documents that match the filter

MongoDB

delete-many Destructive

Removes all documents that match the filter

MongoDB

drop-collection Destructive

Removes a collection or view from the database

MongoDB

drop-database Destructive

Removes the specified database

MongoDB

drop-index Destructive

Drop an index for a collection

MongoDB

aggregate Other

Run an aggregation against a MongoDB collection

MongoDB

atlas-connect-cluster Other

Connect to a MongoDB Atlas cluster

MongoDB

atlas-inspect-access-list Other

Inspect IP/CIDR ranges with access to Atlas

MongoDB

atlas-inspect-cluster Other

Inspect metadata of a MongoDB Atlas cluster

MongoDB

collection-indexes Other

Describe the indexes for a collection

MongoDB

collection-schema Other

Describe the schema for a collection

MongoDB

collection-storage-size Other

Gets the size of the collection

MongoDB

connect Other

Connect to a MongoDB instance

MongoDB

count Other

Gets the number of documents in a collection

MongoDB

db-stats Other

Returns statistics for a single database

MongoDB

explain Other

Returns execution statistics for the winning query plan

MongoDB

export Other

Export query or aggregation results in EJSON format

MongoDB

mongodb-logs Other

Returns the most recent logged mongod events

MongoDB

switch-connection Other

Switch to a different MongoDB connection

MongoDB

get_initial_context Read

Initialise context and get usage instructions

Sanity

get_sanity_config Read

Retrieve current Sanity configuration

Sanity

query_documents Read

Execute GROQ queries to search and retrieve content

Sanity

list_releases Read

List content releases filtered by state

Sanity

list_datasets Read

List all datasets in the project

Sanity

get_schema Read

Get schema details for full schema or specific type

Sanity

list_workspace_schemas Read

Get a list of all available workspace schema names

Sanity

get_groq_specification Read

Get the GROQ language specification summary

Sanity

list_embeddings_indices Read

List all available embeddings indices

Sanity

list_projects Read

List all Sanity projects associated with your account

Sanity

get_project_studios Read

Get studio applications linked to a specific project

Sanity

create_document Write

Create a new document with AI-generated content

Sanity

update_document Write

Update an existing document with AI-generated content

Sanity

patch_document Write

Apply direct patch operations to modify document parts

Sanity

transform_document Write

Transform document content preserving formatting

Sanity

translate_document Write

Translate document content to another language

Sanity

unpublish_document Write

Unpublish a published document

Sanity

version_replace_document Write

Replace contents of a document version

Sanity

version_unpublish_document Write

Mark a document to be unpublished on release

Sanity

create_release Write

Create a new content release

Sanity

edit_release Write

Update metadata for an existing release

Sanity

unarchive_release Write

Restore an archived release

Sanity

unschedule_release Write

Remove a schedule from a release

Sanity

create_version Write

Create a version of a document for a release

Sanity

mark_for_unpublish Write

Mark a document to be unpublished on release

Sanity

create_dataset Write

Create a new dataset

Sanity

update_dataset Write

Modify dataset settings

Sanity

version_discard_document Destructive

Discard a document version from a release

Sanity

delete_document Destructive

Permanently delete a document and all its drafts

Sanity

archive_release Destructive

Archive a release that is no longer active

Sanity

delete_release Destructive

Delete a release

Sanity

discard_version Destructive

Delete a specific version document from a release

Sanity

publish_document Execute

Publish a draft document to make it live

Sanity

schedule_release Execute

Schedule a release to publish at a specific time

Sanity

publish_release Execute

Publish a release immediately

Sanity

semantic_search Other

Perform semantic search on an embeddings index

Sanity

get_account Read

Get account details

Twilio

get_call Read

Get details of a specific call

Twilio

get_flow Read

Get details of a Studio flow

Twilio

get_incoming_phone_number Read

Get details of a specific phone number

Twilio

get_message Read

Get details of a specific message

Twilio

list_accounts Read

List accounts

Twilio

list_calls Read

List voice calls with optional filters

Twilio

list_conversations Read

List conversations

Twilio

list_environments Read

List environments for a service

Twilio

list_executions Read

List executions of a Studio flow

Twilio

list_flows Read

List Studio flows

Twilio

list_functions Read

List functions in a service

Twilio

list_incoming_phone_numbers Read

List phone numbers on the account

Twilio

list_messages Read

List messages with optional filters

Twilio

list_services Read

List serverless services

Twilio

list_task_queues Read

List task queues in a workspace

Twilio

list_verification_services Read

List verification services

Twilio

list_workers Read

List workers in a workspace

Twilio

list_workspaces Read

List TaskRouter workspaces

Twilio

lookup_phone_number Read

Look up information about a phone number

Twilio

add_conversation_participant Write

Add a participant to a conversation

Twilio

create_call Write

Initiate a voice call

Twilio

create_conversation Write

Create a new conversation

Twilio

create_deployment Write

Create a deployment

Twilio

create_execution Write

Trigger a Studio flow execution

Twilio

create_function Write

Create a serverless function

Twilio

create_incoming_phone_number Write

Purchase a phone number

Twilio

create_service Write

Create a serverless service

Twilio

create_task Write

Create a task in a workspace

Twilio

create_verification Write

Start a verification via SMS, call, or email

Twilio

create_verification_service Write

Create a verification service

Twilio

send_conversation_message Write

Send a message in a conversation

Twilio

send_message Write

Send an SMS or MMS message

Twilio

update_call Write

Modify an in-progress call

Twilio

update_incoming_phone_number Write

Update phone number configuration

Twilio

check_verification Other

Check a verification code

Twilio

get_username Read

Get the current Salesforce username

Salesforce

list_all_orgs Read

List all connected Salesforce orgs

Salesforce

retrieve_metadata Read

Retrieve metadata from a Salesforce org

Salesforce

run_soql_query Read

Run a SOQL query against a Salesforce org

Salesforce

list_code_analyzer_rules Read

List available Code Analyser rules

Salesforce

describe_code_analyzer_rule Read

Describe a specific Code Analyser rule

Salesforce

query_code_analyzer_results Read

Query Code Analyser results

Salesforce

sfDevopsListProjects Read

List DevOps Center projects

Salesforce

sfDevopsListWorkItems Read

List DevOps Center work items

Salesforce

sfDevopsDetectConflict Read

Detect conflicts in DevOps Center

Salesforce

checkCommitStatus Read

Check commit status in DevOps Center

Salesforce

get_mobile_lwc_offline_analysis Read

Get mobile LWC offline analysis

Salesforce

get_mobile_lwc_offline_guidance Read

Get mobile LWC offline guidance

Salesforce

list_tools Read

List available MCP tools

Salesforce

deploy_metadata Write

Deploy metadata to a Salesforce org

Salesforce

create_scratch_org Write

Create a new Salesforce scratch org

Salesforce

create_org_snapshot Write

Create an org snapshot

Salesforce

assign_permission_set Write

Assign a permission set to a user

Salesforce

open_org Write

Open a Salesforce org in the browser

Salesforce

createPullRequest Write

Create a pull request in DevOps Center

Salesforce

sfDevopsCreateWorkItem Write

Create a DevOps Center work item

Salesforce

sfDevopsCheckoutWorkItem Write

Check out a DevOps Center work item

Salesforce

sfDevopsCommitWorkItem Write

Commit a DevOps Center work item

Salesforce

sfDevopsPromoteWorkItem Write

Promote a DevOps Center work item

Salesforce

sfDevopsUpdateWorkItemStatus Write

Update a DevOps Center work item status

Salesforce

sfDevopsResolveConflict Write

Resolve a conflict in DevOps Center

Salesforce

create_mobile_lwc_native_capabilities Write

Create mobile LWC native capabilities

Salesforce

enrich_metadata Write

Enrich metadata with additional information

Salesforce

enable_tools Write

Enable additional MCP tools

Salesforce

delete_org Destructive

Delete a Salesforce org

Salesforce

run_code_analyzer Execute

Run Code Analyser on source code

Salesforce

run_apex_test Execute

Run Apex tests in a Salesforce org

Salesforce

run_agent_test Execute

Run agent tests in a Salesforce org

Salesforce

resume_tool_operation Execute

Resume a tool operation

Salesforce

scan-apex-antipatterns Execute

Scan Apex code for anti-patterns

Salesforce

falcon_check_connectivity Read

Check connectivity to the Falcon API

CrowdStrike Falcon

falcon_list_enabled_modules Read

List enabled modules in the falcon-mcp server

CrowdStrike Falcon

falcon_list_modules Read

List all available modules in the falcon-mcp server

CrowdStrike Falcon

falcon_search_kubernetes_containers Read

Search for containers from Kubernetes inventory

CrowdStrike Falcon

falcon_count_kubernetes_containers Read

Count containers by filter criteria

CrowdStrike Falcon

falcon_search_images_vulnerabilities Read

Search for container image vulnerabilities

CrowdStrike Falcon

falcon_search_detections Read

Find and analyse detections for malicious activity

CrowdStrike Falcon

falcon_get_detection_details Read

Get comprehensive detection details by ID

CrowdStrike Falcon

falcon_search_applications Read

Search for applications in your environment

CrowdStrike Falcon

falcon_search_unmanaged_assets Read

Search for unmanaged assets without Falcon sensor

CrowdStrike Falcon

falcon_search_hosts Read

Search for hosts in your CrowdStrike environment

CrowdStrike Falcon

falcon_get_host_details Read

Retrieve detailed information for host device IDs

CrowdStrike Falcon

falcon_show_crowd_score Read

View CrowdScores and security posture metrics

CrowdStrike Falcon

falcon_search_incidents Read

Find and analyse security incidents

CrowdStrike Falcon

falcon_get_incident_details Read

Get comprehensive incident details

CrowdStrike Falcon

falcon_search_behaviors Read

Find and analyse suspicious behaviours

CrowdStrike Falcon

falcon_get_behavior_details Read

Get detailed behaviour information

CrowdStrike Falcon

search_ngsiem Read

Execute a CQL query against Next-Gen SIEM

CrowdStrike Falcon

falcon_search_actors Read

Research threat actors tracked by CrowdStrike

CrowdStrike Falcon

falcon_search_indicators Read

Search for threat indicators and IOCs

CrowdStrike Falcon

falcon_search_reports Read

Access intelligence publications and threat reports

CrowdStrike Falcon

falcon_get_mitre_report Read

Generate MITRE ATT&CK reports for threat actors

CrowdStrike Falcon

falcon_search_iocs Read

Search custom IOCs using FQL

CrowdStrike Falcon

falcon_search_sensor_usage Read

Search for weekly sensor usage data

CrowdStrike Falcon

falcon_search_scheduled_reports Read

Search for scheduled reports

CrowdStrike Falcon

falcon_search_report_executions Read

Search for report executions

CrowdStrike Falcon

falcon_download_report_execution Read

Download generated report files

CrowdStrike Falcon

falcon_search_serverless_vulnerabilities Read

Search for serverless function vulnerabilities

CrowdStrike Falcon

falcon_search_vulnerabilities Read

Search for vulnerabilities in your environment

CrowdStrike Falcon

falcon_add_ioc Write

Create one or multiple IOCs

CrowdStrike Falcon

falcon_remove_iocs Destructive

Remove IOCs by IDs or FQL filter

CrowdStrike Falcon

falcon_launch_scheduled_report Execute

Launch a scheduled report on demand

CrowdStrike Falcon

idp_investigate_entity Other

Investigate entities for identity protection analysis

CrowdStrike Falcon

get_person_from_pipedrive Read

Retrieve details of a specific person by ID

Pipedrive

search_persons_in_pipedrive Read

Search for persons by name, email, phone, etc.

Pipedrive

get_organization_from_pipedrive Read

Retrieve organisation details by ID

Pipedrive

list_organizations_in_pipedrive Read

List organisations with filtering and pagination

Pipedrive

search_organizations_in_pipedrive Read

Search for organisations by name or other criteria

Pipedrive

get_deal_from_pipedrive Read

Retrieve deal details by ID

Pipedrive

list_deals_in_pipedrive Read

List deals with filtering and pagination

Pipedrive

search_deals_in_pipedrive Read

Search for deals by title or other criteria

Pipedrive

get_lead_from_pipedrive Read

Retrieve lead details by ID

Pipedrive

list_leads_in_pipedrive Read

List leads with filtering and pagination

Pipedrive

search_leads_in_pipedrive Read

Search for leads by title or other criteria

Pipedrive

get_lead_labels Read

Retrieve available lead labels

Pipedrive

get_lead_sources Read

Retrieve available lead sources

Pipedrive

search_items_in_pipedrive Read

Global search across multiple item types

Pipedrive

search_field_in_pipedrive Read

Search for specific field values in a given entity type

Pipedrive

create_person_in_pipedrive Write

Create a new person in Pipedrive CRM

Pipedrive

update_person_in_pipedrive Write

Update an existing person in Pipedrive

Pipedrive

create_organization_in_pipedrive Write

Create a new organisation in Pipedrive

Pipedrive

update_organization_in_pipedrive Write

Update an existing organisation

Pipedrive

add_follower_to_organization Write

Add a user as a follower of an organisation

Pipedrive

create_deal_in_pipedrive Write

Create a new deal

Pipedrive

update_deal_in_pipedrive Write

Update an existing deal

Pipedrive

add_product_to_deal Write

Add a product to a deal

Pipedrive

update_deal_product Write

Update a product associated with a deal

Pipedrive

create_lead_in_pipedrive Write

Create a new lead

Pipedrive

update_lead_in_pipedrive Write

Update an existing lead

Pipedrive

delete_person_from_pipedrive Destructive

Delete a person from Pipedrive

Pipedrive

delete_organization_from_pipedrive Destructive

Delete an organisation

Pipedrive

delete_follower_from_organization Destructive

Remove a follower from an organisation

Pipedrive

delete_deal_from_pipedrive Destructive

Delete a deal

Pipedrive

delete_product_from_deal Destructive

Remove a product from a deal

Pipedrive

delete_lead_from_pipedrive Destructive

Delete a lead

Pipedrive

get_advisors Read

Gets advisory notices for a Supabase project

Supabase

get_cost Read

Gets the cost of a new project or branch

Supabase

get_edge_function Read

Retrieves file contents for an Edge Function

Supabase

get_logs Read

Gets logs for a Supabase project by service type

Supabase

get_organization Read

Gets details for an organisation

Supabase

get_project Read

Gets details for a project

Supabase

get_project_url Read

Gets the API URL for a project

Supabase

get_publishable_keys Read

Gets the anonymous API keys for a project

Supabase

get_storage_config Read

Gets the storage config for a project

Supabase

list_branches Read

Lists all development branches

Supabase

list_edge_functions Read

Lists all Edge Functions in a project

Supabase

list_extensions Read

Lists all extensions in the database

Supabase

list_migrations Read

Lists all migrations in the database

Supabase

list_organizations Read

Lists all organisations the user is a member of

Supabase

list_projects Read

Lists all Supabase projects for the user

Supabase

list_storage_buckets Read

Lists all storage buckets in a project

Supabase

list_tables Read

Lists all tables within the specified schemas

Supabase

search_docs Read

Searches Supabase documentation

Supabase

create_branch Write

Creates a development branch with migrations

Supabase

create_project Write

Creates a new Supabase project

Supabase

update_storage_config Write

Updates the storage config for a project

Supabase

execute_sql Execute

Executes raw SQL in the database

Supabase

delete_branch Destructive

Deletes a development branch

Supabase

apply_migration Other

Applies a SQL migration to the database

Supabase

confirm_cost Other

Confirms the user's understanding of costs

Supabase

deploy_edge_function Other

Deploys a new Edge Function to a project

Supabase

generate_typescript_types Other

Generates TypeScript types from the database schema

Supabase

merge_branch Other

Merges migrations from dev branch to production

Supabase

pause_project Other

Pauses a project

Supabase

rebase_branch Other

Rebases development branch on production

Supabase

reset_branch Other

Resets migrations of a development branch

Supabase

restore_project Other

Restores a project

Supabase

get_dispute Read

Retrieve detailed information of a specific dispute

PayPal

get_order Read

Retrieve the details of an order

PayPal

get_shipment_tracking Read

Retrieve shipment tracking information

PayPal

list_disputes Read

Retrieve a summary of all open disputes

PayPal

list_products Read

List products with optional pagination and filtering

PayPal

list_transactions Read

List transactions with optional filtering

PayPal

show_product_details Read

Retrieve details of a specific product

PayPal

create_order Write

Create an order in PayPal

PayPal

create_product Write

Create a new product in the PayPal catalogue

PayPal

create_shipment_tracking Write

Create a shipment tracking record

PayPal

update_plan Write

Update an existing subscription plan

PayPal

update_product Write

Update an existing product

PayPal

cancel_sent_invoice Financial

Cancel a sent invoice

PayPal

cancel_subscription Financial

Cancel an active subscription

PayPal

create_invoice Financial

Create a new invoice

PayPal

create_refund Financial

Process a refund for a captured payment

PayPal

create_subscription Financial

Create a new subscription

PayPal

create_subscription_plan Financial

Create a new subscription plan

PayPal

generate_invoice_qr_code Financial

Generate a QR code for an invoice

PayPal

get_invoice Financial

Retrieve details of a specific invoice

PayPal

get_refund Financial

Get the details for a specific refund

PayPal

list_invoices Financial

List invoices with optional pagination and filtering

PayPal

list_subscription_plans Financial

List subscription plans

PayPal

pay_order Financial

Process payment for an authorised order

PayPal

send_invoice Financial

Send an invoice to recipients

PayPal

send_invoice_reminder Financial

Send a reminder for an existing invoice

PayPal

show_subscription_details Financial

Retrieve details of a specific subscription

PayPal

show_subscription_plan_details Financial

Retrieve details of a specific subscription plan

PayPal

update_subscription Financial

Update an existing subscription

PayPal

accept_dispute_claim Other

Accept a dispute claim

PayPal

getApi Read

Get API details

Postman

getCollection Read

Retrieve collection details

Postman

getEnvironment Read

Get environment details

Postman

getMock Read

Get mock server details

Postman

getMonitor Read

Get monitor details

Postman

getWorkspace Read

Get information about a specific workspace

Postman

listApis Read

List APIs in a workspace

Postman

listCollections Read

List collections in a workspace

Postman

listEnvironments Read

List environments in a workspace

Postman

listMocks Read

List mock servers

Postman

listMonitors Read

List monitors

Postman

listWorkspaces Read

List all workspaces

Postman

createApi Write

Create a new API

Postman

createCollection Write

Create a new collection

Postman

createEnvironment Write

Create a new environment

Postman

createMock Write

Create a mock server

Postman

createMonitor Write

Create a monitor

Postman

createWorkspace Write

Create a new workspace

Postman

updateApi Write

Update an API

Postman

updateCollection Write

Update a collection

Postman

updateEnvironment Write

Update an environment

Postman

updateMock Write

Update a mock server

Postman

updateWorkspace Write

Update a workspace

Postman

runMonitor Execute

Run a monitor

Postman

deleteApi Destructive

Delete an API

Postman

deleteCollection Destructive

Delete a collection

Postman

deleteEnvironment Destructive

Delete an environment

Postman

deleteMock Destructive

Delete a mock server

Postman

deleteMonitor Destructive

Delete a monitor

Postman

deleteWorkspace Destructive

Delete a workspace

Postman

list_pages Read

List open pages

Chrome DevTools

take_screenshot Read

Capture page visuals

Chrome DevTools

take_snapshot Read

Document page state

Chrome DevTools

list_console_messages Read

View all console logs

Chrome DevTools

get_console_message Read

Access a specific console message

Chrome DevTools

list_network_requests Read

View all network activity

Chrome DevTools

get_network_request Read

Get details of a specific request

Chrome DevTools

take_memory_snapshot Read

Capture memory state

Chrome DevTools

performance_analyze_insight Read

Extract performance data

Chrome DevTools

lighthouse_audit Read

Run Lighthouse checks

Chrome DevTools

click Write

Click on elements

Chrome DevTools

drag Write

Drag elements

Chrome DevTools

fill Write

Input text into fields

Chrome DevTools

fill_form Write

Complete entire forms

Chrome DevTools

handle_dialog Write

Manage browser dialogs

Chrome DevTools

hover Write

Trigger hover states

Chrome DevTools

press_key Write

Simulate keyboard input

Chrome DevTools

type_text Write

Enter text character-by-character

Chrome DevTools

upload_file Write

Handle file uploads

Chrome DevTools

resize_page Write

Adjust viewport dimensions

Chrome DevTools

emulate Write

Simulate devices/conditions

Chrome DevTools

navigate_page Execute

Load a URL

Chrome DevTools

new_page Execute

Open a new page

Chrome DevTools

select_page Execute

Switch between pages

Chrome DevTools

close_page Execute

Close a browser page

Chrome DevTools

wait_for Execute

Wait for specific conditions

Chrome DevTools

evaluate_script Execute

Execute JavaScript

Chrome DevTools

performance_start_trace Execute

Start recording a trace

Chrome DevTools

performance_stop_trace Execute

Stop trace recording

Chrome DevTools

get_dashboard_by_uid Read

Retrieve complete dashboard details

Grafana

get_dashboard_panel_queries Read

Extract panel titles, queries, and datasource info

Grafana

get_dashboard_property Read

Extract specific parts using JSONPath

Grafana

get_dashboard_summary Read

Obtain compact overview without full JSON

Grafana

get_datasource Read

Retrieve datasource details by UID or name

Grafana

get_panel_image Read

Render dashboards as PNG

Grafana

get_query_examples Read

Access sample queries for learning syntax

Grafana

get_role_details Read

Role permission inspection

Grafana

list_alert_rules Read

View alerting configurations

Grafana

list_all_roles Read

Available role listings

Grafana

list_annotations Read

Query dashboard annotations

Grafana

list_cloudwatch_namespaces Read

AWS service discovery

Grafana

list_datasources Read

View all configured datasources

Grafana

list_incidents Read

Browse Grafana Incident records

Grafana

list_loki_label_names Read

Log label exploration

Grafana

list_prometheus_metric_names Read

Available metrics discovery

Grafana

list_teams Read

View Grafana teams

Grafana

list_users_by_org Read

Organisation user directory

Grafana

query_clickhouse Read

Execute SQL with macro substitution

Grafana

query_cloudwatch Read

Run AWS CloudWatch metric queries

Grafana

query_elasticsearch Read

Search using Lucene or Query DSL

Grafana

query_loki_logs Read

Run LogQL queries for logs and metrics

Grafana

query_prometheus Read

Execute PromQL against Prometheus

Grafana

search_dashboards Read

Locate dashboards by title or metadata

Grafana

create_alert_rule Write

Define new alert conditions

Grafana

create_incident Write

Initiate new incidents

Grafana

update_dashboard Write

Create or modify dashboards

Grafana

generate_deeplinks Other

Create accurate Grafana resource URLs

Grafana

patch_dashboard Other

Apply targeted changes without full JSON

Grafana

complete_query_tuning Read

Apply tuning changes

Neon

describe_branch Read

Fetch branch details

Neon

describe_project Read

Retrieve detailed project information

Neon

describe_table_schema Read

Get detailed table structure

Neon

fetch Read

Retrieve specific resource details

Neon

get_connection_string Read

Return database connection details

Neon

get_database_tables Read

List database tables

Neon

get_doc_resource Read

Fetch documentation pages

Neon

list_branch_computes Read

Display compute endpoints for a branch

Neon

list_docs_resources Read

Index documentation

Neon

list_organizations Read

Show accessible organisations

Neon

list_projects Read

List Neon projects in account

Neon

list_shared_projects Read

Display projects shared with current user

Neon

list_slow_queries Read

Identify query bottlenecks

Neon

prepare_query_tuning Read

Analyse query optimisations

Neon

search Read

Find organisations, projects, and branches

Neon

create_branch Write

Create a development branch within a project

Neon

create_project Write

Create a new Neon project

Neon

run_sql Execute

Execute individual SQL queries

Neon

run_sql_transaction Execute

Run multiple queries in a transaction

Neon

delete_branch Destructive

Remove an existing branch

Neon

delete_project Destructive

Remove a project and its resources

Neon

compare_database_schema Other

Show schema differences between branches

Neon

complete_database_migration Other

Apply finalised migrations

Neon

explain_sql_statement Other

Provide execution plans

Neon

prepare_database_migration Other

Initiate schema changes safely

Neon

provision_neon_auth Other

Set up authentication infrastructure

Neon

provision_neon_data_api Other

Enable HTTP database access

Neon

reset_from_parent Other

Revert branch to parent state

Neon

appium_find_element Read

Find an element using various locator strategies

Appium

appium_get_text Read

Get text content from an element

Appium

appium_screenshot Read

Take a screenshot of the current screen

Appium

appium_element_screenshot Read

Take a screenshot of a specific element

Appium

appium_get_page_source Read

Get the page source XML from the current screen

Appium

appium_get_contexts Read

Get all available contexts in the current session

Appium

appium_get_orientation Read

Get the current device screen orientation

Appium

appium_list_apps Read

List all installed apps on the device

Appium

appium_is_app_installed Read

Check whether an app is installed

Appium

generate_locators Read

Generate intelligent locators for interactive elements

Appium

appium_documentation_query Read

Query Appium documentation for help

Appium

select_platform Write

Choose between Android or iOS platform

Appium

select_device Write

Select a specific device

Appium

create_session Write

Create a new mobile automation session

Appium

appium_click Write

Click on an element

Appium

appium_double_tap Write

Perform double tap on an element

Appium

appium_long_press Write

Perform a long press gesture on an element

Appium

appium_drag_and_drop Write

Perform a drag and drop gesture

Appium

appium_set_value Write

Enter text into an input field

Appium

appium_handle_alert Write

Accept or dismiss alerts and dialogs

Appium

appium_scroll Write

Scroll the screen vertically

Appium

appium_scroll_to_element Write

Scroll until an element becomes visible

Appium

appium_swipe Write

Swipe the screen in a direction

Appium

appium_set_orientation Write

Set the device screen orientation

Appium

appium_switch_context Write

Switch between native and webview contexts

Appium

appium_activate_app Write

Activate or launch a specified app

Appium

appium_installApp Write

Install an app on the device

Appium

appium_terminateApp Write

Terminate a running app

Appium

appium_generate_tests Write

Generate automated test code from natural language

Appium

delete_session Destructive

Delete the current session and clean up

Appium

appium_uninstallApp Destructive

Uninstall an app from the device

Appium

boot_simulator Execute

Boot an iOS simulator

Appium

setup_wda Execute

Download and setup WebDriverAgent for iOS simulators

Appium

install_wda Execute

Install and launch WebDriverAgent on an iOS simulator

Appium

list_methods Read

List all methods/functions in the binary

Ghidra

list_classes Read

List all classes defined in the binary

Ghidra

list_functions Read

List all functions in the binary

Ghidra

list_segments Read

List all memory segments in the binary

Ghidra

list_imports Read

List all imported symbols

Ghidra

list_exports Read

List all exported symbols

Ghidra

list_namespaces Read

List all namespaces in the binary

Ghidra

list_data_items Read

List labelled data items with pagination

Ghidra

list_strings Read

List all strings found in the binary

Ghidra

search_functions_by_name Read

Search functions by name substring

Ghidra

get_function_by_address Read

Retrieve function info for a given address

Ghidra

get_current_address Read

Get the address currently selected in Ghidra

Ghidra

get_current_function Read

Get the function currently selected in Ghidra

Ghidra

get_xrefs_to Read

Get cross-references pointing to a given address

Ghidra

get_xrefs_from Read

Get cross-references originating from a given address

Ghidra

get_function_xrefs Read

Get cross-references for a named function

Ghidra

decompile_function Read

Decompile a function by name

Ghidra

decompile_function_by_address Read

Decompile a function at a given address

Ghidra

disassemble_function Read

Get raw disassembly for a function

Ghidra

rename_function Write

Rename a function by its current name

Ghidra

rename_function_by_address Write

Rename a function by its memory address

Ghidra

rename_data Write

Rename a data label at a given address

Ghidra

rename_variable Write

Rename a local variable within a function

Ghidra

set_decompiler_comment Write

Add a comment in the decompiler view

Ghidra

set_disassembly_comment Write

Add a comment in the disassembly view

Ghidra

set_function_prototype Write

Set the type signature of a function

Ghidra

set_local_variable_type Write

Set the data type of a local variable

Ghidra

fetch_stripe_resources Read

Retrieve Stripe objects

Stripe

get_stripe_account_info Read

Retrieve account information

Stripe

list_coupons Read

List coupons

Stripe

list_customers Read

List customers

Stripe

list_disputes Read

List disputes

Stripe

list_prices Read

List prices

Stripe

list_products Read

List products

Stripe

list_setup_intents Read

List SetupIntents

Stripe

retrieve_balance Read

Retrieve balance

Stripe

search_stripe_documentation Read

Search Stripe knowledge

Stripe

search_stripe_resources Read

Search Stripe resources

Stripe

create_coupon Write

Create coupon

Stripe

create_customer Write

Create customer

Stripe

create_price Write

Create price

Stripe

create_product Write

Create product

Stripe

update_dispute Write

Update dispute

Stripe

cancel_subscription Financial

Cancel subscription

Stripe

create_invoice Financial

Create invoice

Stripe

create_invoice_item Financial

Create invoice item

Stripe

create_payment_link Financial

Create payment link

Stripe

create_refund Financial

Create refund

Stripe

finalize_invoice Financial

Finalise invoice

Stripe

list_charges Financial

List charges

Stripe

list_invoices Financial

List invoices

Stripe

list_payment_intents Financial

List PaymentIntents

Stripe

list_subscriptions Financial

List subscriptions

Stripe

update_subscription Financial

Update subscription

Stripe

basecamp_list_projects Read

List all accessible projects with optional filtering

Basecamp

basecamp_get_project Read

Get detailed project information including dock configuration

Basecamp

basecamp_list_messages Read

List messages in a message board with optional filtering

Basecamp

basecamp_list_message_types Read

List available message types/categories for a project

Basecamp

basecamp_get_message Read

Get single message details

Basecamp

basecamp_get_todoset Read

Get todo set container with all todo lists

Basecamp

basecamp_list_todos Read

List todos in a list with status filtering

Basecamp

basecamp_list_comments Read

List comments on any resource

Basecamp

basecamp_get_me Read

Get personal information for the authenticated user

Basecamp

basecamp_list_people Read

List all people with optional filtering

Basecamp

basecamp_get_person Read

Get person details

Basecamp

basecamp_list_kanban_columns Read

List all columns in a kanban board

Basecamp

basecamp_list_kanban_cards Read

List cards in a column with steps and assignees

Basecamp

basecamp_get_kanban_card Read

Get complete details of a specific card

Basecamp

basecamp_list_recordings Read

Browse recent activity globally or across projects

Basecamp

basecamp_list_campfire_messages Read

Browse chat messages from Campfires

Basecamp

basecamp_create_message Write

Create new message with optional category and draft status

Basecamp

basecamp_update_message Write

Update message with advanced content editing

Basecamp

basecamp_create_todo Write

Create new todo with optional description

Basecamp

basecamp_complete_todo Write

Mark todo as complete

Basecamp

basecamp_uncomplete_todo Write

Mark todo as incomplete

Basecamp

basecamp_create_comment Write

Add comment to any resource

Basecamp

basecamp_update_comment Write

Update comment with advanced content editing

Basecamp

basecamp_create_kanban_card Write

Create new card with title, content, and optional steps

Basecamp

basecamp_update_kanban_card Write

Update card with advanced content editing

Basecamp

basecamp_move_kanban_card Write

Move a card to a different column and/or position

Basecamp

browser_click Other

Click an element on the page

Playwright

browser_close Other

Close the browser

Playwright

browser_console_messages Other

Retrieve browser console messages

Playwright

browser_drag Other

Drag an element from one location to another

Playwright

browser_file_upload Other

Upload a file to a file input element

Playwright

browser_generate_playwright_test Other

Generate a Playwright test script from recorded actions

Playwright

browser_handle_dialog Other

Handle a browser dialog

Playwright

browser_hover Other

Hover over an element on the page

Playwright

browser_install Other

Install the browser binary

Playwright

browser_navigate Other

Navigate to a URL in the browser

Playwright

browser_navigate_back Other

Navigate back in browser history

Playwright

browser_navigate_forward Other

Navigate forward in browser history

Playwright

browser_network_requests Other

Retrieve network requests made by the page

Playwright

browser_pdf_save Other

Save the current page as a PDF

Playwright

browser_press_key Other

Press a keyboard key or key combination

Playwright

browser_resize Other

Resize the browser window

Playwright

browser_select_option Other

Select an option from a dropdown

Playwright

browser_snapshot Other

Capture an accessibility snapshot of the current page

Playwright

browser_tab_close Other

Close a specific tab

Playwright

browser_tab_list Other

List all open browser tabs

Playwright

browser_tab_new Other

Open a new browser tab

Playwright

browser_tab_select Other

Switch to a specific tab

Playwright

browser_take_screenshot Other

Capture a screenshot of the current page

Playwright

browser_type Other

Type text into an input field

Playwright

browser_wait_for Other

Wait for a specified condition or text to appear

Playwright

find_dsns Read

List all Sentry DSNs for a specific project

Sentry

find_organizations Read

Find organisations the user has access to

Sentry

find_projects Read

Find projects in a Sentry organisation

Sentry

find_releases Read

Find releases in a Sentry organisation

Sentry

find_teams Read

Find teams in an organisation

Sentry

get_doc Read

Fetch the full markdown content of a Sentry documentation page

Sentry

get_event_attachment Read

Download attachments from a Sentry event

Sentry

get_issue_details Read

Get detailed information about a specific issue

Sentry

get_issue_tag_values Read

Get tag value distribution for a specific issue

Sentry

get_sentry_resource Read

Fetch a Sentry resource by URL or by type and ID

Sentry

get_trace_details Read

Get detailed information about a specific trace

Sentry

list_events Read

Search events using Sentry query syntax

Sentry

list_issue_events Read

List events within a specific issue

Sentry

list_issues Read

List issues using Sentry query syntax

Sentry

search_docs Read

Search Sentry documentation

Sentry

search_events Read

Search for events and perform counts and aggregations

Sentry

search_issue_events Read

Search and filter events within a specific issue

Sentry

search_issues Read

Search for grouped issues and problems in Sentry

Sentry

create_dsn Write

Create an additional DSN for an existing project

Sentry

create_project Write

Create a new project in Sentry

Sentry

create_team Write

Create a new team in Sentry

Sentry

update_issue Write

Update an issue's status or assignment in Sentry

Sentry

update_project Write

Update project settings in Sentry

Sentry

analyze_issue_with_seer Other

Use Seer to analyse production errors and get root cause analysis

Sentry

whoami Other

Identify the authenticated user in Sentry

Sentry

getVercelDeployment Read

Get a deployment by ID or URL

Vercel

getVercelDeploymentEvents Read

Get deployment events by deployment and build ID

Vercel

getVercelDeployments Read

List deployments

Vercel

listVercelDeploymentFiles Read

List deployment files

Vercel

getVercelDeploymentFileContents Read

Get deployment file contents

Vercel

getVercelDNSRecords Read

List DNS records for a domain

Vercel

getVercelDomainConfig Read

Get a domain's configuration

Vercel

getVercelDomain Read

Get information for a single domain

Vercel

getVercelDomains Read

List all domains

Vercel

getVercelProjects Read

Retrieve a list of projects

Vercel

getVercelProjectDomains Read

Retrieve project domains

Vercel

getVercelProjectDomain Read

Get a project domain

Vercel

filterVercelProjectEnvs Read

Retrieve environment variables of a project

Vercel

getVercelProjectEnv Read

Retrieve the decrypted value of an environment variable

Vercel

cancelVercelDeployment Write

Cancel a deployment

Vercel

createVercelDNSRecord Write

Create a DNS record for a domain

Vercel

updateVercelDNSRecord Write

Update a DNS record

Vercel

updateVercelProject Write

Update an existing project

Vercel

updateVercelProjectDomain Write

Update a project domain

Vercel

addVercelProjectDomain Write

Add a domain to a project

Vercel

verifyVercelProjectDomain Write

Verify project domain

Vercel

createVercelProjectEnv Write

Create environment variables

Vercel

editVercelProjectEnv Write

Edit an environment variable

Vercel

deleteVercelDeployment Destructive

Delete a deployment

Vercel

deleteVercelDNSRecord Destructive

Delete a DNS record

Vercel

removeVercelProjectDomain Destructive

Remove a domain from a project

Vercel

removeVercelProjectEnv Destructive

Remove an environment variable

Vercel

search Read

Search for charts, dashboards, notebooks, experiments, events, properties, cohorts

Amplitude

get_from_url Read

Retrieve the full object definition from any Amplitude URL

Amplitude

get_context Read

Get information about the current user, organisation, and projects

Amplitude

get_charts Read

Retrieve full chart definitions by ID

Amplitude

get_dashboard Read

Retrieve dashboards and all their charts

Amplitude

get_cohorts Read

Retrieve cohort definitions by ID

Amplitude

get_experiments Read

Retrieve experiments by ID with variant configuration

Amplitude

get_event_properties Read

Retrieve properties for specific events

Amplitude

get_session_replays Read

Search for session replays filtered by properties or events

Amplitude

get_users Read

Retrieve user data from a project

Amplitude

query_chart Read

Query a single chart by ID and return its data

Amplitude

query_charts Read

Query up to three charts concurrently by ID

Amplitude

query_dataset Read

Execute ad-hoc data queries for segmentation, funnels, retention

Amplitude

query_experiment Read

Query experiment analysis data with statistical significance

Amplitude

get_feedback_insights Read

Retrieve processed feedback themes by type

Amplitude

get_feedback_comments Read

Retrieve raw feedback comments from connected sources

Amplitude

get_feedback_mentions Read

Retrieve individual feedback comments for a specific insight

Amplitude

get_feedback_sources Read

Retrieve connected feedback integrations and source IDs

Amplitude

save_chart_edits Write

Save edits to existing charts or convert temporary edits

Amplitude

create_chart Write

Create a new chart from a query definition

Amplitude

create_dashboard Write

Create dashboards with charts, rich text, and custom layouts

Amplitude

create_notebook Write

Create interactive notebooks with charts and rich text

Amplitude

create_experiment Write

Create A/B test experiments with custom variants and metrics

Amplitude

create_cohort Write

Create cohorts based on user properties and behaviours

Amplitude

search_engine Read

Web search with AI-optimised results

Bright Data

search_engine_batch Read

Batch web search for multiple queries

Bright Data

scrape_as_markdown Other

Convert any webpage to clean markdown

Bright Data

scrape_as_html Other

Scrape webpage as raw HTML

Bright Data

scrape_batch Other

Batch scrape multiple webpages

Bright Data

extract Other

AI-assisted data extraction from web pages

Bright Data

scraping_browser_snapshot Other

Take a snapshot of a browser session

Bright Data

scraping_browser_click_ref Other

Click an element in a browser session

Bright Data

scraping_browser_screenshot Other

Take a screenshot of a browser session

Bright Data

web_data_amazon_product Other

Get Amazon product data

Bright Data

web_data_walmart_product Other

Get Walmart product data

Bright Data

web_data_google_shopping Other

Get Google Shopping data

Bright Data

web_data_linkedin_posts Other

Get LinkedIn posts data

Bright Data

web_data_tiktok_posts Other

Get TikTok posts data

Bright Data

web_data_youtube_videos Other

Get YouTube video data

Bright Data

web_data_yahoo_finance_business Other

Get Yahoo Finance business data

Bright Data

web_data_crunchbase_company Other

Get Crunchbase company data

Bright Data

web_data_zoominfo_company_profile Other

Get ZoomInfo company profile data

Bright Data

web_data_zillow_properties_listing Other

Get Zillow property listing data

Bright Data

web_data_github_repository_file Other

Get GitHub repository file data

Bright Data

web_data_reuter_news Other

Get Reuters news data

Bright Data

web_data_google_play_store Other

Get Google Play Store app data

Bright Data

web_data_apple_app_store Other

Get Apple App Store app data

Bright Data

web_data_booking_hotel_listings Other

Get Booking.com hotel listing data

Bright Data

accounts_list Read

List all accounts in your Cloudflare account

Cloudflare

query_worker_observability Read

Query the Workers Observability API

Cloudflare

search_cloudflare_documentation Read

Search the Cloudflare documentation

Cloudflare

workers_get_worker Read

Get the details of a Cloudflare Worker

Cloudflare

workers_get_worker_code Read

Get the source code of a Cloudflare Worker

Cloudflare

workers_list Read

List Cloudflare Workers

Cloudflare

set_active_account Write

Set active account for tool calls

Cloudflare

d1_database_create Other

Create a new D1 database

Cloudflare

d1_database_delete Other

Delete a D1 database

Cloudflare

d1_database_get Other

Get a D1 database

Cloudflare

d1_database_query Other

Query a D1 database

Cloudflare

d1_databases_list Other

List all D1 databases

Cloudflare

kv_namespace_create Other

Create a new KV namespace

Cloudflare

kv_namespace_delete Other

Delete a KV namespace

Cloudflare

kv_namespace_get Other

Get details of a KV namespace

Cloudflare

kv_namespace_update Other

Update the title of a KV namespace

Cloudflare

kv_namespaces_list Other

List KV namespaces

Cloudflare

observability_keys Other

Find keys in the Workers Observability Data

Cloudflare

observability_values Other

Find values in the Workers Observability Data

Cloudflare

r2_bucket_create Other

Create a new R2 bucket

Cloudflare

r2_bucket_delete Other

Delete an R2 bucket

Cloudflare

r2_bucket_get Other

Get details about a specific R2 bucket

Cloudflare

r2_buckets_list Other

List R2 buckets

Cloudflare

get_server_configuration_status Read

Get the status of the MCP server

Couchbase

test_cluster_connection Read

Check the cluster credentials by connecting to the cluster

Couchbase

get_cluster_health_and_services Read

Get cluster health status and list of all running services

Couchbase

get_buckets_in_cluster Read

Get a list of all the buckets in the cluster

Couchbase

get_scopes_in_bucket Read

Get a list of all the scopes in the specified bucket

Couchbase

get_collections_in_scope Read

Get a list of all the collections in a specified scope and bucket

Couchbase

get_scopes_and_collections_in_bucket Read

Get a list of all scopes and collections in the specified bucket

Couchbase

get_schema_for_collection Read

Get the structure for a collection

Couchbase

get_document_by_id Read

Get a document by ID from a specified scope and collection

Couchbase

list_indexes Read

List all indexes in the cluster with their definitions

Couchbase

get_index_advisor_recommendations Read

Get index recommendations for a given SQL++ query

Couchbase

get_longest_running_queries Read

Get longest running queries by average service time

Couchbase

get_most_frequent_queries Read

Get most frequently executed queries

Couchbase

get_queries_with_largest_response_sizes Read

Get queries with the largest response sizes

Couchbase

get_queries_with_large_result_count Read

Get queries with the largest result counts

Couchbase

get_queries_using_primary_index Read

Get queries that use a primary index

Couchbase

get_queries_not_using_covering_index Read

Get queries that don't use a covering index

Couchbase

get_queries_not_selective Read

Get queries that are not selective

Couchbase

upsert_document_by_id Write

Upsert a document by ID to a specified scope and collection

Couchbase

insert_document_by_id Write

Insert a new document by ID (fails if document exists)

Couchbase

replace_document_by_id Write

Replace an existing document by ID (fails if document doesn't exist)

Couchbase

delete_document_by_id Destructive

Delete a document by ID from a specified scope and collection

Couchbase

run_sql_plus_plus_query Execute

Run a SQL++ query on a specified scope

Couchbase

get_document Read

Get a specific document's content

Linear

get_issue Read

Get detailed information about a specific issue

Linear

get_issue_status Read

Get details about a specific issue workflow status

Linear

get_project Read

Get detailed information about a specific project

Linear

get_team Read

Get detailed information about a specific team

Linear

get_user Read

Get detailed information about a specific user

Linear

list_comments Read

List comments on an issue

Linear

list_cycles Read

List cycles in the workspace

Linear

list_documents Read

List documents in the workspace

Linear

list_issue_labels Read

List labels associated with a given team

Linear

list_issue_statuses Read

List workflow statuses for a team

Linear

list_issues Read

List issues with filtering by team, status, assignee, and more

Linear

list_project_labels Read

List project-level labels

Linear

list_projects Read

List projects in the workspace

Linear

list_teams Read

List teams in the workspace

Linear

list_users Read

List users with their ids, names, and emails

Linear

search_documentation Read

Search Linear's documentation for feature guidance

Linear

create_comment Write

Add a comment to an issue

Linear

create_issue Write

Create a new issue or sub-issue

Linear

create_issue_label Write

Create a new issue label

Linear

create_project Write

Create a new project

Linear

update_issue Write

Update an existing issue

Linear

update_project Write

Update an existing project

Linear

list_workspaces Read

List workspaces you have access to

Render

get_selected_workspace Read

Get the currently selected workspace

Render

list_services Read

List all services in your Render account

Render

get_service Read

Get details about a specific service

Render

list_deploys Read

List deployment history for a service

Render

get_deploy Read

Get details about a specific deployment

Render

list_logs Read

List logs matching provided filters

Render

list_log_label_values Read

List values for a given log label

Render

get_metrics Read

Get performance metrics for a Render resource

Render

list_postgres_instances Read

List all PostgreSQL databases

Render

get_postgres Read

Get details about a specific PostgreSQL database

Render

list_key_value Read

List all Key Value instances

Render

get_key_value Read

Get details about a specific Key Value instance

Render

select_workspace Write

Select a workspace to use

Render

create_web_service Write

Create a new web service

Render

create_static_site Write

Create a new static site

Render

create_cron_job Write

Create a new cron job

Render

update_environment_variables Write

Update all environment variables for a service

Render

create_postgres Write

Create a new PostgreSQL database

Render

create_key_value Write

Create a new Key Value instance

Render

query_render_postgres Execute

Run a read-only SQL query against a Render Postgres database

Render

get_scene_info Read

Get detailed info about the current Blender scene

Blender

get_object_info Read

Get info about a specific object in the scene

Blender

get_viewport_screenshot Read

Capture a screenshot of the 3D viewport

Blender

get_polyhaven_categories Read

List asset categories on Polyhaven

Blender

get_polyhaven_status Read

Check if PolyHaven integration is enabled

Blender

get_hyper3d_status Read

Check if Hyper3D Rodin integration is enabled

Blender

get_sketchfab_status Read

Check if Sketchfab integration is enabled

Blender

get_hunyuan3d_status Read

Check if Hunyuan3D integration is enabled

Blender

search_polyhaven_assets Read

Search Polyhaven assets with optional filters

Blender

search_sketchfab_models Read

Search Sketchfab models

Blender

get_sketchfab_model_preview Read

Get a thumbnail for a Sketchfab model

Blender

poll_rodin_job_status Read

Check Hyper3D Rodin generation status

Blender

poll_hunyuan_job_status Read

Check Hunyuan3D job status

Blender

set_texture Write

Apply a downloaded Polyhaven texture to an object

Blender

download_polyhaven_asset Write

Download and import a Polyhaven asset

Blender

download_sketchfab_model Write

Download and import a Sketchfab model

Blender

import_generated_asset Write

Import a Hyper3D-generated asset

Blender

import_generated_asset_hunyuan Write

Import a Hunyuan3D-generated asset

Blender

execute_blender_code Execute

Execute arbitrary Python code in Blender

Blender

generate_hyper3d_model_via_text Execute

Generate 3D asset via Hyper3D from text

Blender

generate_hyper3d_model_via_images Execute

Generate 3D asset via Hyper3D from images

Blender

generate_hunyuan3d_model Execute

Generate 3D asset via Hunyuan3D

Blender

list_pipelines Read

List pipelines in an organisation

Buildkite

get_pipeline Read

Get details of a specific pipeline

Buildkite

list_builds Read

List builds with optional filtering

Buildkite

get_build Read

Get details of a specific build

Buildkite

get_build_test_engine_runs Read

Get test engine runs for a build

Buildkite

list_clusters Read

List all clusters in an organisation

Buildkite

get_cluster Read

Get details of a specific cluster

Buildkite

list_cluster_queues Read

List queues in a cluster

Buildkite

get_cluster_queue Read

Get details of a specific cluster queue

Buildkite

list_artifacts_for_build Read

List artifacts for a build

Buildkite

list_artifacts_for_job Read

List artifacts for a job

Buildkite

get_artifact Read

Get details of a specific artifact

Buildkite

list_annotations Read

List annotations for a build

Buildkite

search_logs Read

Search build logs by content

Buildkite

tail_logs Read

Tail the end of build logs

Buildkite

read_logs Read

Read build logs

Buildkite

current_user Read

Get the current authenticated user

Buildkite

access_token Read

Get access token details and scopes

Buildkite

user_token_organization Read

Get the organisation for the user's token

Buildkite

create_build Write

Create a new build for a pipeline

Buildkite

create_pipeline Write

Create a new pipeline

Buildkite

update_pipeline Write

Update an existing pipeline

Buildkite

unblock_job Other

Unblock a blocked job in a build

Buildkite

wait_for_build Other

Wait for a build to complete

Buildkite

discord_add_multiple_reactions Other

Adds multiple emoji reactions to a Discord message at once

Discord

discord_add_reaction Other

Adds an emoji reaction to a specific Discord message

Discord

discord_create_category Other

Creates a new category in a Discord server.

Discord

discord_create_forum_post Other

Creates a new post in a Discord forum channel with optional tags

Discord

discord_create_text_channel Other

Creates a new text channel in a Discord server with an optional topic

Discord

discord_create_webhook Other

Creates a new webhook for a Discord channel

Discord

discord_delete_category Other

Deletes a Discord category by ID.

Discord

discord_delete_channel Other

Deletes a Discord channel with an optional reason

Discord

discord_delete_forum_post Other

Deletes a forum post or thread with an optional reason

Discord

discord_delete_message Other

Deletes a specific message from a Discord text channel

Discord

discord_delete_webhook Other

Deletes an existing webhook for a Discord channel

Discord

discord_edit_category Other

Edits an existing Discord category (name and position).

Discord

discord_edit_webhook Other

Edits an existing webhook for a Discord channel

Discord

discord_get_forum_channels Other

Lists all forum channels in a specified Discord server (guild)

Discord

discord_get_forum_post Other

Retrieves details about a forum post including its messages

Discord

discord_get_server_info Other

Retrieves detailed information about a Discord server including channels and member count

Discord

discord_login Other

Logs in to Discord using the configured token

Discord

discord_read_messages Other

Retrieves messages from a Discord text channel with a configurable limit

Discord

discord_remove_reaction Other

Removes a specific emoji reaction from a Discord message

Discord

discord_reply_to_forum Other

Adds a reply to an existing forum post or thread

Discord

discord_send Other

Sends a message to a specified Discord text channel

Discord

discord_send_webhook_message Other

Sends a message to a Discord channel using a webhook

Discord

cleanup Other

Cleanup all managed resources

Kubernetes

exec_in_pod Execute

Execute a command in a Kubernetes pod or container and return the output. Command must be an array of strings where the first element is the executable and remaining elements are arguments. This executes directly without shell interpretation for security.

Kubernetes

explain_resource Other

Get documentation for a Kubernetes resource or field

Kubernetes

install_helm_chart Other

Install a Helm chart with support for both standard and template-based installation

Kubernetes

kubectl_apply Other

Apply a Kubernetes YAML manifest from a string or file

Kubernetes

kubectl_context Other

Manage Kubernetes contexts - list, get, or set the current context

Kubernetes

kubectl_create Other

Create Kubernetes resources using various methods (from file or using subcommands)

Kubernetes

kubectl_delete Other

Delete Kubernetes resources by resource type, name, labels, or from a manifest file

Kubernetes

kubectl_describe Other

Describe Kubernetes resources by resource type, name, and optionally namespace

Kubernetes

kubectl_generic Execute

Execute any kubectl command with the provided arguments and flags

Kubernetes

kubectl_get Other

Get or list Kubernetes resources by resource type, name, and optionally namespace

Kubernetes

kubectl_logs Other

Get logs from Kubernetes resources like pods, deployments, or jobs

Kubernetes

kubectl_patch Other

Update field(s) of a resource using strategic merge patch, JSON merge patch, or JSON patch

Kubernetes

kubectl_rollout Other

Manage the rollout of a resource (e.g., deployment, daemonset, statefulset)

Kubernetes

kubectl_scale Other

Scale a Kubernetes deployment

Kubernetes

list_api_resources Read

List the API resources available in the cluster

Kubernetes

node_management Other

Manage Kubernetes nodes with cordon, drain, and uncordon operations

Kubernetes

ping Other

Verify that the counterpart is still responsive and the connection is alive.

Kubernetes

port_forward Other

Forward a local port to a port on a Kubernetes resource

Kubernetes

stop_port_forward Other

Stop a port-forward process

Kubernetes

uninstall_helm_chart Other

Uninstall a Helm chart release

Kubernetes

upgrade_helm_chart Other

Upgrade an existing Helm chart release

Kubernetes

auth0_list_applications Read

List all applications in the Auth0 tenant

Auth0

auth0_get_application Read

Get details about a specific Auth0 application

Auth0

auth0_list_resource_servers Read

List all resource servers (APIs) in the tenant

Auth0

auth0_get_resource_server Read

Get details about a specific resource server

Auth0

auth0_list_actions Read

List all actions in the Auth0 tenant

Auth0

auth0_get_action Read

Get details about a specific Auth0 action

Auth0

auth0_list_logs Read

List logs from the Auth0 tenant

Auth0

auth0_get_log Read

Get a specific log entry by ID

Auth0

auth0_list_forms Read

List all forms in the Auth0 tenant

Auth0

auth0_get_form Read

Get details about a specific Auth0 form

Auth0

auth0_create_application Write

Create a new Auth0 application

Auth0

auth0_update_application Write

Update an existing Auth0 application

Auth0

auth0_create_resource_server Write

Create a new Auth0 resource server (API)

Auth0

auth0_update_resource_server Write

Update an existing Auth0 resource server

Auth0

auth0_create_application_grant Write

Create a client grant for API access

Auth0

auth0_create_action Write

Create a new Auth0 action

Auth0

auth0_update_action Write

Update an existing Auth0 action

Auth0

auth0_create_form Write

Create a new Auth0 form

Auth0

auth0_update_form Write

Update an existing Auth0 form

Auth0

auth0_deploy_action Execute

Deploy an Auth0 action

Auth0

auth0_publish_form Execute

Publish an Auth0 form

Auth0

search Read

Search DataHub using structured keyword search with boolean logic

DataHub

get_lineage Read

Retrieve upstream or downstream lineage for any entity

DataHub

get_dataset_queries Read

Fetch real SQL queries referencing a dataset or column

DataHub

get_entities Read

Fetch detailed metadata for one or more entities by URN

DataHub

list_schema_fields Read

List schema fields for a dataset with filtering

DataHub

get_lineage_paths_between Read

Retrieve lineage paths between two assets

DataHub

get_me Read

Retrieve information about the authenticated user

DataHub

search_documents Read

Search for documents using keyword search with filters

DataHub

grep_documents Read

Search within document content using regex patterns

DataHub

add_tags Write

Add tags to entities or schema fields

DataHub

add_terms Write

Add glossary terms to entities or schema fields

DataHub

add_owners Write

Add ownership assignments to entities

DataHub

set_domains Write

Assign domain membership for entities

DataHub

update_description Write

Update or remove descriptions for entities or fields

DataHub

add_structured_properties Write

Manage structured properties on entities

DataHub

save_document Write

Save standalone documents to DataHub's knowledge base

DataHub

remove_tags Destructive

Remove tags from entities or schema fields

DataHub

remove_terms Destructive

Remove glossary terms from entities or schema fields

DataHub

remove_owners Destructive

Remove ownership assignments from entities

DataHub

remove_domains Destructive

Remove domain membership for entities

DataHub

remove_structured_properties Destructive

Remove structured properties from entities

DataHub

hubspot-get-user-details Read

Authenticate and get user info, hub details, and scopes

HubSpot

hubspot-list-objects Read

Retrieve a paginated list of CRM records for a specified object type

HubSpot

hubspot-search-objects Read

Search CRM records using complex criteria and property-based filtering

HubSpot

hubspot-batch-read-objects Read

Retrieve multiple CRM records by their IDs in a single batch

HubSpot

hubspot-get-schemas Read

Retrieve available custom object schemas with definitions

HubSpot

hubspot-list-properties Read

Retrieve the complete catalog of properties for any CRM object type

HubSpot

hubspot-get-property Read

Retrieve detailed information about a specific property

HubSpot

hubspot-list-associations Read

Retrieve existing relationships between records

HubSpot

hubspot-get-association-definitions Read

Retrieve valid association types between object types

HubSpot

hubspot-get-engagement Read

Retrieve engagement details by ID

HubSpot

hubspot-list-workflows Read

Retrieve a paginated list of workflows

HubSpot

hubspot-get-workflow Read

Retrieve detailed information about a specific workflow

HubSpot

hubspot-get-link Read

Generate HubSpot UI URLs to directly access records

HubSpot

hubspot-generate-feedback-link Read

Generate a feedback link for reporting issues

HubSpot

hubspot-batch-create-objects Write

Create multiple CRM records in a single API call

HubSpot

hubspot-batch-update-objects Write

Update multiple CRM records with new property values

HubSpot

hubspot-create-property Write

Create new custom properties for CRM object types

HubSpot

hubspot-update-property Write

Update settings for existing custom properties

HubSpot

hubspot-batch-create-associations Write

Establish relationships between CRM records

HubSpot

hubspot-create-engagement Write

Create engagements (Notes or Tasks) associated with records

HubSpot

hubspot-update-engagement Write

Update an existing engagement with new information

HubSpot

getCompassComponent Read

Get a Compass component

Atlassian Rovo

getConfluencePage Read

Get a specific Confluence page by ID

Atlassian Rovo

getConfluenceSpace Read

Get details of a Confluence space

Atlassian Rovo

getJiraIssue Read

Get details of a specific Jira issue

Atlassian Rovo

getVisibleJiraProjects Read

Get Jira projects visible to the authenticated user

Atlassian Rovo

listConfluenceSpaces Read

List all Confluence spaces

Atlassian Rovo

lookupJiraAccountId Read

Look up account IDs of users by display name or email

Atlassian Rovo

searchCompassComponents Read

Search Compass components

Atlassian Rovo

searchConfluenceContent Read

Search Confluence content using CQL

Atlassian Rovo

searchJiraIssuesUsingJql Read

Search Jira issues using a JQL query

Atlassian Rovo

addCommentToJiraIssue Write

Add a comment to an existing Jira issue

Atlassian Rovo

createCompassComponent Write

Create a new Compass component

Atlassian Rovo

createConfluencePage Write

Create a new Confluence page

Atlassian Rovo

createJiraIssue Write

Create a new Jira issue

Atlassian Rovo

editJiraIssue Write

Update the details of an existing Jira issue

Atlassian Rovo

updateCompassComponent Write

Update a Compass component

Atlassian Rovo

updateConfluencePage Write

Update an existing Confluence page

Atlassian Rovo

deleteCompassComponent Destructive

Delete a Compass component

Atlassian Rovo

deleteConfluencePage Destructive

Delete a Confluence page

Atlassian Rovo

transitionJiraIssue Other

Transition a Jira issue to a new status

Atlassian Rovo

listTestCases Read

List test cases for a project with optional filters

BrowserStack

listTestRuns Read

List test runs for a project

BrowserStack

getFailureLogs Read

Retrieve error logs for Automate/App Automate sessions

BrowserStack

fetchAutomationScreenshots Read

Fetch screenshots from an Automate session

BrowserStack

fetchSelfHealedSelectors Read

Retrieve AI self-healed selectors for flaky tests

BrowserStack

accessibilityExpert Read

Ask accessibility expert about WCAG guidelines

BrowserStack

createProjectOrFolder Write

Create a Test Management project or folder

BrowserStack

createTestCase Write

Add a manual test case under a project or folder

BrowserStack

createTestRun Write

Create a test run for selected test cases

BrowserStack

updateTestRun Write

Update a test run status, tags, or notes

BrowserStack

addTestResult Write

Add a manual execution result for a test case

BrowserStack

createTestCasesFromFile Write

Bulk-create test cases from an uploaded file

BrowserStack

uploadProductRequirementFile Write

Upload a PRD file for AI test case generation

BrowserStack

createLCASteps Write

Generate Low Code Automation steps from a test case

BrowserStack

setupBrowserStackAutomateTests Execute

Integrate BrowserStack SDK and run web tests

BrowserStack

runAppLiveSession Execute

Start a manual app testing session on a real device

BrowserStack

runBrowserLiveSession Execute

Start a Live session for website testing

BrowserStack

takeAppScreenshot Execute

Launch app on a device and capture a screenshot

BrowserStack

runAppTestsOnBrowserStack Execute

Run automated mobile tests on real devices

BrowserStack

startAccessibilityScan Execute

Start a web accessibility scan

BrowserStack

get_active_hosts_count Read

Get the total number of active hosts

Datadog

get_dashboard Read

Retrieve a specific dashboard by ID

Datadog

get_incident Read

Retrieve detailed information about a specific incident

Datadog

get_logs Read

Search and retrieve logs from Datadog

Datadog

get_monitors Read

Fetch the status of Datadog monitors

Datadog

get_rum_applications Read

Get all RUM applications in the organisation

Datadog

get_rum_events Read

Search and retrieve RUM events from Datadog

Datadog

get_rum_grouped_event_count Read

Search, group and count RUM events by dimension

Datadog

get_rum_page_performance Read

Get page performance metrics from RUM data

Datadog

get_rum_page_waterfall Read

Retrieve RUM page waterfall data

Datadog

list_dashboards Read

Get a list of dashboards from Datadog

Datadog

list_downtimes Read

List scheduled downtimes from Datadog

Datadog

list_hosts Read

Get list of hosts from Datadog

Datadog

list_incidents Read

Retrieve a list of incidents from Datadog

Datadog

list_traces Read

Retrieve a list of APM traces from Datadog

Datadog

query_metrics Read

Retrieve metrics data from Datadog

Datadog

cancel_downtime Other

Cancel a scheduled downtime in Datadog

Datadog

mute_host Other

Mute a host in Datadog

Datadog

schedule_downtime Other

Schedule a downtime in Datadog

Datadog

unmute_host Other

Unmute a host in Datadog

Datadog

list_mounts Read

List all mounts in Vault

HashiCorp Vault

list_secrets Read

List secrets in a KV mount under a specific path

HashiCorp Vault

read_secret Read

Read a secret from a KV mount

HashiCorp Vault

list_pki_issuers Read

List all PKI issuers in a mount

HashiCorp Vault

read_pki_issuer Read

Read details about a specific PKI issuer

HashiCorp Vault

read_pki_role Read

Read a PKI role configuration

HashiCorp Vault

list_pki_roles Read

List all PKI roles in a mount

HashiCorp Vault

create_mount Write

Create a new mount in Vault

HashiCorp Vault

write_secret Write

Write a secret to a KV mount

HashiCorp Vault

enable_pki Write

Enable and configure a PKI secrets engine

HashiCorp Vault

create_pki_issuer Write

Create a new PKI issuer

HashiCorp Vault

create_pki_role Write

Create a new PKI role for issuing certificates

HashiCorp Vault

issue_pki_certificate Write

Issue a new certificate using a PKI role

HashiCorp Vault

delete_mount Destructive

Delete a mount in Vault

HashiCorp Vault

delete_secret Destructive

Delete secrets or keys in a KV mount

HashiCorp Vault

delete_pki_role Destructive

Delete a PKI role

HashiCorp Vault

tools_documentation Read

Fetch documentation for MCP tools and capabilities

N8n

search_nodes Read

Full-text search across all n8n nodes

N8n

get_node Read

Get unified node info: docs, properties, versions

N8n

search_templates Read

Search workflow templates by keyword/nodes/task

N8n

get_template Read

Retrieve complete workflow JSON from a template

N8n

n8n_get_workflow Read

Retrieve a workflow by ID

N8n

n8n_list_workflows Read

List workflows with filtering and pagination

N8n

n8n_executions Read

Manage and view executions across workflows

N8n

n8n_health_check Read

Check connectivity and features of the n8n API

N8n

validate_node Write

Validate a node configuration

N8n

validate_workflow Write

Validate an entire workflow JSON

N8n

n8n_create_workflow Write

Create new workflows in your n8n instance

N8n

n8n_update_full_workflow Write

Replace an existing workflow completely

N8n

n8n_update_partial_workflow Write

Apply diff-based updates to a workflow

N8n

n8n_validate_workflow Write

Validate a workflow in-instance by ID

N8n

n8n_autofix_workflow Write

Automatically fix common workflow errors

N8n

n8n_workflow_versions Write

Manage version history and rollbacks

N8n

n8n_deploy_template Write

Deploy n8n.io templates with auto-fix

N8n

n8n_test_workflow Execute

Trigger and test workflow execution

N8n

n8n_delete_workflow Destructive

Delete a workflow

N8n

BulkCreateRecords Other

Create multiple records in a collection at once

DataStax Astra DB

BulkDeleteRecords Other

Delete multiple records from a collection at once

DataStax Astra DB

BulkUpdateRecords Other

Update multiple records in a collection at once

DataStax Astra DB

CreateCollection Other

Create a new collection in the database

DataStax Astra DB

CreateRecord Other

Create a new record in a collection

DataStax Astra DB

DeleteCollection Other

Delete a collection from the database

DataStax Astra DB

DeleteRecord Other

Delete a record from a collection

DataStax Astra DB

EstimateDocumentCount Other

Estimate the number of documents in a collection using a fast, approximate count method

DataStax Astra DB

FindDistinctValues Other

Find distinct values for a field in a collection

DataStax Astra DB

FindRecord Other

Find records in a collection by field value

DataStax Astra DB

GetCollections Other

Get all collections in the Astra DB database

DataStax Astra DB

GetRecord Other

Get a specific record from a collection by ID

DataStax Astra DB

HelpAddToClient Other

Help the user add the Astra DB client to their MCP client

DataStax Astra DB

HybridSearch Other

Search for records using both vector similarity and text matching

DataStax Astra DB

ListRecords Other

List records from a collection in the database

DataStax Astra DB

OpenBrowser Other

Open a web browser to a specific URL

DataStax Astra DB

UpdateCollection Other

Update an existing collection in the database

DataStax Astra DB

UpdateRecord Other

Update an existing record in a collection

DataStax Astra DB

VectorSearch Other

Search for records in a collection using vector similarity

DataStax Astra DB

coda_append_page_content Other

Append new markdown content to the end of a page

Coda

coda_create_page Other

Create a page in the current document

Coda

coda_delete_row Other

Delete a single row from a table

Coda

coda_delete_rows Other

Delete multiple rows from a table

Coda

coda_duplicate_page Other

Duplicate a page in the current document

Coda

coda_get_page_content Other

Get the content of a page as markdown

Coda

coda_get_row Other

Get a single row from a table

Coda

coda_list_columns Other

List columns in a table

Coda

coda_list_documents Other

List or search available documents

Coda

coda_list_pages Other

List pages in the current document with pagination

Coda

coda_list_rows Other

List rows in a table with optional filtering and sorting

Coda

coda_list_tables Other

List tables in a document

Coda

coda_peek_page Other

Peek into the beginning of a page and return a limited number of lines

Coda

coda_push_button Other

Push a button column on a row in a table

Coda

coda_rename_page Other

Rename a page in the current document

Coda

coda_replace_page_content Other

Replace the content of a page with new markdown content

Coda

coda_resolve_link Other

Resolve metadata given a browser link to a Coda object

Coda

coda_update_row Other

Update a single row in a table

Coda

coda_upsert_rows Other

Insert or upsert rows into a table

Coda

fetch_container_logs Read

Retrieve container output

Docker

list_containers Read

Display all containers

Docker

list_images Read

View available Docker images

Docker

list_networks Read

Show all networks

Docker

list_volumes Read

Display all volumes

Docker

create_container Write

Initialize a new container

Docker

create_network Write

Establish a new network

Docker

create_volume Write

Create persistent storage

Docker

push_image Write

Upload an image to a registry

Docker

run_container Execute

Launch a container

Docker

remove_container Destructive

Delete a container

Docker

remove_image Destructive

Delete an image

Docker

remove_network Destructive

Delete a network

Docker

remove_volume Destructive

Delete a volume

Docker

build_image Other

Create an image from a Dockerfile

Docker

pull_image Other

Download an image from a registry

Docker

recreate_container Other

Rebuild an existing container

Docker

start_container Other

Activate a stopped container

Docker

stop_container Other

Halt a running container

Docker

list-projects Read

List all projects with optional pagination

Phoenix

list-datasets Read

List all datasets in the Phoenix instance

Phoenix

get-dataset-examples Read

Fetch examples from a specific dataset

Phoenix

get-dataset-experiments Read

List experiments run on a dataset

Phoenix

list-experiments-for-dataset Read

List all experiments for a dataset ID

Phoenix

get-experiment-by-id Read

Get full experiment metadata and results

Phoenix

list-prompts Read

List all prompt templates in the project

Phoenix

get-latest-prompt Read

Get the most recent version of a named prompt

Phoenix

get-prompt-by-identifier Read

Retrieve a prompt by its identifier

Phoenix

get-prompt-version Read

Get a specific version of a prompt

Phoenix

list-prompt-versions Read

List all versions of a given prompt

Phoenix

get-prompt-version-by-tag Read

Retrieve a prompt version by tag name

Phoenix

list-prompt-version-tags Read

List all tags applied to prompt versions

Phoenix

get-spans Read

Retrieve spans from a project with filtering

Phoenix

get-span-annotations Read

Get annotations for a list of span IDs

Phoenix

phoenix-support Read

Surface Phoenix documentation via RunLLM assistant

Phoenix

add-dataset-examples Write

Add new examples to an existing dataset

Phoenix

upsert-prompt Write

Create or update a prompt template

Phoenix

add-prompt-version-tag Write

Add a tag to a specific prompt version

Phoenix

search-actors Read

Search for Actors in the Apify Store

Apify

fetch-actor-details Read

Retrieve detailed information about a specific Actor

Apify

get-actor-output Read

Retrieve the output from an Actor call

Apify

get-actor-run Read

Get detailed information about a specific Actor run

Apify

get-actor-run-list Read

Get a list of an Actor's runs filterable by status

Apify

get-actor-log Read

Retrieve the logs for a specific Actor run

Apify

get-dataset Read

Get metadata about a specific dataset

Apify

get-dataset-items Read

Retrieve items from a dataset with filtering

Apify

get-dataset-schema Read

Generate a JSON schema from dataset items

Apify

get-dataset-list Read

List all available datasets for the user

Apify

get-key-value-store Read

Get metadata about a specific key-value store

Apify

get-key-value-store-keys Read

List keys within a specific key-value store

Apify

get-key-value-store-record Read

Get the value for a specific key in a store

Apify

get-key-value-store-list Read

List all available key-value stores

Apify

search-apify-docs Read

Search the Apify documentation

Apify

fetch-apify-docs Read

Fetch full content of an Apify documentation page

Apify

add-actor Write

Add an Actor as a new tool for the user to call

Apify

call-actor Execute

Call an Actor and get its run results

Apify

Get-Event-Details Read

Get full metadata for an event

Mixpanel

Get-Events Read

Get event names for a Mixpanel project

Mixpanel

Get-Issues Read

Get data quality issues for a project

Mixpanel

Get-Lexicon-URL Read

Get Lexicon URL for an event or property

Mixpanel

Get-Projects Read

Get projects accessible to current user

Mixpanel

Get-Property-Names Read

Get event or user property names

Mixpanel

Get-Property-Values Read

Get values for a specific property

Mixpanel

Get-User-Replays-Data Read

Get session replay information

Mixpanel

Create-Tag Write

Create a tag for organising events and properties

Mixpanel

Edit-Event Write

Edit event metadata including ownership and visibility

Mixpanel

Edit-Property Write

Edit property metadata including sensitivity classification

Mixpanel

Rename-Tag Write

Rename an existing tag

Mixpanel

Run-Frequency-Query Execute

Run a frequency query on user actions

Mixpanel

Run-Funnels-Query Execute

Run a funnels query with conversion steps

Mixpanel

Run-Retention-Query Execute

Run a retention query on user return behaviour

Mixpanel

Run-Segmentation-Query Execute

Run a segmentation query on events

Mixpanel

Delete-Tag Destructive

Delete a tag from a project

Mixpanel

Dismiss-Issues Other

Dismiss data quality issues

Mixpanel

get-user Read

Get information about the authenticated Netlify user

Netlify

get-project Read

Get details of a specific Netlify project

Netlify

get-projects Read

List all Netlify projects

Netlify

get-deploy Read

Get details of a specific deploy by ID

Netlify

get-deploy-for-site Read

Get deploy details for a specific site

Netlify

get-forms-for-project Read

Get forms for a project

Netlify

get-team Read

Get details of a specific team

Netlify

get-teams Read

List all teams

Netlify

get-extensions Read

List available Netlify extensions

Netlify

get-full-extension-details Read

Get full details of a specific extension

Netlify

deploy-site Write

Build and deploy a Netlify site

Netlify

create-new-project Write

Create a new Netlify project

Netlify

update-project-name Write

Update the name of a project

Netlify

update-visitor-access-controls Write

Modify access controls for a project

Netlify

update-forms Write

Update form settings for a project

Netlify

manage-form-submissions Write

Manage form submissions for a project

Netlify

manage-env-vars Write

Create and manage environment variables

Netlify

change-extension-installation Write

Install or uninstall a Netlify extension

Netlify

initialize-database Write

Initialise a database for an extension

Netlify

sheets_spreadsheets_developerMetadata_get Read

Get developer metadata by ID [read]

Google Workspace Sheets (gws CLI)

sheets_spreadsheets_developerMetadata_search Read

Search developer metadata [read]

Google Workspace Sheets (gws CLI)

sheets_spreadsheets_get Read

Get a spreadsheet's metadata and sheets [read]

Google Workspace Sheets (gws CLI)

sheets_spreadsheets_getByDataFilter Read

Get a spreadsheet filtered by data criteria [read]

Google Workspace Sheets (gws CLI)

sheets_spreadsheets_values_batchGet Read

Get values from multiple ranges [read]

Google Workspace Sheets (gws CLI)

sheets_spreadsheets_values_batchGetByDataFilter Read

Get values from ranges by data filter [read]

Google Workspace Sheets (gws CLI)

sheets_spreadsheets_values_get Read

Get values from a range [read]

Google Workspace Sheets (gws CLI)

sheets_spreadsheets_batchUpdate Write

Apply one or more updates to a spreadsheet [write]

Google Workspace Sheets (gws CLI)

sheets_spreadsheets_create Write

Create a new spreadsheet [write]

Google Workspace Sheets (gws CLI)

sheets_spreadsheets_sheets_copyTo Write

Copy a sheet to another spreadsheet [write]

Google Workspace Sheets (gws CLI)

sheets_spreadsheets_values_append Write

Append values to a range [write]

Google Workspace Sheets (gws CLI)

sheets_spreadsheets_values_batchUpdate Write

Update values in multiple ranges [write]

Google Workspace Sheets (gws CLI)

sheets_spreadsheets_values_batchUpdateByDataFilter Write

Update values in ranges by data filter [write]

Google Workspace Sheets (gws CLI)

sheets_spreadsheets_values_update Write

Update values in a range [write]

Google Workspace Sheets (gws CLI)

sheets_spreadsheets_values_batchClear Destructive

Permanently clear values from multiple ranges. Cannot be undone

Google Workspace Sheets (gws CLI)

sheets_spreadsheets_values_batchClearByDataFilter Destructive

Permanently clear values from ranges by data filter. Cannot be undone

Google Workspace Sheets (gws CLI)

sheets_spreadsheets_values_clear Destructive

Permanently clear values from a range. Cannot be undone

Google Workspace Sheets (gws CLI)

migrate-status Read

Check migration status via prisma migrate status

Prisma

Prisma-Postgres-account-status Read

Check authentication status with Prisma Console

Prisma

ListDatabasesTool Read

Fetch a list of available Prisma Postgres databases

Prisma

ListBackupsTool Read

Fetch a list of available backups for a given database

Prisma

ListConnectionStringsTool Read

Fetch a list of connection strings for a given database

Prisma

IntrospectSchemaTool Read

Introspect the schema of a Prisma Postgres database

Prisma

migrate-dev Write

Create and execute a migration via prisma migrate dev

Prisma

Create-Prisma-Postgres-Database Write

Create a new Prisma Postgres database

Prisma

CreateBackupTool Write

Create a new managed Prisma Postgres backup

Prisma

CreateConnectionStringTool Write

Create a new connection string for a database

Prisma

CreateRecoveryTool Write

Restore a database to a new database from a backup

Prisma

Prisma-Login Write

Authenticate with Prisma Console

Prisma

Prisma-Studio Write

Open Prisma Studio

Prisma

migrate-reset Destructive

Reset your database via prisma migrate reset

Prisma

DeleteDatabaseTool Destructive

Delete a Prisma Postgres database

Prisma

DeleteConnectionStringTool Destructive

Delete a connection string

Prisma

ExecuteSqlQueryTool Execute

Execute a SQL query on a Prisma Postgres database

Prisma

monday-list-boards Read

List all available Monday.com boards

Monday.com

monday-get-board-groups Read

Retrieve all groups from a specified board

Monday.com

monday-list-items-in-groups Read

List all items in specified groups of a board

Monday.com

monday-list-subitems-in-items Read

List all sub-items for given items

Monday.com

monday-get-item-updates Read

Retrieve updates/comments for a specific item

Monday.com

monday-get-docs Read

List documents, optionally filtered by folder

Monday.com

monday-get-doc-content Read

Retrieve the content of a specific document

Monday.com

monday-create-item Write

Create a new item or sub-item in a board

Monday.com

monday-create-update Write

Create a comment/update on an item

Monday.com

monday-create-board Write

Create a new Monday.com board

Monday.com

monday-create-board-group Write

Create a new group in a board

Monday.com

monday-move-item-to-group Write

Move an item to a different group

Monday.com

monday-create-doc Write

Create a new document in Monday.com

Monday.com

monday-add-doc-block Write

Add a block to an existing document

Monday.com

monday-delete-item Destructive

Delete a Monday.com item

Monday.com

monday-archive-item Other

Archive a Monday.com item

Monday.com

notion-fetch Read

Fetch a Notion resource by URL

Notion

notion-get-block-children Read

Get child blocks of a page or block

Notion

notion-get-comments Read

Get comments on a Notion page

Notion

notion-get-databases Read

Get a Notion database

Notion

notion-get-page Read

Get a Notion page by ID

Notion

notion-query-data-sources Read

Query a Notion database

Notion

notion-search Read

Search across Notion pages and databases

Notion

notion-create-comment Write

Create a comment on a page

Notion

notion-create-database Write

Create a new database

Notion

notion-create-pages Write

Create new Notion pages

Notion

notion-move-pages Write

Move pages to a different parent

Notion

notion-update-block Write

Update a block

Notion

notion-update-database Write

Update a database

Notion

notion-update-page Write

Update a Notion page

Notion

notion-delete-block Destructive

Delete a block

Notion

notion-delete-page Destructive

Delete a Notion page

Notion

asana_get_project Read

Get detailed information about a specific project

Asana

asana_get_task Read

Get detailed information about a specific task

Asana

asana_get_task_stories Read

Get comments and stories for a specific task

Asana

asana_get_tasks_by_tag Read

Get tasks associated with a specific tag

Asana

asana_list_project_sections Read

Retrieve sections within a project

Asana

asana_list_tags Read

Get tags in a workspace

Asana

asana_list_workspaces Read

List all available workspaces in Asana

Asana

asana_search_projects Read

Search for projects within a workspace by name

Asana

asana_search_tasks Read

Search tasks within a workspace with advanced filters

Asana

asana_add_comment Write

Add a comment to a task

Asana

asana_create_subtask Write

Create a subtask under an existing parent task

Asana

asana_create_task Write

Create a new task in a specified project

Asana

asana_set_parent Write

Set or reassign the parent of a task

Asana

asana_update_task Write

Update an existing task's details

Asana

asana_batch_get_tasks Other

Batch retrieve up to 25 tasks at once

Asana

getConsoleLogs Read

Retrieve recent browser console log entries

BrowserTools

getConsoleErrors Read

Retrieve recent console error messages

BrowserTools

getNetworkLogs Read

Get all XHR/fetch network logs

BrowserTools

getNetworkErrors Read

Get failed HTTP requests (4xx/5xx)

BrowserTools

getNetworkSuccess Read

Get successful HTTP requests (2xx/3xx)

BrowserTools

getSelectedElement Read

Get currently selected DOM element from DevTools

BrowserTools

takeScreenshot Read

Take a screenshot of the active tab

BrowserTools

runAccessibilityAudit Execute

Run WCAG accessibility audit via Lighthouse

BrowserTools

runPerformanceAudit Execute

Run performance audit

BrowserTools

runSEOAudit Execute

Run SEO audit

BrowserTools

runBestPracticesAudit Execute

Run web best-practices audit

BrowserTools

runNextJSAudit Execute

Run Next.js-specific audit

BrowserTools

runDebuggerMode Execute

Run all debugging tools in sequence

BrowserTools

runAuditMode Execute

Run all audit tools in sequence

BrowserTools

wipeLogs Destructive

Clear all stored logs from the local server

BrowserTools

find_flaky_tests Read

Identify flaky tests by analysing test execution history

CircleCI

find_underused_resource_classes Read

Find jobs with underused compute resources

CircleCI

get_build_failure_logs Read

Retrieve detailed failure logs from builds

CircleCI

get_job_test_results Read

Retrieve test metadata and results for jobs

CircleCI

get_latest_pipeline_status Read

Get status of latest pipeline for a branch

CircleCI

list_component_versions Read

List all versions for a CircleCI component

CircleCI

list_followed_projects Read

List all CircleCI projects you are following

CircleCI

create_prompt_template Write

Generate structured prompt templates for AI applications

CircleCI

run_pipeline Execute

Trigger a pipeline to run

CircleCI

run_rollback_pipeline Execute

Trigger a rollback for a project

CircleCI

analyse_diff Other

Analyse git diffs against cursor rules for violations

CircleCI

config_helper Other

Validate and get guidance for CircleCI configuration

CircleCI

download_usage_api_data Other

Download usage data from CircleCI Usage API

CircleCI

recommend_prompt_template_tests Other

Generate test cases for prompt templates

CircleCI

rerun_workflow Other

Rerun workflow from start or from failed job

CircleCI

get_issue Read

Retrieves detailed information about a specific issue

GitLab

get_mcp_server_version Read

Returns the current version of the GitLab MCP server

GitLab

get_merge_request Read

Retrieves detailed information about a merge request

GitLab

get_merge_request_commits Read

Retrieves the list of commits in a merge request

GitLab

get_merge_request_diffs Read

Retrieves the diffs for a merge request

GitLab

get_merge_request_pipelines Read

Retrieves the pipelines for a merge request

GitLab

get_pipeline_jobs Read

Retrieves the jobs for a CI/CD pipeline

GitLab

get_workitem_notes Read

Retrieves comments from a work item

GitLab

gitlab_search Read

Searches across the GitLab instance

GitLab

search_labels Read

Searches for labels in a project or group

GitLab

create_issue Write

Creates a new issue in a GitLab project

GitLab

create_merge_request Write

Creates a merge request in a GitLab project

GitLab

create_workitem_note Write

Adds a comment to a work item

GitLab

manage_pipeline Other

Manages a GitLab CI/CD pipeline

GitLab

semantic_code_search Other

Searches for code snippets through semantic search

GitLab

add-comment Write

add comment

Trello

add-comments Write

add comments

Trello

add-label Write

add label

Trello

add-labels Write

add labels

Trello

archive-card Other

archive card

Trello

archive-cards Other

archive cards

Trello

create-card Write

create card

Trello

create-cards Write

create cards

Trello

create-label Write

create label

Trello

create-labels Write

create labels

Trello

get-boards Read

get boards

Trello

get-lists Read

get lists

Trello

get-tickets-by-list Read

get tickets by list

Trello

move-card Write

move card

Trello

move-cards Write

move cards

Trello

redis_database_get_details Read

Get details of a Redis database

Upstash

redis_database_list_backups Read

List backups of a Redis database

Upstash

redis_database_list_databases Read

List all Redis databases

Upstash

redis_database_get_usage_last_5_days Read

Get usage statistics for the last 5 days

Upstash

redis_database_get_stats Read

Get statistics for a Redis database

Upstash

redis_database_create_new Write

Create a new Redis database

Upstash

redis_database_create_backup Write

Create a backup of a Redis database

Upstash

redis_database_restore_backup Write

Restore a Redis database from a backup

Upstash

redis_database_set_daily_backup Write

Set daily backup configuration for a database

Upstash

redis_database_update_regions Write

Update regions for a Redis database

Upstash

redis_database_reset_password Write

Reset the password of a Redis database

Upstash

redis_database_delete Destructive

Delete a Redis database

Upstash

redis_database_delete_backup Destructive

Delete a backup of a Redis database

Upstash

redis_database_run_single_redis_command Execute

Run a single Redis command

Upstash

redis_database_run_multiple_redis_commands Execute

Run multiple Redis commands

Upstash

git_show Read

Shows the contents of a commit

Git

git_add Write

Adds file contents to the staging area

Git

git_create_branch Write

Creates a new branch from an optional base branch

Git

git_branch Other

List Git branches

Git

git_checkout Other

Switches branches

Git

git_clone Other

Clones a repository

Git

git_commit Other

Records changes to the repository

Git

git_diff Other

Shows differences between branches or commits

Git

git_diff_staged Other

Shows changes staged for the next commit

Git

git_diff_unstaged Other

Shows changes in the working directory not yet staged

Git

git_init Other

Initialises a new Git repository

Git

git_log Other

Shows the commit logs

Git

git_reset Other

Unstages all staged changes

Git

git_status Other

Shows the working tree status

Git

tasks_tasklists_get Read

Get a task list by ID [read]

Google Workspace Tasks (gws CLI)

tasks_tasklists_list Read

List task lists [read]

Google Workspace Tasks (gws CLI)

tasks_tasks_get Read

Get a task by ID [read]

Google Workspace Tasks (gws CLI)

tasks_tasks_list Read

List tasks in a task list [read]

Google Workspace Tasks (gws CLI)

tasks_tasklists_insert Write

Create a new task list [write]

Google Workspace Tasks (gws CLI)

tasks_tasklists_patch Write

Patch a task list [write]

Google Workspace Tasks (gws CLI)

tasks_tasklists_update Write

Update a task list [write]

Google Workspace Tasks (gws CLI)

tasks_tasks_clear Write

Clear all completed tasks from a task list [write]

Google Workspace Tasks (gws CLI)

tasks_tasks_insert Write

Create a new task [write]

Google Workspace Tasks (gws CLI)

tasks_tasks_move Write

Move a task to a different position or parent [write]

Google Workspace Tasks (gws CLI)

tasks_tasks_patch Write

Patch a task [write]

Google Workspace Tasks (gws CLI)

tasks_tasks_update Write

Update a task [write]

Google Workspace Tasks (gws CLI)

tasks_tasklists_delete Destructive

Permanently delete a task list. Cannot be undone

Google Workspace Tasks (gws CLI)

tasks_tasks_delete Destructive

Permanently delete a task. Cannot be undone

Google Workspace Tasks (gws CLI)

get_all_items Read

Get all jobs and folders from Jenkins

Jenkins

get_item Read

Get details of a specific job

Jenkins

get_item_config Read

Get XML configuration of a job

Jenkins

query_items Read

Query jobs with pattern filters

Jenkins

get_build Read

Get details of a specific build

Jenkins

get_build_console_output Read

Get console logs of a build

Jenkins

get_running_builds Read

Get all currently running builds

Jenkins

get_all_nodes Read

Get all Jenkins agents and nodes

Jenkins

get_node Read

Get details of a specific node

Jenkins

get_node_config Read

Get XML configuration of a node

Jenkins

get_all_queue_items Read

Get all items in the build queue

Jenkins

get_queue_item Read

Get details of a specific queue item

Jenkins

build_item Execute

Trigger a build with optional parameters

Jenkins

stop_build Execute

Stop a running build

Jenkins

cancel_queue_item Execute

Cancel a queued build

Jenkins

search_docs Read

Search Trigger.dev documentation

Trigger.dev

list_orgs Read

List organisations

Trigger.dev

list_projects Read

List projects

Trigger.dev

get_current_worker Read

Get current worker info

Trigger.dev

list_runs Read

List runs with filtering

Trigger.dev

get_run_details Read

Get details of a specific run

Trigger.dev

list_deploys Read

List deployments

Trigger.dev

list_preview_branches Read

List preview branches

Trigger.dev

create_project_in_org Write

Create a project within an org

Trigger.dev

initialize_project Write

Initialise a Trigger.dev project

Trigger.dev

trigger_task Execute

Trigger a task run with a payload

Trigger.dev

wait_for_run_to_complete Execute

Wait for a run to finish

Trigger.dev

cancel_run Execute

Cancel an active run

Trigger.dev

deploy Execute

Deploy to an environment

Trigger.dev

search_models Read

Find models using semantic search

Replicate

list_models Read

Browse available models

Replicate

get_model Read

Get details about a specific model

Replicate

list_collections Read

Browse model collections

Replicate

get_collection Read

Get details about a specific collection

Replicate

get_prediction Read

Check a prediction's status

Replicate

list_predictions Read

See your recent predictions

Replicate

view_image Read

Open an image in your browser

Replicate

get_image_cache_stats Read

Check cache usage

Replicate

create_prediction Write

Run a model with your inputs

Replicate

create_and_poll_prediction Write

Run a model and wait until completed

Replicate

cancel_prediction Destructive

Stop a running prediction

Replicate

clear_image_cache Destructive

Clean up cached images

Replicate

list_bases Read

List all accessible Airtable bases

Airtable

list_tables Read

List all tables in a base

Airtable

list_records Read

Retrieve records from a table

Airtable

get_record Read

Get a single record by its ID

Airtable

search_records Read

Find records matching criteria

Airtable

create_table Write

Create a new table with fields

Airtable

update_table Write

Update a table's name or description

Airtable

create_field Write

Add a new field to a table

Airtable

update_field Write

Modify an existing field

Airtable

create_record Write

Add a new record

Airtable

update_record Write

Modify an existing record

Airtable

delete_record Destructive

Remove a record

Airtable

chroma_list_collections Read

List all collections with pagination support

ChromaDB

chroma_peek_collection Read

View a sample of documents in a collection

ChromaDB

chroma_get_collection_info Read

Get detailed information about a collection

ChromaDB

chroma_get_collection_count Read

Get the number of documents in a collection

ChromaDB

chroma_query_documents Read

Query documents using semantic search with advanced filtering

ChromaDB

chroma_get_documents Read

Retrieve documents by IDs or filters with pagination

ChromaDB

chroma_create_collection Write

Create a new collection with optional HNSW configuration

ChromaDB

chroma_modify_collection Write

Update a collection's name or metadata

ChromaDB

chroma_add_documents Write

Add documents with optional metadata and custom IDs

ChromaDB

chroma_update_documents Write

Update existing documents' content, metadata, or embeddings

ChromaDB

chroma_delete_collection Destructive

Delete a collection

ChromaDB

chroma_delete_documents Destructive

Delete specific documents from a collection

ChromaDB

status Read

Query available deployments

Convex

tables Read

List all tables with declared/inferred schemas

Convex

data Read

Paginate through documents in a table

Convex

runOneoffQuery Read

Execute sandboxed read-only JS queries

Convex

functionSpec Read

Get metadata for all deployed functions

Convex

logs Read

Retrieve recent function execution log entries

Convex

insights Read

Fetch health insights for the deployment

Convex

envList Read

List all environment variables for a deployment

Convex

envGet Read

Get a specific environment variable's value

Convex

envSet Write

Set or update an environment variable

Convex

run Execute

Execute a deployed Convex function with provided arguments

Convex

envRemove Destructive

Remove an environment variable

Convex

get_file_info Read

Retrieve detailed metadata about a file or directory

Filesystem

list_allowed_directories Read

Returns the list of directories the server can access

Filesystem

list_directory Read

Get a detailed listing of files and directories

Filesystem

read_media_file Read

Read an image or audio file

Filesystem

read_multiple_files Read

Read the contents of multiple files simultaneously

Filesystem

read_text_file Read

Read complete contents of a file as text

Filesystem

search_files Read

Recursively search for files and directories

Filesystem

create_directory Write

Create a new directory or ensure it exists

Filesystem

edit_file Write

Make selective edits using advanced pattern matching

Filesystem

move_file Write

Move or rename files and directories

Filesystem

write_file Write

Create a new file or overwrite an existing file

Filesystem

directory_tree Other

Get a recursive tree view of files and directories

Filesystem

search Read

Search an Algolia index

Algolia

search_read Read

Read-only search operations (list indices, get settings, run queries)

Algolia

search_write Read

Write search operations (clear, copy, delete, move, set settings)

Algolia

querysuggestions Read

Manage query suggestions

Algolia

analytics Other

Access Algolia analytics data

Algolia

monitoring Other

Monitor Algolia service status

Algolia

recommend Other

Access Algolia recommendation features

Algolia

abtesting Other

Manage A/B tests

Algolia

collections Other

Manage query suggestions collections

Algolia

usage Other

Access Algolia usage data

Algolia

get_models Read

Return available text-to-speech and transcription models

ElevenLabs

get_voices Read

Retrieve available voices

ElevenLabs

add_voice_to_library Write

Add a custom voice to the library

ElevenLabs

create_voice Write

Clone a voice from audio samples

ElevenLabs

convert_audio Other

Apply voice conversion effects to audio

ElevenLabs

design_voice Other

Generate a new voice from a text description

ElevenLabs

generate_sound_effect Other

Generate sound effects from text descriptions

ElevenLabs

isolate_audio Other

Isolate speech from background noise

ElevenLabs

text_to_speech Other

Convert text into natural-sounding speech

ElevenLabs

transcribe_audio Other

Transcribe audio to text with optional speaker labelling

ElevenLabs

describe_object Read

Describe the structure of a Snowflake object

Snowflake

list_objects Read

List Snowflake objects such as databases, schemas, tables

Snowflake

list_semantic_views Read

List and query Snowflake Semantic Views

Snowflake

query_cortex_search Read

Query a Cortex Search Service for semantic search

Snowflake

query_cortex_analyst Read

Query Cortex Analyst for natural language to SQL conversion

Snowflake

query_cortex_agent Read

Query a Cortex Agent Service for agentic orchestration

Snowflake

create_object Write

Create a new Snowflake object

Snowflake

create_or_alter_object Write

Create or alter a Snowflake object

Snowflake

drop_object Destructive

Drop a Snowflake object

Snowflake

run_query Execute

Execute SQL statement on Snowflake

Snowflake

functionDetails Other

Get details about a Terraform provider function.

Terraform

listDataSources Other

List all available data sources for a provider and their basic details.

Terraform

moduleDetails Other

Retrieves detailed metadata for a Terraform module including versions, inputs, outputs, and dependencies.

Terraform

moduleSearch Other

Search for and recommend Terraform modules based on a query.

Terraform

policyDetails Other

Get detailed information about a specific policy library including its latest version.

Terraform

policySearch Other

Search for policy libraries in the Terraform Registry.

Terraform

providerDetails Other

Get detailed information about a Terraform provider by name and optionally version.

Terraform

providerGuides Other

List and view provider-specific guides, including version upgrades and feature guides.

Terraform

resourceArgumentDetails Other

Fetches comprehensive details about a specific resource type's arguments, including required and optional attributes, nested blocks, and their descriptions.

Terraform

resourceUsage Other

Get an example usage of a Terraform resource and related resources.

Terraform

search_nodes Read

Search for entity nodes in the graph

Graphiti

search_memory_facts Read

Search for facts/relationships in the graph

Graphiti

get_episodes Read

Retrieve episodes from the graph

Graphiti

get_entity_edge Read

Retrieve a specific entity edge by UUID

Graphiti

get_status Read

Get health and connection status of the server

Graphiti

add_memory Write

Add an episode to the knowledge graph

Graphiti

delete_entity_edge Destructive

Delete an entity edge from the graph

Graphiti

delete_episode Destructive

Delete an episode from the graph

Graphiti

clear_graph Destructive

Clear all data for specified group IDs

Graphiti

read_graph Read

Read the entire knowledge graph

Memory

search_nodes Read

Search for nodes based on query

Memory

add_observations Write

Add new observations to existing entities

Memory

create_entities Write

Create multiple new entities in the knowledge graph

Memory

create_relations Write

Create multiple new relations between entities

Memory

delete_entities Destructive

Delete multiple entities and their relations

Memory

delete_observations Destructive

Delete specific observations from entities

Memory

delete_relations Destructive

Delete multiple relations from the knowledge graph

Memory

open_nodes Other

Open specific nodes by their names

Memory

list_databases Read

List all databases in your Turso organisation

Turso

list_tables Read

List all tables in a database

Turso

describe_table Read

Get schema information for a table

Turso

execute_read_only_query Read

Execute a read-only SQL query (SELECT, PRAGMA)

Turso

vector_search Read

Perform vector similarity search using SQLite vector extensions

Turso

create_database Write

Create a new database in your organisation

Turso

generate_database_token Write

Generate a new token for a specific database

Turso

delete_database Destructive

Delete a database from your organisation

Turso

execute_query Execute

Execute a potentially destructive SQL query (INSERT, UPDATE, DELETE, etc.)

Turso

cancelBooking Other

:bookingUid can be :bookingUid of an usual booking, individual recurrence or recurring booking to cancel all recurrences.

Cal.com

deleteEventType Other

Delete an event type

Cal.com

getBooking Other

`:bookingUid` can be

Cal.com

getBookings Other

Get all bookings

Cal.com

getEventTypeById Other

Get an event type

Cal.com

getEventTypes Other

Get all event types

Cal.com

rescheduleBooking Other

Reschedule a booking or seated booking

Cal.com

updateEventType Other

Update an event type

Cal.com

get-source-languages Read

Get list of available source languages

DeepL

get-target-languages Read

Get list of available target languages

DeepL

get-writing-styles Read

Get list of available writing styles for rephrasing

DeepL

list-glossaries Read

List all glossaries and their metadata

DeepL

get-glossary-info Read

Get metadata about a specific glossary

DeepL

get-glossary-dictionary-entries Read

Retrieve entries from a glossary dictionary

DeepL

translate-text Execute

Translate text to a target language

DeepL

rephrase-text Execute

Rephrase text in the same or different language

DeepL

translate-document Write

Translate a document file

DeepL

get_code_context_exa Read

Find code examples, documentation, and programming solutions

Exa

people_search_exa Read

Find people and their professional profiles

Exa

web_search_advanced_exa Read

Advanced web search with full control over filters and domains

Exa

web_search_exa Read

Real-time semantic web search with clean content

Exa

company_research_exa Other

Research companies for business information and news

Exa

crawling_exa Other

Retrieve full content of a specific webpage

Exa

deep_researcher_check Other

Check status and retrieve results from a deep research task

Exa

deep_researcher_start Other

Start an AI research agent that searches, reads, and writes reports

Exa

get_abstract_syntax_tree Read

Output the Abstract Syntax Tree of code

Semgrep

write_custom_semgrep_rule Write

Provide guidance for creating Semgrep rules

Semgrep

security_check Other

Scan code for security vulnerabilities

Semgrep

semgrep_findings Other

Fetch findings from the Semgrep AppSec Platform API

Semgrep

semgrep_rule_schema Other

Fetch the latest Semgrep rule JSON Schema

Semgrep

semgrep_scan Other

Scan code files with a given config string

Semgrep

semgrep_scan_with_custom_rule Other

Scan code files using a custom Semgrep rule

Semgrep

supported_languages Other

Return the list of languages Semgrep supports

Semgrep

slack_get_channel_history Read

Get recent messages from a channel

Slack

slack_get_thread_replies Read

Get all replies in a message thread

Slack

slack_get_user_profile Read

Get detailed profile information for a specific user

Slack

slack_get_users Read

Get list of workspace users with basic profile information

Slack

slack_list_channels Read

List public or pre-defined channels in the workspace

Slack

slack_add_reaction Write

Add an emoji reaction to a message

Slack

slack_post_message Write

Post a new message to a Slack channel

Slack

slack_reply_to_thread Other

Reply to a specific message thread

Slack

get-tx-reference Read

Retrieve the Cloudinary transformation reference documentation

Cloudinary

upload Write

Upload media assets to Cloudinary

Cloudinary

transform-asset Write

Apply transformations to existing assets

Cloudinary

search Other

Search and filter media assets

Cloudinary

get-asset Other

Get details of a specific asset

Cloudinary

update-asset Other

Update asset metadata, tags, or properties

Cloudinary

generate-archive Other

Generate a ZIP archive of assets

Cloudinary

search Read

Query the knowledge graph using various search types

Cognee

list_data Read

List all datasets or data items in a given dataset

Cognee

cognify_status Read

Get the current processing status of a cognify job

Cognee

save_interaction Write

Log user-agent interactions into the knowledge graph

Cognee

cognify Execute

Transform ingested data into a structured knowledge graph

Cognee

delete Destructive

Delete a data item by ID from a dataset

Cognee

prune Destructive

Clear all stored data and reset the knowledge graph

Cognee

get_code_connect_suggestions Read

Finds suggestions for mapping Figma node IDs to code components

Figma

get_figjam Read

Returns metadata for FigJam diagrams in XML format including screenshots

Figma

get_metadata Read

Returns a sparse XML representation of a Figma selection with layer IDs, names, types, and sizes

Figma

create_design_system_rules Write

Generates custom design system rules for the user's codebase

Figma

send_code_connect_mappings Write

Confirms the suggested Code Connect mappings

Figma

generate_diagram Other

Generates a FigJam diagram from Mermaid syntax

Figma

whoami Other

Returns the identity of the authenticated Figma user

Figma

firecrawl_search Read

Web search to locate information across the internet

Firecrawl

firecrawl_agent Other

Handle complex multi-source research tasks

Firecrawl

firecrawl_batch_scrape Other

Process multiple URLs efficiently with rate limiting

Firecrawl

firecrawl_browser Other

Interactive browser automation

Firecrawl

firecrawl_crawl Other

Multi-page extraction for entire site sections

Firecrawl

firecrawl_map Other

Discover URLs by mapping website structure and links

Firecrawl

firecrawl_scrape Other

Extract content from a single URL

Firecrawl

search_posts Read

Search and list posts by status, tags, or query

Ghost

get_post Read

Get a specific post by ID or slug

Ghost

list_tags Read

List all available tags

Ghost

get_analytics Read

Get analytics information

Ghost

create_post Write

Create a new blog post

Ghost

update_post Write

Update an existing post

Ghost

delete_post Destructive

Delete a post

Ghost

maps_geocode Read

Convert address to coordinates

Google Maps

maps_reverse_geocode Read

Convert coordinates to address

Google Maps

maps_search_places Read

Search for places using text query

Google Maps

maps_place_details Read

Get detailed information about a place

Google Maps

maps_distance_matrix Read

Calculate distances and times between points

Google Maps

maps_elevation Read

Get elevation data for locations

Google Maps

maps_directions Read

Get directions between points

Google Maps

groq_translate_audio Write

Translate foreign language audio to English

Groq

groq_chat Other

Ultra-fast LLM inference with chat models

Groq

groq_vision Other

Advanced image analysis and understanding

Groq

groq_transcribe Other

Accurate speech-to-text transcription

Groq

groq_text_to_speech Other

Fast natural-sounding speech synthesis

Groq

groq_batch_process Other

Process large workloads efficiently via batch API

Groq

groq_compound Other

Agentic tool-use system with code generation and web search

Groq

puppeteer_evaluate Execute

Execute JavaScript in the browser console

Puppeteer

puppeteer_click Other

Click elements on the page

Puppeteer

puppeteer_fill Other

Fill out input fields

Puppeteer

puppeteer_hover Other

Hover elements on the page

Puppeteer

puppeteer_navigate Other

Navigate to any URL in the browser

Puppeteer

puppeteer_screenshot Other

Capture screenshots of the entire page or specific elements

Puppeteer

puppeteer_select Other

Select an element with SELECT tag

Puppeteer

brave_image_search Other

Performs an image search

Brave Search

brave_local_search Other

Searches for local businesses and places

Brave Search

brave_news_search Other

Searches for current news articles

Brave Search

brave_summarizer Other

Retrieves AI-generated summaries of web search results

Brave Search

brave_video_search Other

Searches for videos with metadata and thumbnails

Brave Search

brave_web_search Other

Returns web results with title, description, and URL

Brave Search

execute_sql Execute

Executes SQL statements on a Databricks warehouse and returns the results

Databricks

get_table Read

Gets detailed information about a single Databricks table

Databricks

list_catalogs Read

Lists all catalogs available in the Databricks workspace

Databricks

list_schemas Read

Lists all schemas in a specified Databricks catalog

Databricks

list_tables Read

Lists all tables in a specified Databricks schema with optional filtering

Databricks

list_warehouses Read

Lists all SQL warehouses available in the Databricks workspace

Databricks

fetch_full_docs Read

Retrieve complete documentation for specific paths

Shopify Dev

search_docs_chunks Read

Search across all shopify.dev documentation

Shopify Dev

introspect_admin_schema Other

Explore and search Shopify GraphQL schemas

Shopify Dev

learn_shopify_api Other

Learn about supported Shopify APIs and generate a conversation ID

Shopify Dev

validate_graphql_codeblocks Other

Validate GraphQL code blocks against schema

Shopify Dev

validate_theme_codeblocks Other

Validate JavaScript and TypeScript code blocks containing Shopify components

Shopify Dev

append_insight Other

Add a business insight to the memo

SQLite

create_table Write

Create a new table in the SQLite database

SQLite

describe_table Read

Get the schema information for a specific table

SQLite

list_tables Read

List all tables in the SQLite database

SQLite

read_query Read

Execute a SELECT query on the SQLite database

SQLite

write_query Write

Execute an INSERT, UPDATE, or DELETE query on the SQLite database

SQLite

get_tickets Read

Fetch the latest tickets with pagination support

Zendesk

get_ticket Read

Retrieve a Zendesk ticket by its ID

Zendesk

get_ticket_comments Read

Retrieve all comments for a Zendesk ticket

Zendesk

create_ticket Write

Create a new Zendesk ticket

Zendesk

update_ticket Write

Update fields on an existing Zendesk ticket

Zendesk

create_ticket_comment Write

Create a new comment on an existing ticket

Zendesk

list_indices Read

List all available Elasticsearch indices

Elasticsearch

get_mappings Read

Get field mappings for a specific Elasticsearch index

Elasticsearch

search Read

Perform an Elasticsearch search with the provided query DSL

Elasticsearch

get_shards Read

Get shard information for all or specific indices

Elasticsearch

esql Execute

Perform an ES|QL query

Elasticsearch

execute_read_query Read

Execute a read-only SQL query against a PlanetScale database

PlanetScale

get_insights Read

Get query performance insights and analytics

PlanetScale

list_cluster_sizes Read

List available cluster sizes and pricing

PlanetScale

search_documentation Read

Search PlanetScale documentation

PlanetScale

execute_write_query Execute

Execute a write SQL query against a PlanetScale database

PlanetScale

axiom_get_agent Other

Get agent instructions and metadata for an Axiom agent. Returns the agent's full prompt and configuration.

Axiom

axiom_get_catalog Other

Get the Axiom skills catalog organized by category. Returns skill names, types, and descriptions grouped into categories like "UI & Design", "Data & Persistence", etc.

Axiom

axiom_read_skill Other

Read skill content with optional section filtering. Supports reading specific sections to reduce token usage (~3 KB per section vs ~26 KB full skill). Can read multiple skills in one call.

Axiom

axiom_search_skills Other

Search Axiom skills by keyword query. Returns ranked results with matching section names. Use to find relevant skills for a topic like "data race", "SwiftUI navigation", or "memory leak".

Axiom

list_databases Read

List all databases on ClickHouse cluster

ClickHouse

list_tables Read

List tables in a database with pagination and optional metadata

ClickHouse

run_chdb_select_query Execute

Execute SQL queries using chDB embedded engine

ClickHouse

run_query Execute

Execute SQL queries on ClickHouse cluster

ClickHouse

get-schema Read

Introspect labels, relationship types, and property keys

Neo4j

list-gds-procedures Read

List Graph Data Science procedures available

Neo4j

read-cypher Read

Execute arbitrary Cypher queries in read mode

Neo4j

write-cypher Write

Execute Cypher with write capabilities

Neo4j

get Read

Get value by key from Redis

Redis

list Read

List Redis keys matching a pattern

Redis

set Write

Set a Redis key-value pair with optional expiration

Redis

delete Destructive

Delete one or more keys from Redis

Redis

tavily-search Read

Real-time web search with structured results and relevance scores

Tavily

tavily-crawl Other

Graph-based website crawler with parallel exploration

Tavily

tavily-extract Other

Intelligent data extraction from web pages

Tavily

tavily-map Other

Create a structured map of website architecture

Tavily

list-tables Read

Lists all tables in the BigQuery database

BigQuery

describe-table Read

Describes the schema of a specific table

BigQuery

execute-query Execute

Executes a SQL query using BigQuery dialect

BigQuery

docs_documents_get Read

Get a document by ID [read]

Google Workspace Docs (gws CLI)

docs_documents_batchUpdate Write

Apply one or more updates to a document [write]

Google Workspace Docs (gws CLI)

docs_documents_create Write

Create a new document [write]

Google Workspace Docs (gws CLI)

get_service_info Read

Discover methods available for a Square service

Square

get_type_info Read

Get detailed parameter requirements for API calls

Square

make_api_request Execute

Execute API calls to Square services

Square

listChannels Read

List available Telegram channels and chats

Telegram

searchChannels Read

Search cached channels by keywords in their names

Telegram

getChannelMessages Read

Retrieve recent messages from a specific channel or chat

Telegram

chargebee_code_planner Financial

Generate structured code outlines and sample code for Chargebee API integration

Chargebee

chargebee_documentation_search Financial

Search Chargebee documentation for detailed information and usage guides

Chargebee

coingecko_docs_search Other

Search CoinGecko API documentation

CoinGecko

coingecko_code Other

Execute code against the CoinGecko TypeScript SDK

CoinGecko

jql_search Read

Execute a JQL search query with pagination and field selection

Jira

get_issue Read

Retrieve detailed information about a specific Jira issue

Jira

perplexity_search Other

Perform a fast search-augmented query using the Perplexity API

Perplexity

perplexity_deep_research Other

Conduct an exhaustive multi-source investigation for complex topics

Perplexity

qdrant-find Read

Retrieve relevant information via semantic search

Qdrant

qdrant-store Other

Store information in Qdrant database with optional metadata

Qdrant

convert_time Other

Convert time between timezones

Time

get_current_time Read

Get current time in a specific timezones

Time

query Read

Retrieve objects from Weaviate with hybrid search

Weaviate

insert_one Write

Insert an object into Weaviate

Weaviate

NOTE Other

Apollo MCP Server dynamically exposes GraphQL operations as MCP tools.

Apollo GraphQL

rules Other

[]

Apollo GraphQL

fetch Other

Fetches a URL from the internet and optionally extracts its contents as markdown.

Fetch

search Read

Search for files in Google Drive

Google Drive

mysql_query Other

[MySQL MCP Server [vundefined]] Run SELECT queries against MySQL database (READ-ONLY) (Multi-DB mode enabled)

MySQL

openai_chat Other

Send a prompt to OpenAI and receive a response

OpenAI

search-docs Read

Search Pinecone documentation for relevant information

Pinecone

query Read

Execute a read-only SQL query against the connected database

PostgreSQL

sequentialthinking Other

A detailed tool for dynamic and reflective problem-solving through thoughts.

Sequential Thinking

generate_image Other

Generate images using the Flux.1 Schnell model via Together AI

Together AI

BROWSE BY CATEGORY

BROWSE BY SERVER

Azure DevOps

84 tools

GitHub

83 tools

Box

80 tools

Google Workspace Gmail (gws CLI)

79 tools

ConfigCat

72 tools

PagerDuty

62 tools

Contentful

61 tools

Google Workspace Drive (gws CLI)

57 tools

AWS

55 tools

Azure

49 tools

dbt

48 tools

Confluent Kafka

46 tools

Resend

42 tools

Google Workspace Calendar (gws CLI)

37 tools

Google Workspace Chat (gws CLI)

37 tools

MongoDB

36 tools

Sanity

36 tools

Twilio

36 tools

Salesforce

35 tools

CrowdStrike Falcon

33 tools

Pipedrive

32 tools

Supabase

32 tools

PayPal

30 tools

Postman

30 tools

Chrome DevTools

29 tools

Grafana

29 tools

Neon

29 tools

Appium

27 tools

Ghidra

27 tools

Stripe

27 tools

Basecamp

26 tools

Playwright

25 tools

Sentry

25 tools

Vercel

25 tools

Amplitude

24 tools

Bright Data

24 tools

Cloudflare

23 tools

Couchbase

23 tools

Linear

23 tools

Render

23 tools

Blender

22 tools

Buildkite

22 tools

Discord

22 tools

Kubernetes

22 tools

Auth0

21 tools

DataHub

21 tools

HubSpot

21 tools

Atlassian Rovo

20 tools

BrowserStack

20 tools

Datadog

20 tools

HashiCorp Vault

20 tools

N8n

20 tools

DataStax Astra DB

19 tools

Coda

19 tools

Docker

19 tools

Phoenix

19 tools

Apify

18 tools

Mixpanel

18 tools

Netlify

18 tools

Google Workspace Sheets (gws CLI)

17 tools

Prisma

17 tools

Monday.com

16 tools

Notion

16 tools

Asana

15 tools

BrowserTools

15 tools

CircleCI

15 tools

GitLab

15 tools

Trello

15 tools

Upstash

15 tools

Git

14 tools

Google Workspace Tasks (gws CLI)

14 tools

Jenkins

14 tools

Trigger.dev

14 tools

Replicate

13 tools

Airtable

12 tools

ChromaDB

12 tools

Convex

12 tools

Filesystem

12 tools

Algolia

10 tools

ElevenLabs

10 tools

Snowflake

10 tools

Terraform

10 tools

Graphiti

9 tools

Memory

9 tools

Turso

9 tools

Cal.com

8 tools

DeepL

8 tools

Exa

8 tools

Semgrep

8 tools

Slack

8 tools

Cloudinary

7 tools

Cognee

7 tools

Figma

7 tools

Firecrawl

7 tools

Ghost

7 tools

Google Maps

7 tools

Groq

7 tools

Puppeteer

7 tools

Brave Search

6 tools

Databricks

6 tools

Shopify Dev

6 tools

SQLite

6 tools

Zendesk

6 tools

Elasticsearch

5 tools

PlanetScale

5 tools

Axiom

4 tools

ClickHouse

4 tools

Neo4j

4 tools

Redis

4 tools

Tavily

4 tools

BigQuery

3 tools

Google Workspace Docs (gws CLI)

3 tools

Square

3 tools

Telegram

3 tools

Chargebee

2 tools

CoinGecko

2 tools

Jira

2 tools

Perplexity

2 tools

Qdrant

2 tools

Time

2 tools

Weaviate

2 tools

Apollo GraphQL

1 tools

Fetch

1 tools

Google Drive

1 tools

MySQL

1 tools

OpenAI

1 tools

Pinecone

1 tools

PostgreSQL

1 tools

Sequential Thinking

1 tools

Together AI

1 tools