odsbox-jaquel-mcp
Verified Safeby totonga
Overview
Serves as a Model Context Protocol (MCP) server to enable AI agents and developers to interact with ASAM ODS (Open Data Services) servers, providing tools for Jaquel query validation, schema inspection, efficient timeseries data access, measurement analysis, and Jupyter notebook generation.
Installation
uvx odsbox-jaquel-mcp@latestSecurity Notes
The server does not use `eval` or obfuscation. It handles external ASAM ODS server connections, taking sensitive credentials (URL, username, password) as arguments to the `ods_connect` tool. The documentation states these credentials are held only in memory during the connection. SSL certificate verification is supported and enabled by default, which is a good security practice. While test fixtures (e.g., in `conftest.py`) contain hardcoded demo credentials, these are isolated to the test suite and not part of the deployable application logic. The primary network risk lies in the trustworthiness and security of the external ASAM ODS server it connects to.
Similar Servers
mcp
This repository provides a collection of Model Context Protocol (MCP) servers to enable AI agents to interact with and manage various Oracle Cloud Infrastructure (OCI) services, Oracle Database, and MySQL databases through natural language.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
opensearch-mcp-server-py
Enables AI assistants and LLMs to interact with OpenSearch clusters by providing a standardized Model Context Protocol (MCP) interface through built-in and dynamic tools.
data-commons-mcp
A server that facilitates natural language search for open-access scientific datasets and tools using a Large Language Model (LLM) and the Model Context Protocol (MCP).