What is the io.usefulapi/orb MCP server?
Read Orb customers, subscriptions, invoices, usage and costs; create or update customers.
How to install io.usefulapi/orb
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"orb": {
"url": "https://orb.usefulapi.io/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"orb": {
"serverUrl": "https://orb.usefulapi.io/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"orb": {
"type": "http",
"url": "https://orb.usefulapi.io/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"orb": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://orb.usefulapi.io/mcp"
]
}
}
}Claude Code
claude mcp add --transport http orb https://orb.usefulapi.io/mcpRelated MCP servers
io.usefulapi/ably
Active
MCP server for Ably — channel history, presence, occupancy, stats, publish, and app management.
0
View repository →JavaScript
MIT
Read appointments, types, calendars and availability; create, cancel or reschedule bookings.
0
View repository →JavaScript
MIT
io.usefulapi/aircall
Active
Read calls, contacts, users, teams and numbers; tag calls and create or update contacts.
0
View repository →JavaScript
MIT
io.usefulapi/all-quiet
Active
Manage incidents and on-call: list/create/update incidents, who is on call, on-call overrides.
0
View repository →JavaScript
MIT
io.usefulapi/amberflo
Active
Query and manage Amberflo metering & billing: customers, meters, usage, plans, invoices, prepaid.
0
View repository →JavaScript
MIT
io.usefulapi/anvil
Active
Hosted MCP server for Anvil — fill & generate PDFs and run Etch e-signature packets for AI agents.
0
View repository →JavaScript
MIT