Execute SQL queries against the in-process chDB OLAP engine to analyze data from Parquet, CSV, JSON, and pandas DataFrames. Returns results in multiple formats with configurable limits.
Analyze your code for breaking changes before upgrading a dependency. Compares API differences between current and target versions and reports line-level issues with severity and fix hints.
Filter rows in a local .xlsx file using AND-combined predicates (eq, contains, gt, etc.). Server-side formula evaluation returns accurate matching rows as a markdown table.
An MCP server for chDB, the in-process SQL OLAP engine powered by ClickHouse. Lets agents query Parquet, CSV, JSON, and pandas DataFrames with one tool — no separate server, no Docker.
Recover cell formatting (number formats, fonts, fills) discarded by pandas, enabling LLMs to interpret date serials, currency, and percentages correctly.
Analyze tire stint data for Formula 1 races, providing per-driver stint details, pace calculations, and strategy summaries. Export to CSV for data analysis.
List external workbook references in an .xlsx file, identify absolute paths and network shares that break when the file moves. Audit formula dependencies before sharing workbooks.
Retrieve formatted Python package documentation from PyPI, extracting installation instructions, usage examples, and API references to support development tasks.
Extract every form control (Check Box, Drop-down, etc.) from an Excel workbook with linked cell, current value, and source ranges. Ideal for documenting interactive dashboards or auditing user-changeable cells.
Check which Python third-party libraries are installed on the device before importing them in scripts. Lists packages available in the AScript App environment.
Export tracked ENCODE experiments as a CSV, TSV, or JSON table with metadata, publication counts, and PMIDs. Ideal for manuscripts, reports, and further literature analysis.
Reshape a flat table from a .xlsx file into a 2D matrix, aggregating values across index and columns. Choose from sum, mean, min, max, count, or count_distinct.