Skip to main content
Glama
Ademscodeisnotsobad

Quant Companion MCP

index.ts3.2 kB
/** * Export all MCP tools */ export { getCurrentPrice, getCurrentPriceDefinition, getCurrentPriceSchema, type GetCurrentPriceInput, type GetCurrentPriceOutput, } from "./getCurrentPrice"; export { getHistoricalPrices, getHistoricalPricesDefinition, getHistoricalPricesSchema, type GetHistoricalPricesInput, type GetHistoricalPricesOutput, } from "./getHistoricalPrices"; export { priceOptionBlackScholes, priceOptionBlackScholesDefinition, priceOptionBlackScholesSchema, type PriceOptionBlackScholesInput, type PriceOptionBlackScholesOutput, } from "./priceOptionBlackScholes"; export { priceOptionMonteCarlo, priceOptionMonteCarloDefinition, priceOptionMonteCarloSchema, type PriceOptionMonteCarloInput, type PriceOptionMonteCarloOutput, } from "./priceOptionMonteCarlo"; export { computeImpliedVol, computeImpliedVolDefinition, computeImpliedVolSchema, type ComputeImpliedVolInput, type ComputeImpliedVolOutput, } from "./computeImpliedVol"; export { computeHistoricalVol, computeHistoricalVolDefinition, computeHistoricalVolSchema, type ComputeHistoricalVolInput, type ComputeHistoricalVolOutput, } from "./computeHistoricalVol"; export { computeRiskMetrics, computeRiskMetricsDefinition, computeRiskMetricsSchema, type ComputeRiskMetricsInput, type ComputeRiskMetricsOutput, } from "./computeRiskMetrics"; export { runBacktest, runBacktestDefinition, runBacktestSchema, type RunBacktestInput, type RunBacktestOutput, } from "./runBacktest"; export { simulatePrice, simulatePriceDefinition, simulatePriceSchema, type SimulatePriceInput, type SimulatePriceOutput, } from "./simulatePrice"; export { getOptionsChain, getOptionsChainDefinition, getOptionsChainSchema, type GetOptionsChainInput, type GetOptionsChainOutput, } from "./getOptionsChain"; export { getVolSmile, getVolSmileDefinition, getVolSmileSchema, type GetVolSmileInput, type GetVolSmileOutput, } from "./getVolSmile"; export { getVolSurface, getVolSurfaceDefinition, getVolSurfaceSchema, type GetVolSurfaceInput, type GetVolSurfaceOutput, } from "./getVolSurface"; export { simulateWithLocalVolTool, simulateWithLocalVolDefinition, simulateWithLocalVolSchema, type SimulateWithLocalVolInput, type SimulateWithLocalVolOutput, } from "./simulateWithLocalVol"; export { detectUnusualActivityTool, detectUnusualActivityDefinition, detectUnusualActivitySchema, type DetectUnusualActivityInput, type DetectUnusualActivityOutput, } from "./detectUnusualActivity"; export { summarizeVolRegime, summarizeVolRegimeDefinition, summarizeVolRegimeSchema, type SummarizeVolRegimeInput, type SummarizeVolRegimeOutput, } from "./summarizeVolRegime"; export { compareModelsForecast, compareModelsForecastDefinition, compareModelsForecastSchema, type CompareModelsForecastInput, type CompareModelsForecastOutput, } from "./compareModelsForecast"; export { backtestForecastAccuracy, backtestForecastAccuracyDefinition, backtestForecastAccuracySchema, type BacktestForecastAccuracyInput, type BacktestForecastAccuracyOutput, } from "./backtestForecastAccuracy";

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/Ademscodeisnotsobad/Quant-Companion-MCP'

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