Skip to main content
Glama

MCP Tabular Data Analysis Server

by K02D
pyproject.toml•666 B
[project] name = "mcp-tabular" version = "0.2.0" description = "MCP server for tabular data analysis - describe datasets, detect anomalies, correlations, pivot tables, charts, time series, and more" readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp>=1.0.0", "pandas>=2.0.0", "numpy>=1.24.0", "scipy>=1.10.0", "matplotlib>=3.7.0", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", ] [project.scripts] mcp-tabular = "mcp_tabular.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/mcp_tabular"]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/K02D/mcp-tabular'

If you have feedback or need assistance with the MCP directory API, please join our Discord server