KosmoKrator

data

Ramp MCP Gateway for AI Agents

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

Ramp MCP Gateway

Expose Ramp to MCP clients with `kosmokrator mcp:serve --integration=ramp`.

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=ramp --write=deny --json
MCP configuration
{
  "mcpServers": {
    "kosmokrator-ramp": {
      "type": "stdio",
      "command": "kosmo",
      "args": [
        "mcp:serve",
        "--integration=ramp",
        "--write=deny"
      ]
    }
  }
}
Serve manually
kosmokrator mcp:serve --integration=ramp --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__ramp__ramp_get_gl_account_list_resource ramp.ramp_get_gl_account_list_resource Read read
integration__ramp__ramp_post_gl_account_list_resource ramp.ramp_post_gl_account_list_resource Write write
integration__ramp__ramp_delete_gl_account_resource ramp.ramp_delete_gl_account_resource Write write
integration__ramp__ramp_get_gl_account_resource ramp.ramp_get_gl_account_resource Read read
integration__ramp__ramp_patch_gl_account_resource ramp.ramp_patch_gl_account_resource Write write
integration__ramp__ramp_get_accounting_all_connections_resource ramp.ramp_get_accounting_all_connections_resource Read read
integration__ramp__ramp_delete_accounting_connection_resource ramp.ramp_delete_accounting_connection_resource Write write
integration__ramp__ramp_get_accounting_current_connection_resource_deprecated ramp.ramp_get_accounting_current_connection_resource_deprecated Read read
integration__ramp__ramp_post_accounting_connection_resource ramp.ramp_post_accounting_connection_resource Write write
integration__ramp__ramp_get_accounting_connection_detail_resource ramp.ramp_get_accounting_connection_detail_resource Read read
integration__ramp__ramp_patch_accounting_connection_detail_resource ramp.ramp_patch_accounting_connection_detail_resource Write write
integration__ramp__ramp_post_reactivate_connection_resource ramp.ramp_post_reactivate_connection_resource Write write
integration__ramp__ramp_get_custom_field_option_list_resource ramp.ramp_get_custom_field_option_list_resource Read read
integration__ramp__ramp_post_custom_field_option_list_resource ramp.ramp_post_custom_field_option_list_resource Write write
integration__ramp__ramp_delete_custom_field_option_resource ramp.ramp_delete_custom_field_option_resource Write write
integration__ramp__ramp_get_custom_field_option_resource ramp.ramp_get_custom_field_option_resource Read read
integration__ramp__ramp_patch_custom_field_option_resource ramp.ramp_patch_custom_field_option_resource Write write
integration__ramp__ramp_put_custom_field_option_resource ramp.ramp_put_custom_field_option_resource Write write
integration__ramp__ramp_get_custom_field_list_resource ramp.ramp_get_custom_field_list_resource Read read
integration__ramp__ramp_post_custom_field_list_resource ramp.ramp_post_custom_field_list_resource Write write
integration__ramp__ramp_delete_custom_field_resource ramp.ramp_delete_custom_field_resource Write write
integration__ramp__ramp_get_custom_field_resource ramp.ramp_get_custom_field_resource Read read
integration__ramp__ramp_patch_custom_field_resource ramp.ramp_patch_custom_field_resource Write write
integration__ramp__ramp_delete_inventory_item_field_list_resource ramp.ramp_delete_inventory_item_field_list_resource Write write
integration__ramp__ramp_get_inventory_item_field_list_resource ramp.ramp_get_inventory_item_field_list_resource Read read
integration__ramp__ramp_patch_inventory_item_field_list_resource ramp.ramp_patch_inventory_item_field_list_resource Write write
integration__ramp__ramp_post_inventory_item_field_list_resource ramp.ramp_post_inventory_item_field_list_resource Write write
integration__ramp__ramp_get_inventory_item_field_options_list_resource ramp.ramp_get_inventory_item_field_options_list_resource Read read
integration__ramp__ramp_post_inventory_item_field_options_list_resource ramp.ramp_post_inventory_item_field_options_list_resource Write write
integration__ramp__ramp_delete_inventory_item_field_option_resource ramp.ramp_delete_inventory_item_field_option_resource Write write
integration__ramp__ramp_patch_inventory_item_field_option_resource ramp.ramp_patch_inventory_item_field_option_resource Write write
integration__ramp__ramp_post_ramp_field_option_list_resource ramp.ramp_post_ramp_field_option_list_resource Write write
integration__ramp__ramp_delete_ramp_field_option_resource ramp.ramp_delete_ramp_field_option_resource Write write
integration__ramp__ramp_patch_ramp_field_option_resource ramp.ramp_patch_ramp_field_option_resource Write write
integration__ramp__ramp_get_ramp_field_list_resource ramp.ramp_get_ramp_field_list_resource Read read
integration__ramp__ramp_post_ramp_field_list_resource ramp.ramp_post_ramp_field_list_resource Write write
integration__ramp__ramp_delete_ramp_field_resource ramp.ramp_delete_ramp_field_resource Write write
integration__ramp__ramp_get_ramp_field_resource ramp.ramp_get_ramp_field_resource Read read
integration__ramp__ramp_patch_ramp_field_resource ramp.ramp_patch_ramp_field_resource Write write
integration__ramp__ramp_post_ready_to_sync_resource ramp.ramp_post_ready_to_sync_resource Write write
integration__ramp__ramp_post_sync_list_resource ramp.ramp_post_sync_list_resource Write write
integration__ramp__ramp_delete_tax_code_field_resource ramp.ramp_delete_tax_code_field_resource Write write
integration__ramp__ramp_get_tax_code_field_resource ramp.ramp_get_tax_code_field_resource Read read
integration__ramp__ramp_patch_tax_code_field_resource ramp.ramp_patch_tax_code_field_resource Write write
integration__ramp__ramp_post_tax_code_field_resource ramp.ramp_post_tax_code_field_resource Write write
integration__ramp__ramp_get_tax_code_field_options_list_resource ramp.ramp_get_tax_code_field_options_list_resource Read read
integration__ramp__ramp_post_tax_code_field_options_list_resource ramp.ramp_post_tax_code_field_options_list_resource Write write
integration__ramp__ramp_delete_tax_code_field_option_resource ramp.ramp_delete_tax_code_field_option_resource Write write
integration__ramp__ramp_patch_tax_code_field_option_resource ramp.ramp_patch_tax_code_field_option_resource Write write
integration__ramp__ramp_get_tax_code_rates_list_resource ramp.ramp_get_tax_code_rates_list_resource Read read
integration__ramp__ramp_post_tax_code_rates_list_resource ramp.ramp_post_tax_code_rates_list_resource Write write
integration__ramp__ramp_delete_tax_rate_detail_resource ramp.ramp_delete_tax_rate_detail_resource Write write
integration__ramp__ramp_patch_tax_rate_detail_resource ramp.ramp_patch_tax_rate_detail_resource Write write
integration__ramp__ramp_get_accounting_vendor_list_resource ramp.ramp_get_accounting_vendor_list_resource Read read
integration__ramp__ramp_post_accounting_vendor_list_resource ramp.ramp_post_accounting_vendor_list_resource Write write
integration__ramp__ramp_delete_accounting_vendor_resource ramp.ramp_delete_accounting_vendor_resource Write write
integration__ramp__ramp_get_accounting_vendor_resource ramp.ramp_get_accounting_vendor_resource Read read
integration__ramp__ramp_patch_accounting_vendor_resource ramp.ramp_patch_accounting_vendor_resource Write write
integration__ramp__ramp_get_application_resource ramp.ramp_get_application_resource Read read
integration__ramp__ramp_post_application_resource ramp.ramp_post_application_resource Write write
integration__ramp__ramp_get_audit_log_events_list_resource ramp.ramp_get_audit_log_events_list_resource Read read
integration__ramp__ramp_get_bank_account_list_with_pagination ramp.ramp_get_bank_account_list_with_pagination Read read
integration__ramp__ramp_get_bank_account_resource ramp.ramp_get_bank_account_resource Read read
integration__ramp__ramp_get_bill_list_with_pagination ramp.ramp_get_bill_list_with_pagination Read read
integration__ramp__ramp_post_bill_list_with_pagination ramp.ramp_post_bill_list_with_pagination Write write
integration__ramp__ramp_get_draft_bill_list_with_pagination ramp.ramp_get_draft_bill_list_with_pagination Read read
integration__ramp__ramp_post_draft_bill_list_with_pagination ramp.ramp_post_draft_bill_list_with_pagination Write write
integration__ramp__ramp_get_draft_bill_resource ramp.ramp_get_draft_bill_resource Read read
integration__ramp__ramp_patch_draft_bill_resource ramp.ramp_patch_draft_bill_resource Write write
integration__ramp__ramp_post_draft_bill_attachment_upload_resource ramp.ramp_post_draft_bill_attachment_upload_resource Write write
integration__ramp__ramp_delete_bill_resource ramp.ramp_delete_bill_resource Write write
integration__ramp__ramp_get_bill_resource ramp.ramp_get_bill_resource Read read
integration__ramp__ramp_patch_bill_resource ramp.ramp_patch_bill_resource Write write
integration__ramp__ramp_post_bill_attachment_upload_resource ramp.ramp_post_bill_attachment_upload_resource Write write
integration__ramp__ramp_post_blank_canvas_approval_document_resource ramp.ramp_post_blank_canvas_approval_document_resource Write write
integration__ramp__ramp_post_blank_canvas_approval_resource ramp.ramp_post_blank_canvas_approval_resource Write write
integration__ramp__ramp_patch_blank_canvas_approval_external_approval_metadata_resource ramp.ramp_patch_blank_canvas_approval_external_approval_metadata_resource Write write
integration__ramp__ramp_get_business_resource ramp.ramp_get_business_resource Read read
integration__ramp__ramp_get_business_balance_resource ramp.ramp_get_business_balance_resource Read read
integration__ramp__ramp_get_card_list_with_pagination ramp.ramp_get_card_list_with_pagination Read read
integration__ramp__ramp_post_physical_card ramp.ramp_post_physical_card Write write
integration__ramp__ramp_get_card_deferred_task_resource ramp.ramp_get_card_deferred_task_resource Read read
integration__ramp__ramp_post_virtual_card ramp.ramp_post_virtual_card Write write
integration__ramp__ramp_get_card_resource ramp.ramp_get_card_resource Read read
integration__ramp__ramp_patch_card_resource ramp.ramp_patch_card_resource Write write
integration__ramp__ramp_post_card_suspension_resource ramp.ramp_post_card_suspension_resource Write write
integration__ramp__ramp_post_card_termination_resource ramp.ramp_post_card_termination_resource Write write
integration__ramp__ramp_post_card_unsuspension_resource ramp.ramp_post_card_unsuspension_resource Write write
integration__ramp__ramp_get_cashback_list_with_pagination ramp.ramp_get_cashback_list_with_pagination Read read
integration__ramp__ramp_get_cashback_resource ramp.ramp_get_cashback_resource Read read
integration__ramp__ramp_get_comments_resource ramp.ramp_get_comments_resource Read read
integration__ramp__ramp_post_comments_resource ramp.ramp_post_comments_resource Write write
integration__ramp__ramp_get_custom_form_collection_response_resource ramp.ramp_get_custom_form_collection_response_resource Read read
integration__ramp__ramp_post_dev_api_configure_custom_tables ramp.ramp_post_dev_api_configure_custom_tables Write write
integration__ramp__ramp_post_dev_api_configure_custom_table_columns ramp.ramp_post_dev_api_configure_custom_table_columns Write write
integration__ramp__ramp_patch_dev_api_rename_custom_table_column ramp.ramp_patch_dev_api_rename_custom_table_column Write write
integration__ramp__ramp_post_dev_api_configure_native_tables ramp.ramp_post_dev_api_configure_native_tables Write write
integration__ramp__ramp_post_dev_api_configure_native_table_columns ramp.ramp_post_dev_api_configure_native_table_columns Write write
integration__ramp__ramp_patch_dev_api_rename_native_table_column ramp.ramp_patch_dev_api_rename_native_table_column Write write
integration__ramp__ramp_get_dev_api_custom_table ramp.ramp_get_dev_api_custom_table Read read
integration__ramp__ramp_get_dev_api_custom_table_column ramp.ramp_get_dev_api_custom_table_column Read read
integration__ramp__ramp_delete_dev_api_custom_row ramp.ramp_delete_dev_api_custom_row Write write
integration__ramp__ramp_get_dev_api_custom_row ramp.ramp_get_dev_api_custom_row Read read
integration__ramp__ramp_put_dev_api_custom_row ramp.ramp_put_dev_api_custom_row Write write
integration__ramp__ramp_patch_dev_api_change_custom_row_external_key ramp.ramp_patch_dev_api_change_custom_row_external_key Write write
integration__ramp__ramp_post_dev_api_append_custom_row_cells ramp.ramp_post_dev_api_append_custom_row_cells Write write
integration__ramp__ramp_post_dev_api_remove_custom_row_cells ramp.ramp_post_dev_api_remove_custom_row_cells Write write
integration__ramp__ramp_get_dev_api_matrix_tables ramp.ramp_get_dev_api_matrix_tables Read read
integration__ramp__ramp_post_dev_api_matrix_tables ramp.ramp_post_dev_api_matrix_tables Write write
integration__ramp__ramp_post_dev_api_add_matrix_result_column ramp.ramp_post_dev_api_add_matrix_result_column Write write
integration__ramp__ramp_patch_dev_api_rename_matrix_column ramp.ramp_patch_dev_api_rename_matrix_column Write write
integration__ramp__ramp_post_dev_api_matrix_list_rows ramp.ramp_post_dev_api_matrix_list_rows Write write
integration__ramp__ramp_post_dev_api_rename_matrix_table ramp.ramp_post_dev_api_rename_matrix_table Write write
integration__ramp__ramp_put_dev_api_matrix_put_rows ramp.ramp_put_dev_api_matrix_put_rows Write write
integration__ramp__ramp_post_dev_api_matrix_append_cells ramp.ramp_post_dev_api_matrix_append_cells Write write
integration__ramp__ramp_post_dev_api_matrix_remove_cells ramp.ramp_post_dev_api_matrix_remove_cells Write write
integration__ramp__ramp_delete_dev_api_delete_matrix_row ramp.ramp_delete_dev_api_delete_matrix_row Write write
integration__ramp__ramp_get_dev_api_native_table ramp.ramp_get_dev_api_native_table Read read
integration__ramp__ramp_get_dev_api_native_table_column ramp.ramp_get_dev_api_native_table_column Read read
integration__ramp__ramp_get_dev_api_native_row ramp.ramp_get_dev_api_native_row Read read
integration__ramp__ramp_put_dev_api_native_row ramp.ramp_put_dev_api_native_row Write write
integration__ramp__ramp_post_dev_api_append_native_row_cells ramp.ramp_post_dev_api_append_native_row_cells Write write
integration__ramp__ramp_post_dev_api_remove_native_row_cells ramp.ramp_post_dev_api_remove_native_row_cells Write write
integration__ramp__ramp_get_department_list_with_pagination ramp.ramp_get_department_list_with_pagination Read read
integration__ramp__ramp_post_department_list_with_pagination ramp.ramp_post_department_list_with_pagination Write write
integration__ramp__ramp_get_department_resource ramp.ramp_get_department_resource Read read
integration__ramp__ramp_patch_department_resource ramp.ramp_patch_department_resource Write write
integration__ramp__ramp_post_ramp_embedded_card_resource ramp.ramp_post_ramp_embedded_card_resource Write write
integration__ramp__ramp_get_entity_list_with_pagination ramp.ramp_get_entity_list_with_pagination Read read
integration__ramp__ramp_get_entity_resource ramp.ramp_get_entity_resource Read read
integration__ramp__ramp_get_item_receipts_resource ramp.ramp_get_item_receipts_resource Read read
integration__ramp__ramp_post_item_receipts_resource ramp.ramp_post_item_receipts_resource Write write
integration__ramp__ramp_delete_item_receipt_single_resource ramp.ramp_delete_item_receipt_single_resource Write write
integration__ramp__ramp_get_item_receipt_single_resource ramp.ramp_get_item_receipt_single_resource Read read
integration__ramp__ramp_get_spend_limit_list_with_pagination ramp.ramp_get_spend_limit_list_with_pagination Read read
integration__ramp__ramp_post_spend_limit_creation ramp.ramp_post_spend_limit_creation Write write
integration__ramp__ramp_get_spend_limit_deferred_task_status ramp.ramp_get_spend_limit_deferred_task_status Read read
integration__ramp__ramp_get_spend_limit_resource ramp.ramp_get_spend_limit_resource Read read
integration__ramp__ramp_patch_spend_limit_resource ramp.ramp_patch_spend_limit_resource Write write
integration__ramp__ramp_put_spend_limit_resource ramp.ramp_put_spend_limit_resource Write write
integration__ramp__ramp_put_spend_allocation_add_users ramp.ramp_put_spend_allocation_add_users Write write
integration__ramp__ramp_post_spend_limit_termination_resource ramp.ramp_post_spend_limit_termination_resource Write write
integration__ramp__ramp_delete_spend_allocation_delete_users ramp.ramp_delete_spend_allocation_delete_users Write write
integration__ramp__ramp_post_spend_limit_suspension_resource ramp.ramp_post_spend_limit_suspension_resource Write write
integration__ramp__ramp_post_spend_limit_unsuspension_resource ramp.ramp_post_spend_limit_unsuspension_resource Write write
integration__ramp__ramp_get_location_list_resource ramp.ramp_get_location_list_resource Read read
integration__ramp__ramp_post_location_list_resource ramp.ramp_post_location_list_resource Write write
integration__ramp__ramp_get_location_single_resource ramp.ramp_get_location_single_resource Read read
integration__ramp__ramp_patch_location_single_resource ramp.ramp_patch_location_single_resource Write write
integration__ramp__ramp_get_memo_list_with_pagination ramp.ramp_get_memo_list_with_pagination Read read
integration__ramp__ramp_get_memo_single_resource ramp.ramp_get_memo_single_resource Read read
integration__ramp__ramp_post_memo_create_single_resource ramp.ramp_post_memo_create_single_resource Write write
integration__ramp__ramp_get_merchant_list_with_pagination ramp.ramp_get_merchant_list_with_pagination Read read
integration__ramp__ramp_get_purchase_orders_resource ramp.ramp_get_purchase_orders_resource Read read
integration__ramp__ramp_post_purchase_orders_resource ramp.ramp_post_purchase_orders_resource Write write
integration__ramp__ramp_get_purchase_order_single_resource ramp.ramp_get_purchase_order_single_resource Read read
integration__ramp__ramp_patch_purchase_order_single_resource ramp.ramp_patch_purchase_order_single_resource Write write
integration__ramp__ramp_post_purchase_order_archive_resource ramp.ramp_post_purchase_order_archive_resource Write write
integration__ramp__ramp_post_purchase_order_line_items_resource ramp.ramp_post_purchase_order_line_items_resource Write write
integration__ramp__ramp_delete_purchase_order_line_item_single_resource ramp.ramp_delete_purchase_order_line_item_single_resource Write write
integration__ramp__ramp_patch_purchase_order_line_item_single_resource ramp.ramp_patch_purchase_order_line_item_single_resource Write write
integration__ramp__ramp_get_receipt_integration_opted_out_emails_list_resource ramp.ramp_get_receipt_integration_opted_out_emails_list_resource Read read
integration__ramp__ramp_post_receipt_integration_opted_out_emails_list_resource ramp.ramp_post_receipt_integration_opted_out_emails_list_resource Write write
integration__ramp__ramp_delete_receipt_integration_opted_out_emails_delete_resource ramp.ramp_delete_receipt_integration_opted_out_emails_delete_resource Write write
integration__ramp__ramp_get_receipt_list ramp.ramp_get_receipt_list Read read
integration__ramp__ramp_post_receipt_upload ramp.ramp_post_receipt_upload Write write
integration__ramp__ramp_get_receipt_single_resource ramp.ramp_get_receipt_single_resource Read read
integration__ramp__ramp_get_reimbursement_list_with_pagination ramp.ramp_get_reimbursement_list_with_pagination Read read
integration__ramp__ramp_post_mileage_reimbursement_resource ramp.ramp_post_mileage_reimbursement_resource Write write
integration__ramp__ramp_post_reimbursement_receipt_upload ramp.ramp_post_reimbursement_receipt_upload Write write
integration__ramp__ramp_get_reimbursement_resource ramp.ramp_get_reimbursement_resource Read read
integration__ramp__ramp_get_repayment_list_with_pagination ramp.ramp_get_repayment_list_with_pagination Read read
integration__ramp__ramp_get_spend_program_resource ramp.ramp_get_spend_program_resource Read read
integration__ramp__ramp_post_spend_program_resource ramp.ramp_post_spend_program_resource Write write
integration__ramp__ramp_get_spend_program_single_resource ramp.ramp_get_spend_program_single_resource Read read
integration__ramp__ramp_get_spend_program_workflow_nodes_resource ramp.ramp_get_spend_program_workflow_nodes_resource Read read
integration__ramp__ramp_post_spend_request_draft_via_ocr ramp.ramp_post_spend_request_draft_via_ocr Write write
integration__ramp__ramp_get_statement_list_with_pagination ramp.ramp_get_statement_list_with_pagination Read read
integration__ramp__ramp_get_statement_resource ramp.ramp_get_statement_resource Read read
integration__ramp__ramp_post_token ramp.ramp_post_token Write write
integration__ramp__ramp_post_revoke_token ramp.ramp_post_revoke_token Write write
integration__ramp__ramp_get_transactions_canonical_list_with_pagination ramp.ramp_get_transactions_canonical_list_with_pagination Read read
integration__ramp__ramp_get_transaction_canonical_resource ramp.ramp_get_transaction_canonical_resource Read read
integration__ramp__ramp_get_transfer_list_with_pagination ramp.ramp_get_transfer_list_with_pagination Write write
integration__ramp__ramp_get_transfer_resource ramp.ramp_get_transfer_resource Write write
integration__ramp__ramp_get_trip_list_resource ramp.ramp_get_trip_list_resource Read read
integration__ramp__ramp_get_trip_single_resource ramp.ramp_get_trip_single_resource Read read
integration__ramp__ramp_get_unified_request_list_with_pagination ramp.ramp_get_unified_request_list_with_pagination Read read
integration__ramp__ramp_get_unified_request_detail_resource ramp.ramp_get_unified_request_detail_resource Read read
integration__ramp__ramp_get_user_list_with_pagination ramp.ramp_get_user_list_with_pagination Read read
integration__ramp__ramp_post_user_creation_deferred_task ramp.ramp_post_user_creation_deferred_task Write write
integration__ramp__ramp_get_user_deferred_task_resource ramp.ramp_get_user_deferred_task_resource Read read
integration__ramp__ramp_get_user_resource ramp.ramp_get_user_resource Read read
integration__ramp__ramp_patch_user_resource ramp.ramp_patch_user_resource Write write
integration__ramp__ramp_patch_user_deactivation_resource ramp.ramp_patch_user_deactivation_resource Write write
integration__ramp__ramp_post_user_invite_action_resource ramp.ramp_post_user_invite_action_resource Write write
integration__ramp__ramp_patch_user_reactivation_resource ramp.ramp_patch_user_reactivation_resource Write write
integration__ramp__ramp_post_card_vault_creation ramp.ramp_post_card_vault_creation Write write
integration__ramp__ramp_get_card_vault_resource ramp.ramp_get_card_vault_resource Read read
integration__ramp__ramp_get_vendor_list_resource ramp.ramp_get_vendor_list_resource Read read
integration__ramp__ramp_post_vendor_list_resource ramp.ramp_post_vendor_list_resource Write write
integration__ramp__ramp_post_vendor_agreement_list_resource ramp.ramp_post_vendor_agreement_list_resource Write write
integration__ramp__ramp_delete_vendor_agreement_resource ramp.ramp_delete_vendor_agreement_resource Write write
integration__ramp__ramp_get_vendor_agreement_resource ramp.ramp_get_vendor_agreement_resource Read read
integration__ramp__ramp_patch_vendor_agreement_resource ramp.ramp_patch_vendor_agreement_resource Write write
integration__ramp__ramp_post_vendor_agreement_document_upload_resource ramp.ramp_post_vendor_agreement_document_upload_resource Write write
integration__ramp__ramp_post_vendor_agreement_link_resource ramp.ramp_post_vendor_agreement_link_resource Write write
integration__ramp__ramp_post_vendor_agreement_spend_request_link_resource ramp.ramp_post_vendor_agreement_spend_request_link_resource Write write
integration__ramp__ramp_delete_vendor_agreement_unlink_resource ramp.ramp_delete_vendor_agreement_unlink_resource Write write
integration__ramp__ramp_get_all_vendor_credits_list ramp.ramp_get_all_vendor_credits_list Read read
integration__ramp__ramp_get_vendor_credit_detail ramp.ramp_get_vendor_credit_detail Read read
integration__ramp__ramp_delete_vendor_resource ramp.ramp_delete_vendor_resource Write write
integration__ramp__ramp_get_vendor_resource ramp.ramp_get_vendor_resource Read read
integration__ramp__ramp_patch_vendor_resource ramp.ramp_patch_vendor_resource Write write
integration__ramp__ramp_get_vendor_bank_account_list_resource ramp.ramp_get_vendor_bank_account_list_resource Read read
integration__ramp__ramp_get_vendor_bank_account_resource ramp.ramp_get_vendor_bank_account_resource Read read
integration__ramp__ramp_post_vendor_bank_account_archive_resource ramp.ramp_post_vendor_bank_account_archive_resource Write write
integration__ramp__ramp_post_vendor_agreement_create_resource ramp.ramp_post_vendor_agreement_create_resource Write write
integration__ramp__ramp_get_vendor_contact_list_resource ramp.ramp_get_vendor_contact_list_resource Read read
integration__ramp__ramp_get_vendor_contact_resource ramp.ramp_get_vendor_contact_resource Read read
integration__ramp__ramp_get_vendor_credits_list ramp.ramp_get_vendor_credits_list Read read
integration__ramp__ramp_post_vendor_bank_account_update_resource ramp.ramp_post_vendor_bank_account_update_resource Write write
integration__ramp__ramp_get_outbound_webhook_subscription_resource ramp.ramp_get_outbound_webhook_subscription_resource Read read
integration__ramp__ramp_post_outbound_webhook_subscription_resource ramp.ramp_post_outbound_webhook_subscription_resource Write write
integration__ramp__ramp_post_mock_outbound_webhook_event_resource ramp.ramp_post_mock_outbound_webhook_event_resource Write write
integration__ramp__ramp_delete_outbound_webhook_subscription_detail_resource ramp.ramp_delete_outbound_webhook_subscription_detail_resource Write write
integration__ramp__ramp_get_outbound_webhook_subscription_detail_resource ramp.ramp_get_outbound_webhook_subscription_detail_resource Read read
integration__ramp__ramp_post_outbound_webhook_subscription_verify_resource ramp.ramp_post_outbound_webhook_subscription_verify_resource 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.