KosmoKrator

data

Checkout.com MCP Gateway for AI Agents

Expose Checkout.com tools to Claude Code, Cursor, Codex, and other MCP clients through the local KosmoKrator MCP gateway.

Checkout.com MCP Gateway

Expose Checkout.com to MCP clients with `kosmokrator mcp:serve --integration=checkout-com`.

If the client has never used KosmoKrator before, install it first, then register this integration as a stdio MCP server.

Install KosmoKrator
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
Install gateway entry
kosmokrator mcp:gateway:install --integration=checkout-com --write=deny --json
MCP configuration
{
  "mcpServers": {
    "kosmokrator-checkout-com": {
      "type": "stdio",
      "command": "kosmo",
      "args": [
        "mcp:serve",
        "--integration=checkout-com",
        "--write=deny"
      ]
    }
  }
}
Serve manually
kosmokrator mcp:serve --integration=checkout-com --write=deny

Client Notes

Use one scoped MCP gateway entry, then adapt the config location to the client or framework.

Claude Code Connect local KosmoKrator integrations to Claude Code through one scoped MCP gateway entry. Claude Code can launch the local kosmo binary directly from the project MCP config.
Cursor Expose selected local integrations to Cursor through KosmoKrator without configuring each service as its own MCP server. Use the same KosmoKrator install and integration credentials that power terminal and headless runs.
Codex Use KosmoKrator as a local MCP proxy for Codex so coding sessions can reach selected integrations with explicit write policy. Keep write access denied or ask-based unless the workspace is trusted.
OpenAI Agents SDK Attach KosmoKrator integration tools to OpenAI Agents SDK workflows through a local MCP gateway. Use headless JSON commands for CI-style execution and MCP for agent tool discovery.
Claude Agent SDK Give Claude Agent SDK workflows access to KosmoKrator integrations through a local MCP server. Use a narrow integration list so the agent does not load unrelated tools.
Vercel AI SDK Use KosmoKrator as a local integration gateway for Vercel AI SDK agents and scripts. Prefer CLI JSON calls when a workflow only needs one deterministic integration operation.
LangChain Bridge LangChain agents to local KosmoKrator integration tools through MCP or headless CLI calls. Keep the gateway scoped to the integration and operation class needed by the chain.
LangGraph Run KosmoKrator integration calls from LangGraph nodes while preserving local credentials and permissions. Headless CLI calls fit repeatable graph edges; MCP fits exploratory agent nodes.
CrewAI Expose KosmoKrator integrations to CrewAI workers as scoped local tools. Use per-worker integration scopes to avoid giving every worker every tool.
Generic MCP Clients Connect any stdio-compatible MCP client to local KosmoKrator integration tools. Start with read-only write policy and expand only for trusted projects.

MCP Tool Names

KosmoKrator exposes integration tools through the gateway with stable names.

MCP toolSource functionType
integration__checkout_com__checkout_com_retrieve_updated_card_details checkout-com.checkout_com_retrieve_updated_card_details Read read
integration__checkout_com__checkout_com_onboard_entity checkout-com.checkout_com_onboard_entity Read read
integration__checkout_com__checkout_com_get_sub_entity_members checkout-com.checkout_com_get_sub_entity_members Read read
integration__checkout_com__checkout_com_reinvite_sub_entity_members checkout-com.checkout_com_reinvite_sub_entity_members Read read
integration__checkout_com__checkout_com_get_platforms_payment_instrument checkout-com.checkout_com_get_platforms_payment_instrument Read read
integration__checkout_com__checkout_com_update_platforms_payment_instrument checkout-com.checkout_com_update_platforms_payment_instrument Write write
integration__checkout_com__checkout_com_get_reserve_rule checkout-com.checkout_com_get_reserve_rule Read read
integration__checkout_com__checkout_com_update_reserve_rule checkout-com.checkout_com_update_reserve_rule Write write
integration__checkout_com__checkout_com_get_entity_details checkout-com.checkout_com_get_entity_details Read read
integration__checkout_com__checkout_com_update_entity_details checkout-com.checkout_com_update_entity_details Write write
integration__checkout_com__checkout_com_add_platforms_payment_instrument checkout-com.checkout_com_add_platforms_payment_instrument Write write
integration__checkout_com__checkout_com_query_platforms_payment_instruments checkout-com.checkout_com_query_platforms_payment_instruments Read read
integration__checkout_com__checkout_com_get_sub_entitys_payout_schedule checkout-com.checkout_com_get_sub_entitys_payout_schedule Read read
integration__checkout_com__checkout_com_put_sub_entitys_payout_schedule checkout-com.checkout_com_put_sub_entitys_payout_schedule Read read
integration__checkout_com__checkout_com_add_reserve_rule checkout-com.checkout_com_add_reserve_rule Write write
integration__checkout_com__checkout_com_query_reserve_rules checkout-com.checkout_com_query_reserve_rules Read read
integration__checkout_com__checkout_com_delegate_payment checkout-com.checkout_com_delegate_payment Read read
integration__checkout_com__checkout_com_create_aml_verification checkout-com.checkout_com_create_aml_verification Write write
integration__checkout_com__checkout_com_retrieve_aml_screening checkout-com.checkout_com_retrieve_aml_screening Read read
integration__checkout_com__checkout_com_upload_apple_pay_certificate checkout-com.checkout_com_upload_apple_pay_certificate Read read
integration__checkout_com__checkout_com_apple_pay_enroll_merchant checkout-com.checkout_com_apple_pay_enroll_merchant Read read
integration__checkout_com__checkout_com_generate_apple_pay_signing_request checkout-com.checkout_com_generate_apple_pay_signing_request Read read
integration__checkout_com__checkout_com_get_entity_balances checkout-com.checkout_com_get_entity_balances Read read
integration__checkout_com__checkout_com_compliance_requests_get_compliance_request checkout-com.checkout_com_compliance_requests_get_compliance_request Read read
integration__checkout_com__checkout_com_compliance_requests_submit_compliance_request_response checkout-com.checkout_com_compliance_requests_submit_compliance_request_response Write write
integration__checkout_com__checkout_com_request_an_access_token checkout-com.checkout_com_request_an_access_token Read read
integration__checkout_com__checkout_com_create_customer checkout-com.checkout_com_create_customer Write write
integration__checkout_com__checkout_com_get_customer_details checkout-com.checkout_com_get_customer_details Read read
integration__checkout_com__checkout_com_update_customer_details checkout-com.checkout_com_update_customer_details Write write
integration__checkout_com__checkout_com_delete_customer checkout-com.checkout_com_delete_customer Write write
integration__checkout_com__checkout_com_get_disputes checkout-com.checkout_com_get_disputes Read read
integration__checkout_com__checkout_com_get_dispute_details checkout-com.checkout_com_get_dispute_details Read read
integration__checkout_com__checkout_com_accept_dispute checkout-com.checkout_com_accept_dispute Read read
integration__checkout_com__checkout_com_provide_dispute_evidence checkout-com.checkout_com_provide_dispute_evidence Read read
integration__checkout_com__checkout_com_get_dispute_evidence checkout-com.checkout_com_get_dispute_evidence Read read
integration__checkout_com__checkout_com_submit_dispute_evidence checkout-com.checkout_com_submit_dispute_evidence Write write
integration__checkout_com__checkout_com_submit_dispute_arbitration_evidence checkout-com.checkout_com_submit_dispute_arbitration_evidence Write write
integration__checkout_com__checkout_com_get_dispute_submitted_arbitration_evidence checkout-com.checkout_com_get_dispute_submitted_arbitration_evidence Read read
integration__checkout_com__checkout_com_get_dispute_submitted_evidence checkout-com.checkout_com_get_dispute_submitted_evidence Read read
integration__checkout_com__checkout_com_get_dispute_scheme_files checkout-com.checkout_com_get_dispute_scheme_files Read read
integration__checkout_com__checkout_com_upload_a_file checkout-com.checkout_com_upload_a_file Read read
integration__checkout_com__checkout_com_retrieve_a_file checkout-com.checkout_com_retrieve_a_file Read read
integration__checkout_com__checkout_com_create_face_authentication checkout-com.checkout_com_create_face_authentication Write write
integration__checkout_com__checkout_com_retrieve_face_authentication checkout-com.checkout_com_retrieve_face_authentication Read read
integration__checkout_com__checkout_com_anonymize_face_authentication checkout-com.checkout_com_anonymize_face_authentication Read read
integration__checkout_com__checkout_com_create_fav_attempt checkout-com.checkout_com_create_fav_attempt Write write
integration__checkout_com__checkout_com_list_fav_attempts checkout-com.checkout_com_list_fav_attempts Read read
integration__checkout_com__checkout_com_get_fav_attempt checkout-com.checkout_com_get_fav_attempt Read read
integration__checkout_com__checkout_com_upload_file checkout-com.checkout_com_upload_file Read read
integration__checkout_com__checkout_com_get_file_information checkout-com.checkout_com_get_file_information Read read
integration__checkout_com__checkout_com_get_financial_actions checkout-com.checkout_com_get_financial_actions Read read
integration__checkout_com__checkout_com_get_all_workflows checkout-com.checkout_com_get_all_workflows Read read
integration__checkout_com__checkout_com_add_workflow checkout-com.checkout_com_add_workflow Write write
integration__checkout_com__checkout_com_get_workflow checkout-com.checkout_com_get_workflow Read read
integration__checkout_com__checkout_com_remove_workflow checkout-com.checkout_com_remove_workflow Write write
integration__checkout_com__checkout_com_patch_workflow checkout-com.checkout_com_patch_workflow Read read
integration__checkout_com__checkout_com_add_workflow_action checkout-com.checkout_com_add_workflow_action Write write
integration__checkout_com__checkout_com_update_workflow_action checkout-com.checkout_com_update_workflow_action Write write
integration__checkout_com__checkout_com_remove_workflow_action checkout-com.checkout_com_remove_workflow_action Write write
integration__checkout_com__checkout_com_add_workflow_condition checkout-com.checkout_com_add_workflow_condition Write write
integration__checkout_com__checkout_com_update_workflow_condition checkout-com.checkout_com_update_workflow_condition Write write
integration__checkout_com__checkout_com_remove_workflow_condition checkout-com.checkout_com_remove_workflow_condition Write write
integration__checkout_com__checkout_com_test_workflow checkout-com.checkout_com_test_workflow Write write
integration__checkout_com__checkout_com_get_event_types checkout-com.checkout_com_get_event_types Read read
integration__checkout_com__checkout_com_get_workflow_event checkout-com.checkout_com_get_workflow_event Read read
integration__checkout_com__checkout_com_get_workflow_action_invocations checkout-com.checkout_com_get_workflow_action_invocations Read read
integration__checkout_com__checkout_com_reflow_by_event checkout-com.checkout_com_reflow_by_event Read read
integration__checkout_com__checkout_com_reflow_by_event_and_workflow checkout-com.checkout_com_reflow_by_event_and_workflow Read read
integration__checkout_com__checkout_com_reflow_events checkout-com.checkout_com_reflow_events Read read
integration__checkout_com__checkout_com_get_subject_events checkout-com.checkout_com_get_subject_events Read read
integration__checkout_com__checkout_com_reflow_by_subject checkout-com.checkout_com_reflow_by_subject Read read
integration__checkout_com__checkout_com_reflow_by_subject_and_workflow checkout-com.checkout_com_reflow_by_subject_and_workflow Read read
integration__checkout_com__checkout_com_get_fx_rates checkout-com.checkout_com_get_fx_rates Read read
integration__checkout_com__checkout_com_forward_request checkout-com.checkout_com_forward_request Write write
integration__checkout_com__checkout_com_get_forward_request checkout-com.checkout_com_get_forward_request Write write
integration__checkout_com__checkout_com_create_secret checkout-com.checkout_com_create_secret Write write
integration__checkout_com__checkout_com_list_secrets checkout-com.checkout_com_list_secrets Read read
integration__checkout_com__checkout_com_update_secret checkout-com.checkout_com_update_secret Write write
integration__checkout_com__checkout_com_delete_secret checkout-com.checkout_com_delete_secret Write write
integration__checkout_com__checkout_com_google_pay_enroll_merchant checkout-com.checkout_com_google_pay_enroll_merchant Read read
integration__checkout_com__checkout_com_google_pay_register_domain checkout-com.checkout_com_google_pay_register_domain Read read
integration__checkout_com__checkout_com_google_pay_get_registered_domains checkout-com.checkout_com_google_pay_get_registered_domains Read read
integration__checkout_com__checkout_com_google_pay_get_enrollment_state checkout-com.checkout_com_google_pay_get_enrollment_state Read read
integration__checkout_com__checkout_com_create_a_hosted_payments_session checkout-com.checkout_com_create_a_hosted_payments_session Write write
integration__checkout_com__checkout_com_get_hosted_payments_page_details checkout-com.checkout_com_get_hosted_payments_page_details Read read
integration__checkout_com__checkout_com_create_id_document_verification checkout-com.checkout_com_create_id_document_verification Write write
integration__checkout_com__checkout_com_retrieve_id_document_verification checkout-com.checkout_com_retrieve_id_document_verification Read read
integration__checkout_com__checkout_com_anonymize_id_document_verification checkout-com.checkout_com_anonymize_id_document_verification Read read
integration__checkout_com__checkout_com_create_id_document_verification_attempt checkout-com.checkout_com_create_id_document_verification_attempt Write write
integration__checkout_com__checkout_com_list_attempts_id_document_verification checkout-com.checkout_com_list_attempts_id_document_verification Read read
integration__checkout_com__checkout_com_get_id_document_verification_attempt checkout-com.checkout_com_get_id_document_verification_attempt Read read
integration__checkout_com__checkout_com_pdf_id_document_verification checkout-com.checkout_com_pdf_id_document_verification Read read
integration__checkout_com__checkout_com_create_applicant checkout-com.checkout_com_create_applicant Write write
integration__checkout_com__checkout_com_retrieve_applicant checkout-com.checkout_com_retrieve_applicant Read read
integration__checkout_com__checkout_com_update_applicant checkout-com.checkout_com_update_applicant Write write
integration__checkout_com__checkout_com_anonymize_applicant checkout-com.checkout_com_anonymize_applicant Read read
integration__checkout_com__checkout_com_create_and_start_identity_verification checkout-com.checkout_com_create_and_start_identity_verification Write write
integration__checkout_com__checkout_com_create_identity_verification checkout-com.checkout_com_create_identity_verification Write write
integration__checkout_com__checkout_com_retrieve_identity_verification checkout-com.checkout_com_retrieve_identity_verification Read read
integration__checkout_com__checkout_com_anonymize_identity_verification checkout-com.checkout_com_anonymize_identity_verification Read read
integration__checkout_com__checkout_com_create_attempt checkout-com.checkout_com_create_attempt Write write
integration__checkout_com__checkout_com_list_attempts checkout-com.checkout_com_list_attempts Read read
integration__checkout_com__checkout_com_get_attempt checkout-com.checkout_com_get_attempt Read read
integration__checkout_com__checkout_com_pdf_identity_verification checkout-com.checkout_com_pdf_identity_verification Read read
integration__checkout_com__checkout_com_create_an_instrument checkout-com.checkout_com_create_an_instrument Write write
integration__checkout_com__checkout_com_get_instrument_details checkout-com.checkout_com_get_instrument_details Read read
integration__checkout_com__checkout_com_update_instrument checkout-com.checkout_com_update_instrument Write write
integration__checkout_com__checkout_com_delete_instrument checkout-com.checkout_com_delete_instrument Write write
integration__checkout_com__checkout_com_request_cardholder_access_token checkout-com.checkout_com_request_cardholder_access_token Read read
integration__checkout_com__checkout_com_create_cardholder checkout-com.checkout_com_create_cardholder Write write
integration__checkout_com__checkout_com_get_cardholder checkout-com.checkout_com_get_cardholder Read read
integration__checkout_com__checkout_com_update_cardholder checkout-com.checkout_com_update_cardholder Write write
integration__checkout_com__checkout_com_get_cardholder_cards checkout-com.checkout_com_get_cardholder_cards Read read
integration__checkout_com__checkout_com_create_card checkout-com.checkout_com_create_card Write write
integration__checkout_com__checkout_com_get_card checkout-com.checkout_com_get_card Read read
integration__checkout_com__checkout_com_update_card checkout-com.checkout_com_update_card Write write
integration__checkout_com__checkout_com_enroll_card checkout-com.checkout_com_enroll_card Read read
integration__checkout_com__checkout_com_update_card_enrollment_details checkout-com.checkout_com_update_card_enrollment_details Write write
integration__checkout_com__checkout_com_get_card_enrollment_details checkout-com.checkout_com_get_card_enrollment_details Read read
integration__checkout_com__checkout_com_activate_card checkout-com.checkout_com_activate_card Write write
integration__checkout_com__checkout_com_get_card_credentials checkout-com.checkout_com_get_card_credentials Read read
integration__checkout_com__checkout_com_renew_card checkout-com.checkout_com_renew_card Read read
integration__checkout_com__checkout_com_revoke_card checkout-com.checkout_com_revoke_card Read read
integration__checkout_com__checkout_com_add_scheduled_revocation_date checkout-com.checkout_com_add_scheduled_revocation_date Write write
integration__checkout_com__checkout_com_delete_scheduled_revocation_date checkout-com.checkout_com_delete_scheduled_revocation_date Write write
integration__checkout_com__checkout_com_suspend_card checkout-com.checkout_com_suspend_card Read read
integration__checkout_com__checkout_com_create_control checkout-com.checkout_com_create_control Write write
integration__checkout_com__checkout_com_get_control_by_target checkout-com.checkout_com_get_control_by_target Read read
integration__checkout_com__checkout_com_get_control checkout-com.checkout_com_get_control Read read
integration__checkout_com__checkout_com_update_control checkout-com.checkout_com_update_control Write write
integration__checkout_com__checkout_com_delete_control checkout-com.checkout_com_delete_control Write write
integration__checkout_com__checkout_com_create_control_group checkout-com.checkout_com_create_control_group Write write
integration__checkout_com__checkout_com_get_control_group_by_target checkout-com.checkout_com_get_control_group_by_target Read read
integration__checkout_com__checkout_com_get_control_group checkout-com.checkout_com_get_control_group Read read
integration__checkout_com__checkout_com_delete_control_group checkout-com.checkout_com_delete_control_group Write write
integration__checkout_com__checkout_com_create_control_profile checkout-com.checkout_com_create_control_profile Write write
integration__checkout_com__checkout_com_get_control_profiles_by_target checkout-com.checkout_com_get_control_profiles_by_target Read read
integration__checkout_com__checkout_com_get_control_profile checkout-com.checkout_com_get_control_profile Read read
integration__checkout_com__checkout_com_update_control_profile checkout-com.checkout_com_update_control_profile Write write
integration__checkout_com__checkout_com_delete_control_profile checkout-com.checkout_com_delete_control_profile Write write
integration__checkout_com__checkout_com_add_target_to_control_profile checkout-com.checkout_com_add_target_to_control_profile Write write
integration__checkout_com__checkout_com_remove_target_from_control_profile checkout-com.checkout_com_remove_target_from_control_profile Write write
integration__checkout_com__checkout_com_get_digital_card checkout-com.checkout_com_get_digital_card Read read
integration__checkout_com__checkout_com_create_dispute checkout-com.checkout_com_create_dispute Write write
integration__checkout_com__checkout_com_get_dispute checkout-com.checkout_com_get_dispute Read read
integration__checkout_com__checkout_com_cancel_dispute checkout-com.checkout_com_cancel_dispute Write write
integration__checkout_com__checkout_com_escalate_dispute checkout-com.checkout_com_escalate_dispute Read read
integration__checkout_com__checkout_com_simulate_authorization checkout-com.checkout_com_simulate_authorization Read read
integration__checkout_com__checkout_com_simulate_incremental_authorization checkout-com.checkout_com_simulate_incremental_authorization Read read
integration__checkout_com__checkout_com_simulate_presentment checkout-com.checkout_com_simulate_presentment Read read
integration__checkout_com__checkout_com_simulate_refund checkout-com.checkout_com_simulate_refund Read read
integration__checkout_com__checkout_com_simulate_reversal checkout-com.checkout_com_simulate_reversal Read read
integration__checkout_com__checkout_com_simulate_oob_authentication checkout-com.checkout_com_simulate_oob_authentication Read read
integration__checkout_com__checkout_com_get_transactions checkout-com.checkout_com_get_transactions Read read
integration__checkout_com__checkout_com_get_transaction_by_id checkout-com.checkout_com_get_transaction_by_id Read read
integration__checkout_com__checkout_com_request_card_metadata checkout-com.checkout_com_request_card_metadata Read read
integration__checkout_com__checkout_com_provision_network_token checkout-com.checkout_com_provision_network_token Read read
integration__checkout_com__checkout_com_get_network_token checkout-com.checkout_com_get_network_token Read read
integration__checkout_com__checkout_com_provision_cryptogram checkout-com.checkout_com_provision_cryptogram Read read
integration__checkout_com__checkout_com_delete_network_token checkout-com.checkout_com_delete_network_token Write write
integration__checkout_com__checkout_com_request_a_payment_context checkout-com.checkout_com_request_a_payment_context Read read
integration__checkout_com__checkout_com_get_payment_context checkout-com.checkout_com_get_payment_context Read read
integration__checkout_com__checkout_com_create_a_payment_link_session checkout-com.checkout_com_create_a_payment_link_session Write write
integration__checkout_com__checkout_com_get_payment_link_details checkout-com.checkout_com_get_payment_link_details Read read
integration__checkout_com__checkout_com_get_payment_methods checkout-com.checkout_com_get_payment_methods Read read
integration__checkout_com__checkout_com_create_payment_session checkout-com.checkout_com_create_payment_session Write write
integration__checkout_com__checkout_com_submit_payment_session checkout-com.checkout_com_submit_payment_session Write write
integration__checkout_com__checkout_com_create_and_submit_payment_session checkout-com.checkout_com_create_and_submit_payment_session Write write
integration__checkout_com__checkout_com_request_a_payment_or_payout checkout-com.checkout_com_request_a_payment_or_payout Read read
integration__checkout_com__checkout_com_get_payments_list checkout-com.checkout_com_get_payments_list Read read
integration__checkout_com__checkout_com_get_payment_details checkout-com.checkout_com_get_payment_details Read read
integration__checkout_com__checkout_com_get_payment_actions checkout-com.checkout_com_get_payment_actions Read read
integration__checkout_com__checkout_com_increment_payment_authorization checkout-com.checkout_com_increment_payment_authorization Read read
integration__checkout_com__checkout_com_cancel_a_payment checkout-com.checkout_com_cancel_a_payment Write write
integration__checkout_com__checkout_com_capture_a_payment checkout-com.checkout_com_capture_a_payment Read read
integration__checkout_com__checkout_com_refund_a_payment checkout-com.checkout_com_refund_a_payment Read read
integration__checkout_com__checkout_com_reverse_payment checkout-com.checkout_com_reverse_payment Read read
integration__checkout_com__checkout_com_void_a_payment checkout-com.checkout_com_void_a_payment Read read
integration__checkout_com__checkout_com_search checkout-com.checkout_com_search Read read
integration__checkout_com__checkout_com_create_a_payment_setup checkout-com.checkout_com_create_a_payment_setup Write write
integration__checkout_com__checkout_com_update_a_payment_setup checkout-com.checkout_com_update_a_payment_setup Write write
integration__checkout_com__checkout_com_get_a_payment_setup checkout-com.checkout_com_get_a_payment_setup Read read
integration__checkout_com__checkout_com_confirm_a_payment_setup checkout-com.checkout_com_confirm_a_payment_setup Read read
integration__checkout_com__checkout_com_get_reports checkout-com.checkout_com_get_reports Read read
integration__checkout_com__checkout_com_get_report_details checkout-com.checkout_com_get_report_details Read read
integration__checkout_com__checkout_com_get_report_file checkout-com.checkout_com_get_report_file Read read
integration__checkout_com__checkout_com_create_session checkout-com.checkout_com_create_session Write write
integration__checkout_com__checkout_com_get_session checkout-com.checkout_com_get_session Read read
integration__checkout_com__checkout_com_update_session checkout-com.checkout_com_update_session Write write
integration__checkout_com__checkout_com_complete_session checkout-com.checkout_com_complete_session Read read
integration__checkout_com__checkout_com_update_session_three_ds_method_completion checkout-com.checkout_com_update_session_three_ds_method_completion Write write
integration__checkout_com__checkout_com_request_a_token checkout-com.checkout_com_request_a_token Read read
integration__checkout_com__checkout_com_create_transfer checkout-com.checkout_com_create_transfer Write write
integration__checkout_com__checkout_com_get_transfer_details checkout-com.checkout_com_get_transfer_details Read read
integration__checkout_com__checkout_com_get_bank_account_fields checkout-com.checkout_com_get_bank_account_fields Read read

Write Access

Start with --write=deny for read-only MCP clients. Use --write=ask or --write=allow only when the client and workspace are trusted.