orb_update_customer — orb MCP Tool
orb_update_customer
(orb update customer) is one of 26 tools on the
orb
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call orb_update_customer from your client
- Claude Code orb orb_update_customer run in your project directory
- Claude Desktop orb orb_update_customer ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor orb orb_update_customer ~/.cursor/mcp.json
- VS Code orb orb_update_customer .vscode/mcp.json
- Zed orb orb_update_customer ~/.config/zed/settings.json
- Windsurf orb orb_update_customer ~/.codeium/windsurf/mcp_config.json
- Cline orb orb_update_customer ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI orb orb_update_customer ~/.gemini/settings.json
- Grok orb orb_update_customer .mcp.json (in your project root)
- ChatGPT orb orb_update_customer Settings → Connectors → Advanced → Developer mode
- Claude.ai orb orb_update_customer Settings → Connectors → Add custom connector
- LangChain orb orb_update_customer pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http orb https://orb.usefulapi.io/mcp
Other tools on this server
- orb_ping
- orb_list_customers
- orb_get_customer
- orb_get_customer_by_external_id
- orb_get_customer_costs
- orb_get_customer_credits
- orb_get_customer_credits_ledger
- orb_list_plans
- orb_get_plan
- orb_list_subscriptions
- orb_get_subscription
- orb_get_subscription_costs
- orb_get_subscription_usage
- orb_get_subscription_schedule
- orb_list_invoices
- orb_get_invoice
- orb_get_upcoming_invoice
- orb_list_items
- orb_get_item
- orb_list_prices
- orb_get_price
- orb_list_metrics
- orb_list_coupons
- orb_list_alerts
- orb_create_customer
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.