orb_ping — orb MCP Tool
orb_ping
(orb ping) 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_ping from your client
- Claude Code orb orb_ping run in your project directory
- Claude Desktop orb orb_ping ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor orb orb_ping ~/.cursor/mcp.json
- VS Code orb orb_ping .vscode/mcp.json
- Zed orb orb_ping ~/.config/zed/settings.json
- Windsurf orb orb_ping ~/.codeium/windsurf/mcp_config.json
- Cline orb orb_ping ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI orb orb_ping ~/.gemini/settings.json
- Grok orb orb_ping .mcp.json (in your project root)
- ChatGPT orb orb_ping Settings → Connectors → Advanced → Developer mode
- Claude.ai orb orb_ping Settings → Connectors → Add custom connector
- LangChain orb orb_ping pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http orb https://orb.usefulapi.io/mcp
Other tools on this server
- 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
- orb_update_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.