MCP Avantage
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| alphaIntelligence_newsSentimentsC | Fetches market news and sentiment data from Alpha Vantage. |
| alphaIntelligence_topGainersLosersB | Retrieves the top N gainers, losers, and most actively traded US tickers. |
| alphaIntelligence_insiderTransactionsC | Fetches aggregated insider trading information for a given symbol. |
| commodities_wtiCrudeOilC | Retrieves West Texas Intermediate (WTI) crude oil prices. |
| commodities_brentCrudeOilC | Retrieves Brent crude oil prices. |
| commodities_naturalGasC | Retrieves natural gas prices. |
| commodities_copperC | Retrieves copper prices. |
| commodities_aluminumC | Retrieves aluminum prices. |
| commodities_wheatC | Retrieves wheat prices. |
| commodities_cornC | Retrieves corn prices. |
| commodities_cottonC | Retrieves cotton prices. |
| commodities_sugarC | Retrieves sugar prices. |
| commodities_coffeeB | Retrieves coffee prices. |
| commodities_globalIndexC | Retrieves the global commodity index. |
| coreStock_intradayC | Fetches intraday time series data for a stock symbol. |
| coreStock_dailyC | Fetches daily time series data for a stock symbol. |
| coreStock_dailyAdjustedC | Fetches daily adjusted time series data for a stock symbol. |
| coreStock_weeklyC | Fetches weekly time series data for a stock symbol. |
| coreStock_weeklyAdjustedC | Fetches weekly adjusted time series data for a stock symbol. |
| coreStock_monthlyC | Fetches monthly time series data for a stock symbol. |
| coreStock_monthlyAdjustedB | Fetches monthly adjusted time series data for a stock symbol. |
| coreStock_quoteC | Fetches a global quote for a single stock symbol. |
| coreStock_bulkQuotesA | Fetches realtime quotes for multiple stock symbols (up to 100). Premium endpoint. |
| coreStock_searchC | Searches for stock symbols matching keywords. |
| crypto_exchangeRatesC | Fetches the realtime exchange rate for a cryptocurrency pair (e.g., BTC to USD). |
| crypto_intradayC | Fetches intraday time series data for a cryptocurrency. |
| crypto_dailyB | Fetches daily time series data for a cryptocurrency. |
| crypto_weeklyC | Fetches weekly time series data for a cryptocurrency. |
| crypto_monthlyB | Fetches monthly time series data for a cryptocurrency. |
| economicIndicators_realGDPB | Retrieves US Real Gross Domestic Product (GDP) data. |
| economicIndicators_realGDPPerCapitaC | Retrieves US Real GDP per Capita data. |
| economicIndicators_treasuryYieldC | Retrieves US Treasury yield curve data for various maturities. |
| economicIndicators_federalFundsRateB | Retrieves the effective federal funds rate. |
| economicIndicators_cpiC | Retrieves US Consumer Price Index (CPI) data. |
| economicIndicators_inflationC | Retrieves US inflation rate data. |
| economicIndicators_retailSalesC | Retrieves US retail sales data. |
| economicIndicators_durableGoodsOrdersB | Retrieves US durable goods orders data. |
| economicIndicators_unemploymentRateC | Retrieves US unemployment rate data. |
| economicIndicators_nonfarmPayrollC | Retrieves US nonfarm payroll data. |
| forex_exchangeRatesC | Fetches the realtime exchange rate for a currency pair (e.g., EUR to USD). |
| forex_intradayB | Fetches intraday time series data for a Forex pair. |
| forex_dailyC | Fetches daily time series data for a Forex pair. |
| forex_weeklyB | Fetches weekly time series data for a Forex pair. |
| forex_monthlyC | Fetches monthly time series data for a Forex pair. |
| fundamentalData_companyOverviewC | Fetches company overview details. Premium endpoint. |
| fundamentalData_etfProfileC | Fetches ETF profile details. |
| fundamentalData_dividendsC | Fetches historical dividend data for a symbol. |
| fundamentalData_splitsC | Fetches historical stock split data for a symbol. |
| fundamentalData_incomeStatementC | Fetches income statement data (annual/quarterly). Premium endpoint. |
| fundamentalData_balanceSheetC | Fetches balance sheet data (annual/quarterly). Premium endpoint. |
| fundamentalData_cashFlowB | Fetches cash flow data (annual/quarterly). Premium endpoint. |
| fundamentalData_earningsC | Fetches earnings data (annual/quarterly). Premium endpoint. |
| fundamentalData_listingStatusC | Fetches active or delisted symbols (CSV endpoint). |
| fundamentalData_earningsCalendarC | Fetches upcoming earnings calendar (CSV endpoint). |
| fundamentalData_ipoCalendarB | Fetches upcoming IPO calendar (CSV endpoint). |
| optionsData_realtimeOptionsC | Fetches realtime options chain data. Premium endpoint. |
| optionsData_historicalOptionsC | Fetches historical options chain data. Premium endpoint. |
| technicalIndicators_smaD | Simple Moving Average (SMA) |
| technicalIndicators_emaC | Exponential Moving Average (EMA) |
| technicalIndicators_wmaD | Weighted Moving Average (WMA) |
| technicalIndicators_demaD | Double Exponential Moving Average (DEMA) |
| technicalIndicators_temaD | Triple Exponential Moving Average (TEMA) |
| technicalIndicators_trimaD | Triangular Moving Average (TRIMA) |
| technicalIndicators_kamaC | Kaufman Adaptive Moving Average (KAMA) |
| technicalIndicators_adD | Chaikin A/D Line |
| technicalIndicators_adoscD | Chaikin A/D Oscillator |
| technicalIndicators_obvD | On Balance Volume (OBV) |
| technicalIndicators_htTrendlineC | Hilbert Transform - Instantaneous Trendline |
| technicalIndicators_htSineD | Hilbert Transform - Sine Wave |
| technicalIndicators_htTrendmodeC | Hilbert Transform - Trend vs Cycle Mode |
| technicalIndicators_htDcperiodD | Hilbert Transform - Dominant Cycle Period |
| technicalIndicators_htDcphaseD | Hilbert Transform - Dominant Cycle Phase |
| technicalIndicators_htPhasorC | Hilbert Transform - Phasor Components |
| technicalIndicators_mamaC | MESA Adaptive Moving Average (MAMA) |
| technicalIndicators_t3D | Triple Exponential Moving Average (T3) |
| technicalIndicators_natrD | Normalized Average True Range (NATR) |
| technicalIndicators_vwapA | Volume Weighted Average Price (VWAP). Premium endpoint, requires intraday interval. |
| technicalIndicators_rocrD | Rate of change ratio (ROCR) |
| technicalIndicators_aroonD | Aroon |
| technicalIndicators_aroonoscD | Aroon Oscillator |
| technicalIndicators_mfiD | Money Flow Index (MFI) |
| technicalIndicators_trixC | 1-day Rate Of Change (ROC) of a Triple Smooth EMA (TRIX) |
| technicalIndicators_ultoscD | Ultimate Oscillator |
| technicalIndicators_dxD | Directional Movement Index (DX) |
| technicalIndicators_minusDID | Minus Directional Indicator (-DI) |
| technicalIndicators_plusDID | Plus Directional Indicator (+DI) |
| technicalIndicators_minusDMD | Minus Directional Movement (-DM) |
| technicalIndicators_plusDMD | Plus Directional Movement (+DM) |
| technicalIndicators_bbandsD | Bollinger Bands (BBANDS) |
| technicalIndicators_midpointD | Midpoint over period |
| technicalIndicators_midpriceC | Midpoint price over period |
| technicalIndicators_sarD | Parabolic SAR |
| technicalIndicators_trangeD | True Range |
| technicalIndicators_atrD | Average True Range (ATR) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/MissionSquad/mcp-avantage'
If you have feedback or need assistance with the MCP directory API, please join our Discord server