KosmoKrator

data

Adyen MCP Gateway for AI Agents

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

Adyen MCP Gateway

Expose Adyen to MCP clients with `kosmokrator mcp:serve --integration=adyen`.

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=adyen --write=deny --json
MCP configuration
{
  "mcpServers": {
    "kosmokrator-adyen": {
      "type": "stdio",
      "command": "kosmo",
      "args": [
        "mcp:serve",
        "--integration=adyen",
        "--write=deny"
      ]
    }
  }
}
Serve manually
kosmokrator mcp:serve --integration=adyen --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__adyen__adyen_checkout_post_apple_pay_sessions adyen.adyen_checkout_post_apple_pay_sessions Write write
integration__adyen__adyen_checkout_post_cancels adyen.adyen_checkout_post_cancels Write write
integration__adyen__adyen_checkout_post_card_details adyen.adyen_checkout_post_card_details Write write
integration__adyen__adyen_checkout_post_donation_campaigns adyen.adyen_checkout_post_donation_campaigns Write write
integration__adyen__adyen_checkout_post_donations adyen.adyen_checkout_post_donations Write write
integration__adyen__adyen_checkout_post_forward adyen.adyen_checkout_post_forward Write write
integration__adyen__adyen_checkout_post_orders adyen.adyen_checkout_post_orders Write write
integration__adyen__adyen_checkout_post_orders_cancel adyen.adyen_checkout_post_orders_cancel Write write
integration__adyen__adyen_checkout_post_origin_keys adyen.adyen_checkout_post_origin_keys Write write
integration__adyen__adyen_checkout_post_payment_links adyen.adyen_checkout_post_payment_links Write write
integration__adyen__adyen_checkout_get_payment_links_link_id adyen.adyen_checkout_get_payment_links_link_id Read read
integration__adyen__adyen_checkout_patch_payment_links_link_id adyen.adyen_checkout_patch_payment_links_link_id Write write
integration__adyen__adyen_checkout_post_payment_methods adyen.adyen_checkout_post_payment_methods Write write
integration__adyen__adyen_checkout_post_payment_methods_balance adyen.adyen_checkout_post_payment_methods_balance Write write
integration__adyen__adyen_checkout_post_payments adyen.adyen_checkout_post_payments Write write
integration__adyen__adyen_checkout_post_payments_details adyen.adyen_checkout_post_payments_details Write write
integration__adyen__adyen_checkout_post_payments_payment_psp_reference_amount_updates adyen.adyen_checkout_post_payments_payment_psp_reference_amount_updates Write write
integration__adyen__adyen_checkout_post_payments_payment_psp_reference_cancels adyen.adyen_checkout_post_payments_payment_psp_reference_cancels Write write
integration__adyen__adyen_checkout_post_payments_payment_psp_reference_captures adyen.adyen_checkout_post_payments_payment_psp_reference_captures Write write
integration__adyen__adyen_checkout_post_payments_payment_psp_reference_refunds adyen.adyen_checkout_post_payments_payment_psp_reference_refunds Write write
integration__adyen__adyen_checkout_post_payments_payment_psp_reference_reversals adyen.adyen_checkout_post_payments_payment_psp_reference_reversals Write write
integration__adyen__adyen_checkout_post_paypal_update_order adyen.adyen_checkout_post_paypal_update_order Write write
integration__adyen__adyen_checkout_post_sessions adyen.adyen_checkout_post_sessions Write write
integration__adyen__adyen_checkout_get_sessions_session_id adyen.adyen_checkout_get_sessions_session_id Read read
integration__adyen__adyen_checkout_get_stored_payment_methods adyen.adyen_checkout_get_stored_payment_methods Read read
integration__adyen__adyen_checkout_post_stored_payment_methods adyen.adyen_checkout_post_stored_payment_methods Write write
integration__adyen__adyen_checkout_delete_stored_payment_methods_stored_payment_method_id adyen.adyen_checkout_delete_stored_payment_methods_stored_payment_method_id Write write
integration__adyen__adyen_checkout_post_validate_shopper_id adyen.adyen_checkout_post_validate_shopper_id Write write
integration__adyen__adyen_management_get_companies adyen.adyen_management_get_companies Read read
integration__adyen__adyen_management_get_companies_company_id adyen.adyen_management_get_companies_company_id Read read
integration__adyen__adyen_management_get_companies_company_id_android_apps adyen.adyen_management_get_companies_company_id_android_apps Read read
integration__adyen__adyen_management_post_companies_company_id_android_apps adyen.adyen_management_post_companies_company_id_android_apps Write write
integration__adyen__adyen_management_get_companies_company_id_android_apps_id adyen.adyen_management_get_companies_company_id_android_apps_id Read read
integration__adyen__adyen_management_patch_companies_company_id_android_apps_id adyen.adyen_management_patch_companies_company_id_android_apps_id Write write
integration__adyen__adyen_management_get_companies_company_id_android_certificates adyen.adyen_management_get_companies_company_id_android_certificates Read read
integration__adyen__adyen_management_post_companies_company_id_android_certificates adyen.adyen_management_post_companies_company_id_android_certificates Write write
integration__adyen__adyen_management_get_companies_company_id_api_credentials adyen.adyen_management_get_companies_company_id_api_credentials Read read
integration__adyen__adyen_management_post_companies_company_id_api_credentials adyen.adyen_management_post_companies_company_id_api_credentials Write write
integration__adyen__adyen_management_get_companies_company_id_api_credentials_api_credential_id adyen.adyen_management_get_companies_company_id_api_credentials_api_credential_id Read read
integration__adyen__adyen_management_patch_companies_company_id_api_credentials_api_credential_id adyen.adyen_management_patch_companies_company_id_api_credentials_api_credential_id Write write
integration__adyen__adyen_management_get_companies_company_id_api_credentials_api_credential_id_allowed_origins adyen.adyen_management_get_companies_company_id_api_credentials_api_credential_id_allowed_origins Read read
integration__adyen__adyen_management_post_companies_company_id_api_credentials_api_credential_id_allowed_origins adyen.adyen_management_post_companies_company_id_api_credentials_api_credential_id_allowed_origins Write write
integration__adyen__adyen_management_delete_companies_company_id_api_credentials_api_credential_id_allowed_origins_origin_id adyen.adyen_management_delete_companies_company_id_api_credentials_api_credential_id_allowed_origins_origin_id Write write
integration__adyen__adyen_management_get_companies_company_id_api_credentials_api_credential_id_allowed_origins_origin_id adyen.adyen_management_get_companies_company_id_api_credentials_api_credential_id_allowed_origins_origin_id Read read
integration__adyen__adyen_management_post_companies_company_id_api_credentials_api_credential_id_generate_api_key adyen.adyen_management_post_companies_company_id_api_credentials_api_credential_id_generate_api_key Write write
integration__adyen__adyen_management_post_companies_company_id_api_credentials_api_credential_id_generate_client_key adyen.adyen_management_post_companies_company_id_api_credentials_api_credential_id_generate_client_key Write write
integration__adyen__adyen_management_get_companies_company_id_billing_entities adyen.adyen_management_get_companies_company_id_billing_entities Read read
integration__adyen__adyen_management_get_companies_company_id_merchants adyen.adyen_management_get_companies_company_id_merchants Read read
integration__adyen__adyen_management_get_companies_company_id_shipping_locations adyen.adyen_management_get_companies_company_id_shipping_locations Read read
integration__adyen__adyen_management_post_companies_company_id_shipping_locations adyen.adyen_management_post_companies_company_id_shipping_locations Write write
integration__adyen__adyen_management_get_companies_company_id_terminal_actions adyen.adyen_management_get_companies_company_id_terminal_actions Read read
integration__adyen__adyen_management_get_companies_company_id_terminal_actions_action_id adyen.adyen_management_get_companies_company_id_terminal_actions_action_id Read read
integration__adyen__adyen_management_get_companies_company_id_terminal_logos adyen.adyen_management_get_companies_company_id_terminal_logos Read read
integration__adyen__adyen_management_patch_companies_company_id_terminal_logos adyen.adyen_management_patch_companies_company_id_terminal_logos Write write
integration__adyen__adyen_management_get_companies_company_id_terminal_models adyen.adyen_management_get_companies_company_id_terminal_models Read read
integration__adyen__adyen_management_get_companies_company_id_terminal_orders adyen.adyen_management_get_companies_company_id_terminal_orders Read read
integration__adyen__adyen_management_post_companies_company_id_terminal_orders adyen.adyen_management_post_companies_company_id_terminal_orders Write write
integration__adyen__adyen_management_get_companies_company_id_terminal_orders_order_id adyen.adyen_management_get_companies_company_id_terminal_orders_order_id Read read
integration__adyen__adyen_management_patch_companies_company_id_terminal_orders_order_id adyen.adyen_management_patch_companies_company_id_terminal_orders_order_id Write write
integration__adyen__adyen_management_post_companies_company_id_terminal_orders_order_id_cancel adyen.adyen_management_post_companies_company_id_terminal_orders_order_id_cancel Write write
integration__adyen__adyen_management_get_companies_company_id_terminal_products adyen.adyen_management_get_companies_company_id_terminal_products Read read
integration__adyen__adyen_management_get_companies_company_id_terminal_settings adyen.adyen_management_get_companies_company_id_terminal_settings Read read
integration__adyen__adyen_management_patch_companies_company_id_terminal_settings adyen.adyen_management_patch_companies_company_id_terminal_settings Write write
integration__adyen__adyen_management_get_companies_company_id_users adyen.adyen_management_get_companies_company_id_users Read read
integration__adyen__adyen_management_post_companies_company_id_users adyen.adyen_management_post_companies_company_id_users Write write
integration__adyen__adyen_management_get_companies_company_id_users_user_id adyen.adyen_management_get_companies_company_id_users_user_id Read read
integration__adyen__adyen_management_patch_companies_company_id_users_user_id adyen.adyen_management_patch_companies_company_id_users_user_id Write write
integration__adyen__adyen_management_get_companies_company_id_webhooks adyen.adyen_management_get_companies_company_id_webhooks Read read
integration__adyen__adyen_management_post_companies_company_id_webhooks adyen.adyen_management_post_companies_company_id_webhooks Write write
integration__adyen__adyen_management_delete_companies_company_id_webhooks_webhook_id adyen.adyen_management_delete_companies_company_id_webhooks_webhook_id Write write
integration__adyen__adyen_management_get_companies_company_id_webhooks_webhook_id adyen.adyen_management_get_companies_company_id_webhooks_webhook_id Read read
integration__adyen__adyen_management_patch_companies_company_id_webhooks_webhook_id adyen.adyen_management_patch_companies_company_id_webhooks_webhook_id Write write
integration__adyen__adyen_management_post_companies_company_id_webhooks_webhook_id_generate_hmac adyen.adyen_management_post_companies_company_id_webhooks_webhook_id_generate_hmac Write write
integration__adyen__adyen_management_post_companies_company_id_webhooks_webhook_id_test adyen.adyen_management_post_companies_company_id_webhooks_webhook_id_test Write write
integration__adyen__adyen_management_get_me adyen.adyen_management_get_me Read read
integration__adyen__adyen_management_get_me_allowed_origins adyen.adyen_management_get_me_allowed_origins Read read
integration__adyen__adyen_management_post_me_allowed_origins adyen.adyen_management_post_me_allowed_origins Write write
integration__adyen__adyen_management_delete_me_allowed_origins_origin_id adyen.adyen_management_delete_me_allowed_origins_origin_id Write write
integration__adyen__adyen_management_get_me_allowed_origins_origin_id adyen.adyen_management_get_me_allowed_origins_origin_id Read read
integration__adyen__adyen_management_post_me_generate_client_key adyen.adyen_management_post_me_generate_client_key Write write
integration__adyen__adyen_management_get_merchants adyen.adyen_management_get_merchants Read read
integration__adyen__adyen_management_post_merchants adyen.adyen_management_post_merchants Write write
integration__adyen__adyen_management_get_merchants_merchant_id adyen.adyen_management_get_merchants_merchant_id Read read
integration__adyen__adyen_management_post_merchants_merchant_id_activate adyen.adyen_management_post_merchants_merchant_id_activate Write write
integration__adyen__adyen_management_get_merchants_merchant_id_api_credentials adyen.adyen_management_get_merchants_merchant_id_api_credentials Read read
integration__adyen__adyen_management_post_merchants_merchant_id_api_credentials adyen.adyen_management_post_merchants_merchant_id_api_credentials Write write
integration__adyen__adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id adyen.adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id Read read
integration__adyen__adyen_management_patch_merchants_merchant_id_api_credentials_api_credential_id adyen.adyen_management_patch_merchants_merchant_id_api_credentials_api_credential_id Write write
integration__adyen__adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins adyen.adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins Read read
integration__adyen__adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins adyen.adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins Write write
integration__adyen__adyen_management_delete_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins_origin_id adyen.adyen_management_delete_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins_origin_id Write write
integration__adyen__adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins_origin_id adyen.adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins_origin_id Read read
integration__adyen__adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_generate_api_key adyen.adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_generate_api_key Write write
integration__adyen__adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_generate_client_key adyen.adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_generate_client_key Write write
integration__adyen__adyen_management_get_merchants_merchant_id_billing_entities adyen.adyen_management_get_merchants_merchant_id_billing_entities Read read
integration__adyen__adyen_management_get_merchants_merchant_id_payment_method_settings adyen.adyen_management_get_merchants_merchant_id_payment_method_settings Read read
integration__adyen__adyen_management_post_merchants_merchant_id_payment_method_settings adyen.adyen_management_post_merchants_merchant_id_payment_method_settings Write write
integration__adyen__adyen_management_get_merchants_merchant_id_payment_method_settings_payment_method_id adyen.adyen_management_get_merchants_merchant_id_payment_method_settings_payment_method_id Read read
integration__adyen__adyen_management_patch_merchants_merchant_id_payment_method_settings_payment_method_id adyen.adyen_management_patch_merchants_merchant_id_payment_method_settings_payment_method_id Write write
integration__adyen__adyen_management_post_merchants_merchant_id_payment_method_settings_payment_method_id_add_apple_pay_domains adyen.adyen_management_post_merchants_merchant_id_payment_method_settings_payment_method_id_add_apple_pay_domains Write write
integration__adyen__adyen_management_get_merchants_merchant_id_payment_method_settings_payment_method_id_get_apple_pay_domains adyen.adyen_management_get_merchants_merchant_id_payment_method_settings_payment_method_id_get_apple_pay_domains Read read
integration__adyen__adyen_management_get_merchants_merchant_id_payout_settings adyen.adyen_management_get_merchants_merchant_id_payout_settings Read read
integration__adyen__adyen_management_post_merchants_merchant_id_payout_settings adyen.adyen_management_post_merchants_merchant_id_payout_settings Write write
integration__adyen__adyen_management_delete_merchants_merchant_id_payout_settings_payout_settings_id adyen.adyen_management_delete_merchants_merchant_id_payout_settings_payout_settings_id Write write
integration__adyen__adyen_management_get_merchants_merchant_id_payout_settings_payout_settings_id adyen.adyen_management_get_merchants_merchant_id_payout_settings_payout_settings_id Read read
integration__adyen__adyen_management_patch_merchants_merchant_id_payout_settings_payout_settings_id adyen.adyen_management_patch_merchants_merchant_id_payout_settings_payout_settings_id Write write
integration__adyen__adyen_management_get_merchants_merchant_id_shipping_locations adyen.adyen_management_get_merchants_merchant_id_shipping_locations Read read
integration__adyen__adyen_management_post_merchants_merchant_id_shipping_locations adyen.adyen_management_post_merchants_merchant_id_shipping_locations Write write
integration__adyen__adyen_management_get_merchants_merchant_id_split_configurations adyen.adyen_management_get_merchants_merchant_id_split_configurations Read read
integration__adyen__adyen_management_post_merchants_merchant_id_split_configurations adyen.adyen_management_post_merchants_merchant_id_split_configurations Write write
integration__adyen__adyen_management_delete_merchants_merchant_id_split_configurations_split_configuration_id adyen.adyen_management_delete_merchants_merchant_id_split_configurations_split_configuration_id Write write
integration__adyen__adyen_management_get_merchants_merchant_id_split_configurations_split_configuration_id adyen.adyen_management_get_merchants_merchant_id_split_configurations_split_configuration_id Read read
integration__adyen__adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id adyen.adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id Write write
integration__adyen__adyen_management_post_merchants_merchant_id_split_configurations_split_configuration_id adyen.adyen_management_post_merchants_merchant_id_split_configurations_split_configuration_id Write write
integration__adyen__adyen_management_delete_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id adyen.adyen_management_delete_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id Write write
integration__adyen__adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id adyen.adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id Write write
integration__adyen__adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id_split_logic_split_logic_id adyen.adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id_split_logic_split_logic_id Write write
integration__adyen__adyen_management_get_merchants_merchant_id_stores adyen.adyen_management_get_merchants_merchant_id_stores Read read
integration__adyen__adyen_management_post_merchants_merchant_id_stores adyen.adyen_management_post_merchants_merchant_id_stores Write write
integration__adyen__adyen_management_get_merchants_merchant_id_stores_reference_terminal_logos adyen.adyen_management_get_merchants_merchant_id_stores_reference_terminal_logos Read read
integration__adyen__adyen_management_patch_merchants_merchant_id_stores_reference_terminal_logos adyen.adyen_management_patch_merchants_merchant_id_stores_reference_terminal_logos Write write
integration__adyen__adyen_management_get_merchants_merchant_id_stores_reference_terminal_settings adyen.adyen_management_get_merchants_merchant_id_stores_reference_terminal_settings Read read
integration__adyen__adyen_management_patch_merchants_merchant_id_stores_reference_terminal_settings adyen.adyen_management_patch_merchants_merchant_id_stores_reference_terminal_settings Write write
integration__adyen__adyen_management_get_merchants_merchant_id_stores_store_id adyen.adyen_management_get_merchants_merchant_id_stores_store_id Read read
integration__adyen__adyen_management_patch_merchants_merchant_id_stores_store_id adyen.adyen_management_patch_merchants_merchant_id_stores_store_id Write write
integration__adyen__adyen_management_get_merchants_merchant_id_terminal_logos adyen.adyen_management_get_merchants_merchant_id_terminal_logos Read read
integration__adyen__adyen_management_patch_merchants_merchant_id_terminal_logos adyen.adyen_management_patch_merchants_merchant_id_terminal_logos Write write
integration__adyen__adyen_management_get_merchants_merchant_id_terminal_models adyen.adyen_management_get_merchants_merchant_id_terminal_models Read read
integration__adyen__adyen_management_get_merchants_merchant_id_terminal_orders adyen.adyen_management_get_merchants_merchant_id_terminal_orders Read read
integration__adyen__adyen_management_post_merchants_merchant_id_terminal_orders adyen.adyen_management_post_merchants_merchant_id_terminal_orders Write write
integration__adyen__adyen_management_get_merchants_merchant_id_terminal_orders_order_id adyen.adyen_management_get_merchants_merchant_id_terminal_orders_order_id Read read
integration__adyen__adyen_management_patch_merchants_merchant_id_terminal_orders_order_id adyen.adyen_management_patch_merchants_merchant_id_terminal_orders_order_id Write write
integration__adyen__adyen_management_post_merchants_merchant_id_terminal_orders_order_id_cancel adyen.adyen_management_post_merchants_merchant_id_terminal_orders_order_id_cancel Write write
integration__adyen__adyen_management_get_merchants_merchant_id_terminal_products adyen.adyen_management_get_merchants_merchant_id_terminal_products Read read
integration__adyen__adyen_management_get_merchants_merchant_id_terminal_settings adyen.adyen_management_get_merchants_merchant_id_terminal_settings Read read
integration__adyen__adyen_management_patch_merchants_merchant_id_terminal_settings adyen.adyen_management_patch_merchants_merchant_id_terminal_settings Write write
integration__adyen__adyen_management_get_merchants_merchant_id_users adyen.adyen_management_get_merchants_merchant_id_users Read read
integration__adyen__adyen_management_post_merchants_merchant_id_users adyen.adyen_management_post_merchants_merchant_id_users Write write
integration__adyen__adyen_management_get_merchants_merchant_id_users_user_id adyen.adyen_management_get_merchants_merchant_id_users_user_id Read read
integration__adyen__adyen_management_patch_merchants_merchant_id_users_user_id adyen.adyen_management_patch_merchants_merchant_id_users_user_id Write write
integration__adyen__adyen_management_get_merchants_merchant_id_webhooks adyen.adyen_management_get_merchants_merchant_id_webhooks Read read
integration__adyen__adyen_management_post_merchants_merchant_id_webhooks adyen.adyen_management_post_merchants_merchant_id_webhooks Write write
integration__adyen__adyen_management_delete_merchants_merchant_id_webhooks_webhook_id adyen.adyen_management_delete_merchants_merchant_id_webhooks_webhook_id Write write
integration__adyen__adyen_management_get_merchants_merchant_id_webhooks_webhook_id adyen.adyen_management_get_merchants_merchant_id_webhooks_webhook_id Read read
integration__adyen__adyen_management_patch_merchants_merchant_id_webhooks_webhook_id adyen.adyen_management_patch_merchants_merchant_id_webhooks_webhook_id Write write
integration__adyen__adyen_management_post_merchants_merchant_id_webhooks_webhook_id_generate_hmac adyen.adyen_management_post_merchants_merchant_id_webhooks_webhook_id_generate_hmac Write write
integration__adyen__adyen_management_post_merchants_merchant_id_webhooks_webhook_id_test adyen.adyen_management_post_merchants_merchant_id_webhooks_webhook_id_test Write write
integration__adyen__adyen_management_get_stores adyen.adyen_management_get_stores Read read
integration__adyen__adyen_management_post_stores adyen.adyen_management_post_stores Write write
integration__adyen__adyen_management_get_stores_store_id adyen.adyen_management_get_stores_store_id Read read
integration__adyen__adyen_management_patch_stores_store_id adyen.adyen_management_patch_stores_store_id Write write
integration__adyen__adyen_management_get_stores_store_id_terminal_logos adyen.adyen_management_get_stores_store_id_terminal_logos Read read
integration__adyen__adyen_management_patch_stores_store_id_terminal_logos adyen.adyen_management_patch_stores_store_id_terminal_logos Write write
integration__adyen__adyen_management_get_stores_store_id_terminal_settings adyen.adyen_management_get_stores_store_id_terminal_settings Read read
integration__adyen__adyen_management_patch_stores_store_id_terminal_settings adyen.adyen_management_patch_stores_store_id_terminal_settings Write write
integration__adyen__adyen_management_get_terminals adyen.adyen_management_get_terminals Read read
integration__adyen__adyen_management_post_terminals_schedule_actions adyen.adyen_management_post_terminals_schedule_actions Write write
integration__adyen__adyen_management_post_terminals_terminal_id_reassign adyen.adyen_management_post_terminals_terminal_id_reassign Write write
integration__adyen__adyen_management_get_terminals_terminal_id_terminal_logos adyen.adyen_management_get_terminals_terminal_id_terminal_logos Read read
integration__adyen__adyen_management_patch_terminals_terminal_id_terminal_logos adyen.adyen_management_patch_terminals_terminal_id_terminal_logos Write write
integration__adyen__adyen_management_get_terminals_terminal_id_terminal_settings adyen.adyen_management_get_terminals_terminal_id_terminal_settings Read read
integration__adyen__adyen_management_patch_terminals_terminal_id_terminal_settings adyen.adyen_management_patch_terminals_terminal_id_terminal_settings Write write

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.