Skip to main content
Glama
Epsom700

Quant Framework MCP Server

by Epsom700

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PERSONAYesThe file path to the persona configuration YAML file (e.g., 'configs/persona.yaml'). Required for the 'serve' command.
TRANSPORTNoThe transport protocol to use for the MCP server. Options are 'stdio' or 'sse'. Use 'stdio' for standard MCP desktop integration.sse
FRED_API_KEYYesYour FRED API Key, obtained from FRED (Federal Reserve Economic Data). Required for the FRED connector to function.

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
run_linearC

Fit a Linear Regression and return results with coefficients and residuals.

run_random_forestC

Fit a Random Forest Regressor and return results with feature importances.

run_svrC

Fit a Support Vector Regressor and return results.

run_xgboostB

Fit an XGBoost Regressor and return results with feature importances.

run_bayesian_ridgeB

Fit a Bayesian Ridge Regression.

Returns standard regression outputs plus Bayesian-specific posterior standard deviations and estimated precision parameters (alpha, lambda).

run_hmmA

Fit a Gaussian Hidden Markov Model.

Unlike the regression functions, HMMs are unsupervised — there is no
target column.  The function discovers *n_states* hidden regimes in the
data and returns the decoded state sequence, transition matrix, and
per-state Gaussian parameters.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Epsom700/quant_framework'

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