New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

Allmcp

501 tools. 248 can modify or destroy data without limits.

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

Last updated:

248 can modify or destroy data
253 read-only
501 tools total

Community server · catalogue entry checked 29/07/2026

How to control Allmcp ↓

What Allmcp exposes to your agents

Read (253) Write / Execute (195) Destructive / Financial (50)
Critical Risk

The most dangerous Allmcp tools

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

How to control Allmcp

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

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

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

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

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

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

Prevents bulk unintended modifications from agents caught in loops.

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

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

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

Instant setup, no code required.

All 501 Allmcp tools

DESTRUCTIVE 48 tools
Destructive altegio_delete_appointment altegio_delete_appointment Destructive altegio_delete_client altegio_delete_client Destructive altegio_delete_staff altegio_delete_staff Destructive altegio_delete_transaction altegio_delete_transaction Destructive amocrm_delete_custom_field amocrm_delete_custom_field Destructive amocrm_delete_note amocrm_delete_note Destructive amocrm_delete_pipeline Delete a pipeline (only if empty — AmoCRM rejects deletes with leads). Destructive amocrm_delete_status amocrm_delete_status Destructive binotel_delete_customers binotel_delete_customers Destructive google_sheets_clear_basic_filter google_sheets_clear_basic_filter Destructive google_sheets_clear_formatting google_sheets_clear_formatting Destructive google_sheets_delete_chart google_sheets_delete_chart Destructive google_sheets_delete_conditional_format google_sheets_delete_conditional_format Destructive google_sheets_delete_developer_metadata google_sheets_delete_developer_metadata Destructive google_sheets_delete_dimension google_sheets_delete_dimension Destructive google_sheets_delete_duplicates google_sheets_delete_duplicates Destructive google_sheets_delete_filter_view google_sheets_delete_filter_view Destructive google_sheets_delete_named_range google_sheets_delete_named_range Destructive google_sheets_delete_protected_range google_sheets_delete_protected_range Destructive google_sheets_delete_sheet google_sheets_delete_sheet Destructive google_sheets_delete_spreadsheet google_sheets_delete_spreadsheet Destructive google_sheets_delete_table google_sheets_delete_table Destructive google_sheets_remove_permission google_sheets_remove_permission Destructive google_sheets_trash_spreadsheet Move a spreadsheet to the trash (recoverable). Destructive google_sheets_values_batch_clear google_sheets_values_batch_clear Destructive google_sheets_values_batch_clear_by_data_filter google_sheets_values_batch_clear_by_data_filter Destructive google_sheets_values_clear google_sheets_values_clear Destructive iiko_cancel_order iiko_cancel_order Destructive linear_archive_initiative Archive an initiative. Reversible only in the Linear UI — this Destructive linear_archive_notification Archive (dismiss) a notification. One-way — there is no unarchive Destructive linear_delete_attachment linear_delete_attachment Destructive linear_delete_comment linear_delete_comment Destructive linear_delete_custom_view linear_delete_custom_view Destructive linear_delete_customer linear_delete_customer Destructive linear_delete_customer_need linear_delete_customer_need Destructive linear_delete_document linear_delete_document Destructive linear_delete_favorite Remove a favorite by UUID. Idempotent — succeeds even if the Destructive linear_delete_issue linear_delete_issue Destructive linear_delete_issue_relation linear_delete_issue_relation Destructive linear_delete_label linear_delete_label Destructive linear_delete_milestone linear_delete_milestone Destructive linear_delete_project_update linear_delete_project_update Destructive linear_delete_release linear_delete_release Destructive linear_remove_reaction Remove a reaction by UUID. Destructive salesdrive_delete_categories salesdrive_delete_categories Destructive salesdrive_delete_product Delete a single catalogue product by ID. Destructive salesdrive_delete_products Delete catalogue products by ID (batch up to 100).
WRITE 185 tools
Write altegio_create_appointment altegio_create_appointment Write altegio_create_client altegio_create_client Write altegio_create_staff altegio_create_staff Write altegio_create_transaction altegio_create_transaction Write altegio_update_appointment altegio_update_appointment Write altegio_update_client altegio_update_client Write altegio_update_staff altegio_update_staff Write altegio_update_transaction altegio_update_transaction Write amocrm_close_talk amocrm_close_talk Write amocrm_complete_task amocrm_complete_task Write amocrm_create_call_note amocrm_create_call_note Write amocrm_create_catalog amocrm_create_catalog Write amocrm_create_catalog_element amocrm_create_catalog_element Write amocrm_create_company amocrm_create_company Write amocrm_create_contact amocrm_create_contact Write amocrm_create_custom_field amocrm_create_custom_field Write amocrm_create_customer amocrm_create_customer Write amocrm_create_customer_segment amocrm_create_customer_segment Write amocrm_create_form_unsorted amocrm_create_form_unsorted Write amocrm_create_lead amocrm_create_lead Write amocrm_create_lead_complex amocrm_create_lead_complex Write amocrm_create_note amocrm_create_note Write amocrm_create_pipeline amocrm_create_pipeline Write amocrm_create_sip_unsorted amocrm_create_sip_unsorted Write amocrm_create_source amocrm_create_source Write amocrm_create_status amocrm_create_status Write amocrm_create_task amocrm_create_task Write amocrm_create_transaction amocrm_create_transaction Write amocrm_link_company amocrm_link_company Write amocrm_link_contact amocrm_link_contact Write amocrm_link_lead amocrm_link_lead Write amocrm_pin_note amocrm_pin_note Write amocrm_tag_company amocrm_tag_company Write amocrm_tag_contact amocrm_tag_contact Write amocrm_tag_lead amocrm_tag_lead Write amocrm_unlink_lead amocrm_unlink_lead Write amocrm_unpin_note amocrm_unpin_note Write amocrm_update_catalog_element amocrm_update_catalog_element Write amocrm_update_company amocrm_update_company Write amocrm_update_contact amocrm_update_contact Write amocrm_update_custom_field amocrm_update_custom_field Write amocrm_update_customer amocrm_update_customer Write amocrm_update_lead amocrm_update_lead Write amocrm_update_note amocrm_update_note Write amocrm_update_pipeline amocrm_update_pipeline Write amocrm_update_status amocrm_update_status Write amocrm_update_task amocrm_update_task Write binotel_create_customer binotel_create_customer Write binotel_update_customer binotel_update_customer Write bitrix24_create_activity bitrix24_create_activity Write bitrix24_create_company bitrix24_create_company Write bitrix24_create_contact bitrix24_create_contact Write bitrix24_create_deal bitrix24_create_deal Write bitrix24_create_event bitrix24_create_event Write bitrix24_create_lead bitrix24_create_lead Write bitrix24_create_post bitrix24_create_post Write bitrix24_create_task bitrix24_create_task Write bitrix24_register_call bitrix24_register_call Write bitrix24_send_message bitrix24_send_message Write bitrix24_update_deal bitrix24_update_deal Write bitrix24_update_deal_stage bitrix24_update_deal_stage Write bitrix24_update_task bitrix24_update_task Write disconnect_provider Disconnect a provider by revoking the stored credential. Write google_sheets_add_chart google_sheets_add_chart Write google_sheets_add_conditional_format google_sheets_add_conditional_format Write google_sheets_add_filter_view google_sheets_add_filter_view Write google_sheets_add_named_range google_sheets_add_named_range Write google_sheets_add_protected_range google_sheets_add_protected_range Write google_sheets_add_sheet google_sheets_add_sheet Write google_sheets_add_table google_sheets_add_table Write google_sheets_append_dimension google_sheets_append_dimension Write google_sheets_auto_resize_dimension google_sheets_auto_resize_dimension Write google_sheets_batch_update google_sheets_batch_update Write google_sheets_copy_sheet_to google_sheets_copy_sheet_to Write google_sheets_copy_spreadsheet google_sheets_copy_spreadsheet Write google_sheets_create_developer_metadata google_sheets_create_developer_metadata Write google_sheets_create_spreadsheet google_sheets_create_spreadsheet Write google_sheets_duplicate_filter_view google_sheets_duplicate_filter_view Write google_sheets_duplicate_sheet google_sheets_duplicate_sheet Write google_sheets_find_replace google_sheets_find_replace Write google_sheets_format_range google_sheets_format_range Write google_sheets_insert_dimension google_sheets_insert_dimension Write google_sheets_merge_cells google_sheets_merge_cells Write google_sheets_move_dimension google_sheets_move_dimension Write google_sheets_rename_sheet google_sheets_rename_sheet Write google_sheets_rename_spreadsheet google_sheets_rename_spreadsheet Write google_sheets_reorder_sheet google_sheets_reorder_sheet Write google_sheets_resize_dimension google_sheets_resize_dimension Write google_sheets_set_basic_filter google_sheets_set_basic_filter Write google_sheets_set_data_validation google_sheets_set_data_validation Write google_sheets_share_spreadsheet google_sheets_share_spreadsheet Write google_sheets_unmerge_cells google_sheets_unmerge_cells Write google_sheets_untrash_spreadsheet Restore a spreadsheet from the trash. Write google_sheets_update_borders google_sheets_update_borders Write google_sheets_update_chart google_sheets_update_chart Write google_sheets_update_conditional_format google_sheets_update_conditional_format Write google_sheets_update_developer_metadata google_sheets_update_developer_metadata Write google_sheets_update_filter_view google_sheets_update_filter_view Write google_sheets_update_named_range google_sheets_update_named_range Write google_sheets_update_permission google_sheets_update_permission Write google_sheets_update_protected_range google_sheets_update_protected_range Write google_sheets_update_sheet_properties google_sheets_update_sheet_properties Write google_sheets_update_table google_sheets_update_table Write google_sheets_values_append google_sheets_values_append Write google_sheets_values_batch_update google_sheets_values_batch_update Write google_sheets_values_batch_update_by_data_filter google_sheets_values_batch_update_by_data_filter Write google_sheets_values_update google_sheets_values_update Write iiko_create_order iiko_create_order Write linear_add_reaction linear_add_reaction Write linear_archive_cycle Archive a cycle (reversible). Write linear_archive_issue Archive an issue (reversible — Linear keeps archived issues). Write linear_archive_project Archive a project (reversible). Write linear_archive_roadmap Archive a roadmap (legacy, reversible). Write linear_create_comment linear_create_comment Write linear_create_custom_view linear_create_custom_view Write linear_create_customer linear_create_customer Write linear_create_customer_need linear_create_customer_need Write linear_create_cycle linear_create_cycle Write linear_create_document linear_create_document Write linear_create_favorite linear_create_favorite Write linear_create_initiative linear_create_initiative Write linear_create_issue linear_create_issue Write linear_create_issue_relation linear_create_issue_relation Write linear_create_label linear_create_label Write linear_create_milestone linear_create_milestone Write linear_create_project linear_create_project Write linear_create_project_update linear_create_project_update Write linear_create_release linear_create_release Write linear_create_roadmap linear_create_roadmap Write linear_edit_project_update linear_edit_project_update Write linear_update_attachment linear_update_attachment Write linear_update_comment linear_update_comment Write linear_update_custom_view linear_update_custom_view Write linear_update_customer linear_update_customer Write linear_update_cycle linear_update_cycle Write linear_update_document linear_update_document Write linear_update_initiative linear_update_initiative Write linear_update_issue linear_update_issue Write linear_update_label linear_update_label Write linear_update_milestone linear_update_milestone Write linear_update_project linear_update_project Write linear_update_release linear_update_release Write linear_update_roadmap linear_update_roadmap Write salesdrive_create_order salesdrive_create_order Write salesdrive_create_product Create a single catalogue product. Write salesdrive_update_order salesdrive_update_order Write salesdrive_update_product salesdrive_update_product Write salesdrive_upsert_categories salesdrive_upsert_categories Write salesdrive_upsert_products salesdrive_upsert_products Write yougile_create_board yougile_create_board Write yougile_create_column yougile_create_column Write yougile_create_group_chat yougile_create_group_chat Write yougile_create_project yougile_create_project Write yougile_create_sprint_sticker yougile_create_sprint_sticker Write yougile_create_string_sticker yougile_create_string_sticker Write yougile_create_string_sticker_state yougile_create_string_sticker_state Write yougile_create_task yougile_create_task Write yougile_send_chat_message yougile_send_chat_message Write yougile_update_board yougile_update_board Write yougile_update_chat_message yougile_update_chat_message Write yougile_update_column yougile_update_column Write yougile_update_group_chat yougile_update_group_chat Write yougile_update_project yougile_update_project Write yougile_update_sprint_sticker yougile_update_sprint_sticker Write yougile_update_string_sticker yougile_update_string_sticker Write yougile_update_string_sticker_state yougile_update_string_sticker_state Write yougile_update_task yougile_update_task Write yougile_update_task_chat_subscribers yougile_update_task_chat_subscribers
READ 253 tools
Read altegio_get_appointment altegio_get_appointment Read altegio_get_client altegio_get_client Read altegio_get_service altegio_get_service Read altegio_get_staff altegio_get_staff Read altegio_get_transaction altegio_get_transaction Read altegio_list_accounts List payment accounts / cash registers (resolve account_id for transactions). Read altegio_list_appointments altegio_list_appointments Read altegio_list_clients altegio_list_clients Read altegio_list_companies altegio_list_companies Read altegio_list_expense_categories List transaction categories (the expense_id for create_transaction). Read altegio_list_services altegio_list_services Read altegio_list_staff altegio_list_staff Read altegio_list_transactions altegio_list_transactions Read amocrm_accept_unsorted amocrm_accept_unsorted Read amocrm_decline_unsorted amocrm_decline_unsorted Read amocrm_get_account_info amocrm_get_account_info Read amocrm_get_catalog amocrm_get_catalog Read amocrm_get_catalog_element amocrm_get_catalog_element Read amocrm_get_company amocrm_get_company Read amocrm_get_contact amocrm_get_contact Read amocrm_get_custom_field amocrm_get_custom_field Read amocrm_get_customer amocrm_get_customer Read amocrm_get_event amocrm_get_event Read amocrm_get_lead amocrm_get_lead Read amocrm_get_note amocrm_get_note Read amocrm_get_pipeline amocrm_get_pipeline Read amocrm_get_status amocrm_get_status Read amocrm_get_talk amocrm_get_talk Read amocrm_get_task amocrm_get_task Read amocrm_get_unsorted amocrm_get_unsorted Read amocrm_get_user amocrm_get_user Read amocrm_grant_bonus_points amocrm_grant_bonus_points Read amocrm_link_unsorted amocrm_link_unsorted Read amocrm_list_catalog_elements amocrm_list_catalog_elements Read amocrm_list_catalogs amocrm_list_catalogs Read amocrm_list_companies amocrm_list_companies Read amocrm_list_contacts amocrm_list_contacts Read amocrm_list_custom_fields amocrm_list_custom_fields Read amocrm_list_customer_segments amocrm_list_customer_segments Read amocrm_list_customer_statuses amocrm_list_customer_statuses Read amocrm_list_customers amocrm_list_customers Read amocrm_list_event_types List the catalog of ~50 event types (read-only meta). Read amocrm_list_events amocrm_list_events Read amocrm_list_lead_tags amocrm_list_lead_tags Read amocrm_list_leads amocrm_list_leads Read amocrm_list_loss_reasons amocrm_list_loss_reasons Read amocrm_list_notes amocrm_list_notes Read amocrm_list_pipelines List all sales pipelines (with their statuses embedded). Read amocrm_list_roles amocrm_list_roles Read amocrm_list_sources amocrm_list_sources Read amocrm_list_statuses amocrm_list_statuses Read amocrm_list_talks amocrm_list_talks Read amocrm_list_tasks amocrm_list_tasks Read amocrm_list_transactions amocrm_list_transactions Read amocrm_list_unsorted amocrm_list_unsorted Read amocrm_list_users amocrm_list_users Read amocrm_list_webhooks List all webhook subscriptions registered for the account. Read amocrm_subscribe_webhook amocrm_subscribe_webhook Read amocrm_unsorted_summary Get aggregate counters for unsorted records grouped by pipeline. Read amocrm_unsubscribe_webhook Unsubscribe a webhook by destination URL. Read binotel_change_employee_presence_state binotel_change_employee_presence_state Read binotel_get_calls binotel_get_calls Read binotel_get_customers binotel_get_customers Read binotel_get_recording_url binotel_get_recording_url Read binotel_list_calls_for_employee binotel_list_calls_for_employee Read binotel_list_calls_for_period binotel_list_calls_for_period Read binotel_list_calls_per_day binotel_list_calls_per_day Read binotel_list_calls_since binotel_list_calls_since Read binotel_list_calltracking_for_period binotel_list_calltracking_for_period Read binotel_list_customer_labels binotel_list_customer_labels Read binotel_list_customers binotel_list_customers Read binotel_list_customers_by_label binotel_list_customers_by_label Read binotel_list_employees binotel_list_employees Read binotel_list_lost_calls_today List today's missed calls (since midnight, cabinet-local). Read binotel_list_online_calls List Binotel calls that are currently in progress. Read binotel_list_recent_calls_for_employee binotel_list_recent_calls_for_employee Read binotel_list_routes List call-routing rules configured in the cabinet. Read binotel_list_voice_files List voice files (announcements / IVR prompts) uploaded to the cabinet. Read binotel_search_calls_by_customer binotel_search_calls_by_customer Read binotel_search_calls_by_phone binotel_search_calls_by_phone Read binotel_search_customers binotel_search_customers Read bitrix24_clock_out Clock out (end work day) in Bitrix24 time tracking. Read bitrix24_get_activity bitrix24_get_activity Read bitrix24_get_channel_messages bitrix24_get_channel_messages Read bitrix24_get_company bitrix24_get_company Read bitrix24_get_contact bitrix24_get_contact Read bitrix24_get_current_user bitrix24_get_current_user Read bitrix24_get_deal bitrix24_get_deal Read bitrix24_get_department bitrix24_get_department Read bitrix24_get_element bitrix24_get_element Read bitrix24_get_estimate bitrix24_get_estimate Read bitrix24_get_event bitrix24_get_event Read bitrix24_get_file bitrix24_get_file Read bitrix24_get_lead bitrix24_get_lead Read bitrix24_get_messages bitrix24_get_messages Read bitrix24_get_order bitrix24_get_order Read bitrix24_get_payment bitrix24_get_payment Read bitrix24_get_product bitrix24_get_product Read bitrix24_get_storage_item bitrix24_get_storage_item Read bitrix24_get_survey bitrix24_get_survey Read bitrix24_get_task bitrix24_get_task Read bitrix24_get_time_status bitrix24_get_time_status Read bitrix24_get_user bitrix24_get_user Read bitrix24_get_workgroup bitrix24_get_workgroup Read bitrix24_list_activities bitrix24_list_activities Read bitrix24_list_bookings bitrix24_list_bookings Read bitrix24_list_calls bitrix24_list_calls Read bitrix24_list_chats bitrix24_list_chats Read bitrix24_list_companies bitrix24_list_companies Read bitrix24_list_contacts bitrix24_list_contacts Read bitrix24_list_deals bitrix24_list_deals Read bitrix24_list_departments bitrix24_list_departments Read bitrix24_list_documents bitrix24_list_documents Read bitrix24_list_elements bitrix24_list_elements Read bitrix24_list_estimates bitrix24_list_estimates Read bitrix24_list_events bitrix24_list_events Read bitrix24_list_files bitrix24_list_files Read bitrix24_list_folders bitrix24_list_folders Read bitrix24_list_landings bitrix24_list_landings Read bitrix24_list_leads bitrix24_list_leads Read bitrix24_list_open_channels bitrix24_list_open_channels Read bitrix24_list_orders bitrix24_list_orders Read bitrix24_list_payments bitrix24_list_payments Read bitrix24_list_posts bitrix24_list_posts Read bitrix24_list_products bitrix24_list_products Read bitrix24_list_sites bitrix24_list_sites Read bitrix24_list_storage_items bitrix24_list_storage_items Read bitrix24_list_surveys bitrix24_list_surveys Read bitrix24_list_tasks bitrix24_list_tasks Read bitrix24_list_templates bitrix24_list_templates Read bitrix24_list_users bitrix24_list_users Read bitrix24_list_workflows bitrix24_list_workflows Read bitrix24_list_workgroups bitrix24_list_workgroups Read bitrix24_search_users bitrix24_search_users Read describe_category describe_category Read get_usage get_usage Read google_sheets_export_spreadsheet google_sheets_export_spreadsheet Read google_sheets_get_by_data_filter google_sheets_get_by_data_filter Read google_sheets_get_developer_metadata google_sheets_get_developer_metadata Read google_sheets_get_file_metadata google_sheets_get_file_metadata Read google_sheets_get_permission google_sheets_get_permission Read google_sheets_get_spreadsheet google_sheets_get_spreadsheet Read google_sheets_list_permissions google_sheets_list_permissions Read google_sheets_list_spreadsheets google_sheets_list_spreadsheets Read google_sheets_randomize_range google_sheets_randomize_range Read google_sheets_search_developer_metadata google_sheets_search_developer_metadata Read google_sheets_sort_range google_sheets_sort_range Read google_sheets_trim_whitespace google_sheets_trim_whitespace Read google_sheets_values_batch_get google_sheets_values_batch_get Read google_sheets_values_batch_get_by_data_filter google_sheets_values_batch_get_by_data_filter Read google_sheets_values_get google_sheets_values_get Read iiko_get_menu Fetch the full menu (nomenclature) for an iiko organization. Read iiko_get_order iiko_get_order Read iiko_list_orders iiko_list_orders Read iiko_list_organizations List all iiko organizations accessible to this apiLogin. Read iiko_list_stop_list iiko_list_stop_list Read iiko_list_terminal_groups iiko_list_terminal_groups Read linear_get_custom_view Get one custom view by UUID or slug (includes its filterData). Read linear_get_customer Get one customer by UUID or slug. Read linear_get_cycle Get one cycle by UUID. Read linear_get_document Get one document by UUID, including its full Markdown content. Read linear_get_initiative Get one initiative by UUID, including its projects. Read linear_get_issue Get one issue by UUID or identifier (ENG-123), with sub-issues. Read linear_get_issue_history linear_get_issue_history Read linear_get_milestone Get one project milestone by UUID. Read linear_get_notification Get one notification by UUID. Read linear_get_organization Get the workspace (organization) behind the connected credential. Read linear_get_project Get one project by UUID, including its milestones. Read linear_get_release Get one release by UUID. Requires the releasesEnabled workspace flag Read linear_get_release_note Get one release note by UUID. Read linear_get_release_pipeline Get one release pipeline by UUID. Read linear_get_roadmap Get one roadmap by UUID (legacy). Read linear_get_team linear_get_team Read linear_get_template Get one template by UUID, including its full templateData scaffold. Read linear_get_user Get one user by UUID, including their team memberships. Read linear_get_viewer Get the current authenticated user (the 'me' behind the connection). Read linear_link_url linear_link_url Read linear_list_attachments linear_list_attachments Read linear_list_comments linear_list_comments Read linear_list_custom_views linear_list_custom_views Read linear_list_customer_needs linear_list_customer_needs Read linear_list_customer_statuses linear_list_customer_statuses Read linear_list_customer_tiers linear_list_customer_tiers Read linear_list_customers linear_list_customers Read linear_list_cycles linear_list_cycles Read linear_list_documents linear_list_documents Read linear_list_favorites linear_list_favorites Read linear_list_initiatives linear_list_initiatives Read linear_list_integrations linear_list_integrations Read linear_list_issue_relations linear_list_issue_relations Read linear_list_issues linear_list_issues Read linear_list_labels linear_list_labels Read linear_list_milestones linear_list_milestones Read linear_list_notifications linear_list_notifications Read linear_list_project_statuses linear_list_project_statuses Read linear_list_project_updates linear_list_project_updates Read linear_list_projects linear_list_projects Read linear_list_release_notes linear_list_release_notes Read linear_list_release_pipelines linear_list_release_pipelines Read linear_list_releases linear_list_releases Read linear_list_roadmaps linear_list_roadmaps Read linear_list_teams linear_list_teams Read linear_list_templates List all templates in the workspace (not paginated — a plain list). Read linear_list_users linear_list_users Read linear_list_workflow_states linear_list_workflow_states Read linear_search linear_search Read list_connections list_connections Read list_providers list_providers Read salesdrive_get_order salesdrive_get_order Read salesdrive_get_payment salesdrive_get_payment Read salesdrive_get_product salesdrive_get_product Read salesdrive_list_delivery_methods salesdrive_list_delivery_methods Read salesdrive_list_orders salesdrive_list_orders Read salesdrive_list_payment_methods salesdrive_list_payment_methods Read salesdrive_list_payments salesdrive_list_payments Read salesdrive_list_statuses salesdrive_list_statuses Read yougile_get_board yougile_get_board Read yougile_get_chat_message yougile_get_chat_message Read yougile_get_column yougile_get_column Read yougile_get_group_chat yougile_get_group_chat Read yougile_get_project yougile_get_project Read yougile_get_sprint_sticker yougile_get_sprint_sticker Read yougile_get_string_sticker yougile_get_string_sticker Read yougile_get_task yougile_get_task Read yougile_get_task_chat_subscribers Get the list of user IDs subscribed to a task's chat. Read yougile_list_boards yougile_list_boards Read yougile_list_chat_messages yougile_list_chat_messages Read yougile_list_columns yougile_list_columns Read yougile_list_group_chats yougile_list_group_chats Read yougile_list_projects yougile_list_projects Read yougile_list_sprint_stickers yougile_list_sprint_stickers Read yougile_list_string_stickers yougile_list_string_stickers Read yougile_list_tasks yougile_list_tasks

Related servers

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

Questions about Allmcp

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

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

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

Yes. The Allmcp server exposes 48 destructive tools including altegio_delete_appointment, altegio_delete_client, altegio_delete_staff. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Allmcp? +

The Allmcp server has 185 write tools including altegio_create_appointment, altegio_create_client, altegio_create_staff. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Allmcp.

How many tools does the All MCP server expose? +

501 tools across 5 categories: Destructive, Execute, Financial, Read, Write. 253 are read-only. 248 can modify, create, or delete data.

How do I enforce a policy on Allmcp? +

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

Enforce policy on every Allmcp tool call.

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

Instant setup, no code required.

501 Allmcp tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from All's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.