Skip to main content
Glama

R Econometrics MCP Server

MIT License
187
  • Linux
  • Apple
test_with_packages.R329 B
# Test flexible R execution with package loading # Uses dplyr for data manipulation library(dplyr) # Create summary statistics using dplyr result <- data %>% summarise( count = n(), mean_x = mean(x), mean_y = mean(y), sd_x = sd(x), sd_y = sd(y), correlation = cor(x, y) )

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/finite-sample/rmcp'

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