Back to Home
jpkaladjian icon

mcp-server-qobra

Verified Safe

by jpkaladjian

Overview

Enables AI assistants to securely read sales compensation data from Qobra via the Model Context Protocol (MCP).

Installation

Run Command
uvx mcp-server-qobra

Environment Variables

  • QOBRA_API_KEY
  • QOBRA_BASE_URL

Security Notes

The server is explicitly designed for 'READ-ONLY MODE', preventing any write, update, or delete operations on Qobra data, which is a significant security control. It uses environment variables (QOBRA_API_KEY) for sensitive credentials, preventing hardcoding. The `qobra_client.py` strictly enforces GET requests only. It uses `httpx` for API communication, which is a modern, secure HTTP client. No `eval`, `exec`, or other high-risk functions are used. Input parameters for tools are type-hinted and processed, reducing injection risks. Error handling for API calls is present. The architecture is straightforward and follows best practices for secure API integration. The only potential risk would be if the Qobra API itself had vulnerabilities or if the API key were compromised externally; the server mitigates risks on its side.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2026-01-16

Tags

MCPQobraSales CompensationAPI IntegrationRead-Only