orb-cloud-mcp
Enables Orb Cloud device management, including listing organizations and devices, retrieving telemetry, triggering speed tests, and configuring temporary data push through natural language.
README
orb-cloud-mcp
An MCP server for Orb Cloud device management. Exposes your Orb Cloud organizations and devices to any MCP-compatible client (Claude Desktop, Cursor, etc.).
Tools and resources
Tools
| Tool | Description |
|---|---|
list_organizations |
List all organizations accessible with your API key |
list_devices |
List devices in an organization — hardware info, location, firmware, and configuration (cached) |
get_device_telemetry |
Real-time connectivity status and Orb performance scores for devices in an organization |
trigger_speedtest |
Trigger a content or top speed test on a device |
configure_temp_datasets |
Enable temporary data push from a device to a custom endpoint |
Resources
| URI | Description |
|---|---|
orb://organizations |
All accessible organizations (cached) |
orb://organizations/{organization_id}/devices |
Stable device info for an organization (cached) |
list_devices and list_organizations results are cached for 5 minutes by default (see Configuration).
Requirements
- Python 3.10+
- An Orb Cloud API token — requires a Plus plan or above. Generate a token in the Orb Cloud panel under Settings → API Keys.
Installation
pip install orb-cloud-mcp
Configuration
| Environment variable | Required | Default | Description |
|---|---|---|---|
ORB_CLOUD_API_KEY |
Yes | — | Your Orb Cloud API token |
ORB_CLOUD_CACHE_TTL |
No | 300 |
Cache TTL in seconds for stable data. Set to 0 to disable caching. |
Claude Desktop
The config file location varies by platform:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"orb-cloud": {
"command": "uvx",
"args": ["orb-cloud-mcp"],
"env": {
"ORB_CLOUD_API_KEY": "your-token-here"
}
}
}
}
Cursor and other MCP clients
{
"mcpServers": {
"orb-cloud": {
"command": "uvx",
"args": ["orb-cloud-mcp"],
"env": {
"ORB_CLOUD_API_KEY": "your-token-here"
}
}
}
}
Disclaimer
This tool is not officially affiliated with Orb. For official support, visit orb.net.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.