Quick AccessRhombus Developer Documentation MCP Server:
https://api-docs.rhombus.community/mcpWhy Use the Documentation MCP?
Instant Documentation Access
AI assistants can search and retrieve relevant documentation without leaving your workflow
Always Up-to-Date
Automatically synced with the latest Rhombus API documentation
Context-Aware Assistance
AI tools understand your API and provide accurate, documentation-backed responses
Faster Development
Get answers about endpoints, parameters, and examples instantly while coding
What’s Included
The Rhombus Documentation MCP provides:- Search Tool: Query the complete Rhombus API documentation
- Endpoint Information: Details about all available API endpoints
- Code Examples: Access to implementation examples and best practices
- Authentication Guide: Information about API keys and authentication methods
- Integration Patterns: Video player implementations and advanced use cases
Setup Instructions
Choose your AI tool below for setup instructions:- Claude Code
- Claude Desktop
- Cursor
- VS Code
- Other Tools
Add MCP to Claude Code
Claude Code makes it simple to add MCP servers with a single command.1
Open Terminal
Open your terminal or command prompt
2
Run MCP Add Command
Execute the following command:This adds the Rhombus documentation MCP with the name
rhombus-docs.3
Verify Installation
The MCP will be immediately available in Claude Code. You can verify by asking:Claude Code will now use the MCP to retrieve accurate documentation.
Using the MCP in Claude Code
Once configured, Claude Code will automatically:- Search documentation when you ask API-related questions
- Reference specific endpoints when building integrations
- Provide code examples from the documentation
- Suggest best practices based on official guides
- “How do I authenticate with the Rhombus API?”
- “Show me camera endpoints for retrieving video”
- “What parameters does the access control API accept?”
- “How do I implement the video player?”
Available Tools
The Rhombus Documentation MCP provides the following tools to AI assistants:search_rhombus_developer
search_rhombus_developer
Search the complete Rhombus documentationThis tool allows AI assistants to search through all documentation pages, including:Results: Returns relevant documentation snippets with links to full pages. Pass an optional
- API endpoint references
- Authentication guides
- Implementation examples
- Video player documentation
- Best practices and tutorials
language code (for example es) to search a translated version.query_docs_filesystem_rhombus_developer
query_docs_filesystem_rhombus_developer
Read documentation pages and OpenAPI specs directlyRuns read-only, shell-like commands against an in-memory filesystem that contains every documentation page (as Results: Returns the raw page content or search matches from the documentation filesystem.
.mdx) and the OpenAPI specs:ls/treeto explore the documentation structurecat/headto read a full pagergfor exact keyword or regex matches
submit_feedback
submit_feedback
Report a documentation problemLets AI assistants flag a page that is incorrect, outdated, confusing, or incomplete so the Rhombus docs team can review it. Use it when you spot an error while browsing the documentation.
Example Workflows
Building a Video Integration
1
Ask About Video Endpoints
2
Get Implementation Details
3
Ask About Authentication
4
Request Specific Examples
Exploring Access Control
1
Discover Endpoints
2
Understand Parameters
3
See Examples
Best Practices
Be Specific in Queries
Ask targeted questions about specific endpoints or features for better results
Reference by Name
Mention “Rhombus API” or specific endpoint names to get focused documentation
Request Code Examples
Explicitly ask for code examples when you need implementation help
Follow Up Questions
Ask follow-up questions to drill deeper into specific topics
Troubleshooting
MCP Not Responding
MCP Not Responding
Possible causes:
- MCP server URL is incorrect
- Network connectivity issues
- Tool needs to be restarted
- Verify the URL:
https://api-docs.rhombus.community/mcp - Check your internet connection
- Restart your AI tool
- Re-add the MCP configuration
No Results Found
No Results Found
Try these approaches:
- Rephrase your question more specifically
- Use exact endpoint names or feature names
- Break complex questions into simpler queries
- Check if you’re asking about a feature that exists in Rhombus API
Outdated Information
Outdated Information
The MCP server automatically syncs with the latest documentation. If you suspect outdated information:
- The documentation may have been recently updated
- Try rephrasing to get different results
- Verify against the online documentation
Configuration Not Loading
Configuration Not Loading
For command-line tools:For GUI tools:
- Remove the MCP configuration
- Restart the application
- Re-add the configuration
- Verify the URL is exactly:
https://api-docs.rhombus.community/mcp
Privacy & Security
Data PrivacyThe MCP server only provides access to public Rhombus API documentation. No private data, API keys, or user information is transmitted through the MCP.
- Public API documentation
- Code examples
- Integration guides
- Best practices
- Your API keys or credentials
- Customer-specific data
- Private account information
- Unreleased features or internal documentation
Additional Resources
Model Context Protocol Spec
Learn more about the MCP standard
Video Player Guide
Implementation examples and tutorials
Developer Community
Get help and share experiences
Feedback
Have suggestions for improving the Documentation MCP?- Community: Share feedback at rhombus.community
- Email: Reach out to support@rhombus.com
The Documentation MCP is continuously improved based on developer feedback and usage patterns. Check back for new features and capabilities.