Skip to main content
Glama
Navneet1710

csv-mcp-server

by Navneet1710

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
read_csvA

Read a CSV file and return its contents

Args: filename: Name of the CSV file to read rows: Optional number of rows to return (returns all if not specified)

get_csv_infoC

Get detailed information about a CSV file

Args: filename: Name of the CSV file

query_csvA

Query a CSV file using pandas query syntax

Args: filename: Name of the CSV file query: Pandas query string (e.g., "age > 30 and city == 'NYC'")

get_csv_statisticsC

Get statistical summary of a CSV file or specific column

Args: filename: Name of the CSV file column: Optional specific column name to analyze

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
list_csv_filesList all available CSV files in the configured directory

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/Navneet1710/csv_mcp_server'

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