A unified API for orchestrating and provisioning compute capacity programmatically. Define what you need in a template, request it, track it, return it — through a CLI, REST API, Python SDK, or MCP server.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"open-resource-broker": {
"command": "uvx",
"args": [
"open-resource-broker"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add open-resource-broker uvx open-resource-broker
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"open-resource-broker": {
"command": "uvx",
"args": [
"open-resource-broker"
]
}
}
}
📋 Copy
Or install with pip: pip install open-resource-broker
README Excerpt
<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/finos/open-resource-broker/main/docs/assets/orb-logo-horizontal-dark.svg"> <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/finos/open-resource-broker/main/docs/assets/orb-logo-horizontal.svg">
Tools (18)
AutoScalingGroup Deployment EC2Fleet Job MicroVM ORB_CONFIG_DIR ORB_HEALTH_DIR ORB_LOG_DIR ORB_LOG_LEVEL ORB_ROOT_DIR ORB_WORK_DIR OrbClient Pod RunInstances SpotFleet StatefulSet get_provider_config validate_template