Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by tradercjz • Analytics & Monitoring
An MCP plugin that exposes DolphinDB operations (list databases/tables, query table disk usage, run DolphinDB scripts) via FastMCP for integration with agents and frontends.
Enumerate available DolphinDB databases to choose a target dataset for analysis.
List tables within a database and inspect table metadata or disk usage to make storage-aware decisions.
Run ad-hoc DolphinDB scripts and retrieve query results for downstream processing or answering user queries.
This MCP server connects to DolphinDB and provides a small set of FastMCP APIs—list_dbs, list_tbs, query_table_diskusage, and query_dolphindb—so external tools or LLM agents can inspect databases, tables, storage usage, and run ad-hoc scripts. It supports multiple installation methods (uvx, PyPI, or local build) and can be configured via environment variables for DolphinDB connection details. The service is intended to be used from an MCP frontend or integrated into an agent toolchain to enable programmatic access to DolphinDB resources.
查看 DolphinDB 中有哪些库
查看 DolphinDB中,某个分布式库下面有哪些表 :param dbName: DolphinDB的库名称,通常是dfs://开头的 :return: 分布式库包含的表
查看DolphinDB中,某个库表,其磁盘空间占用 :param database: DolphinDB的库名称,通常是dfs://开头的 :param tableName: DolphinDB的表名称 :return 磁盘占用
在 DolphinDB 执行查询 :param script: 要执行的 DolphinDB 脚本 :return: 查询结果
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.