{
  "info": {
    "name": "Alpha Vantage — mcp.ai",
    "description": "REST API for the Alpha Vantage MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/alpha_vantage",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "alpha_vantage_all_commodities",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/all/commodities",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "all",
            "commodities"
          ]
        },
        "description": "Tool to retrieve the global price index of all commodities. Use when you need monthly, quarterly, or annual aggregated price index data for commodities.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"datatype\": \"\",\n  \"interval\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_aluminum",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/aluminum",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "aluminum"
          ]
        },
        "description": "Tool to fetch global aluminum prices. Use when you need monthly, quarterly, or annual LME aluminum price data.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"datatype\": \"\",\n  \"interval\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_balance_sheet",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/balance/sheet",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "balance",
            "sheet"
          ]
        },
        "description": "Tool to return annual and quarterly balance sheets for a company. Use when you need detailed fiscal statements for analysis. Numeric fields may be returned as strings or empty values; treat empty/miss",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"symbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_brent",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/brent",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "brent"
          ]
        },
        "description": "Tool to fetch Brent crude oil prices. Use when you need daily, weekly, or monthly Brent price data.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"datatype\": \"\",\n  \"interval\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_cash_flow",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cash/flow",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cash",
            "flow"
          ]
        },
        "description": "Tool to return annual and quarterly cash flow statements for a company. Use when you need to analyze cash movements.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"symbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_coffee",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/coffee",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "coffee"
          ]
        },
        "description": "Tool to retrieve the global coffee price series. Use when you need historical monthly, quarterly, or annual coffee prices.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"datatype\": \"\",\n  \"interval\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_company_overview",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/company/overview",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "company",
            "overview"
          ]
        },
        "description": "Tool to retrieve company overview and fundamental data for individual company stocks. Note: This endpoint only works for stocks, not ETFs, mutual funds, or indices. Use after specifying a valid stock ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"symbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_copper",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/copper",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "copper"
          ]
        },
        "description": "Tool to fetch global price of copper in monthly, quarterly, and annual intervals. Use when you need historical copper price series for analysis.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"datatype\": \"\",\n  \"interval\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_corn",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/corn",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "corn"
          ]
        },
        "description": "Tool to retrieve global price of corn in monthly, quarterly, and annual intervals. Use after verifying API key when you need historical Corn price data.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"datatype\": \"\",\n  \"interval\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_cotton",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cotton",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cotton"
          ]
        },
        "description": "Tool to retrieve global cotton prices in monthly, quarterly, and annual intervals. Use when you need historical cotton price data.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"datatype\": \"\",\n  \"interval\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_cpi",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cpi",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cpi"
          ]
        },
        "description": "Tool to fetch monthly and semiannual Consumer Price Index (CPI) data of the United States. Use when you need inflation metrics or CPI historical data.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"datatype\": \"\",\n  \"interval\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_crypto_intraday",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/crypto/intraday",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "crypto",
            "intraday"
          ]
        },
        "description": "Tool to retrieve intraday time series data for cryptocurrencies with realtime updates. Use when you need high-frequency OHLCV data (open, high, low, close, volume) for a specific cryptocurrency/market",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"market\": \"\",\n  \"symbol\": \"\",\n  \"datatype\": \"\",\n  \"interval\": \"\",\n  \"outputsize\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_currency_exchange_rate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/currency/exchange/rate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "currency",
            "exchange",
            "rate"
          ]
        },
        "description": "Tool to retrieve real-time exchange rate for a currency pair. Use after confirming base and quote currency codes to get current rates. Rate is nested at response['Realtime Currency Exchange Rate']['5.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"to_currency\": \"\",\n  \"from_currency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_digital_currency_daily",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/digital/currency/daily",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "digital",
            "currency",
            "daily"
          ]
        },
        "description": "Tool to retrieve daily historical time series for a digital currency traded on a specific market. Use when needing daily OHLC and volume data for a crypto/fiat pair, refreshed daily at midnight UTC.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"market\": \"\",\n  \"symbol\": \"\",\n  \"datatype\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_digital_currency_monthly",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/digital/currency/monthly",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "digital",
            "currency",
            "monthly"
          ]
        },
        "description": "Tool to retrieve monthly digital currency prices in a fiat currency. Use when needing long-term monthly OHLC and volume data for a given crypto/fiat pair. Always returns full history; no date range fi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"market\": \"\",\n  \"symbol\": \"\",\n  \"datatype\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_digital_currency_weekly",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/digital/currency/weekly",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "digital",
            "currency",
            "weekly"
          ]
        },
        "description": "Tool to retrieve weekly digital currency prices in a fiat currency. Use when needing weekly OHLC and volume data for a given crypto/fiat pair.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"market\": \"\",\n  \"symbol\": \"\",\n  \"datatype\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_durables",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/durables",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "durables"
          ]
        },
        "description": "Tool to fetch monthly manufacturers' new orders of durable goods data for the United States. Use when you need historical data on big-ticket consumer purchases like cars, appliances, and refrigerators",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"datatype\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_earnings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/earnings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "earnings"
          ]
        },
        "description": "Tool to retrieve annual and quarterly earnings (EPS history) for a specific company symbol. Free tier limit: ~25 requests/day, 1 request/second; an 'Information' key or empty array in the response ind",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"symbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_earnings_calendar",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/earnings/calendar",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "earnings",
            "calendar"
          ]
        },
        "description": "Tool to return the earnings calendar for the next three months. Use when you need a schedule of upcoming earnings across symbols. Returned dates reflect local exchange time, not UTC; normalize to UTC ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"symbol\": \"\",\n  \"horizon\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_earnings_call_transcript",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/earnings/call/transcript",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "earnings",
            "call",
            "transcript"
          ]
        },
        "description": "Tool to retrieve the earnings call transcript for a given company and quarter. Use after confirming symbol and quarter. Returns full transcript text and associated LLM-based sentiment signals. Transcr",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"symbol\": \"\",\n  \"quarter\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_federal_funds_rate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/federal/funds/rate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "federal",
            "funds",
            "rate"
          ]
        },
        "description": "Tool to fetch daily, weekly, and monthly federal funds rate data of the United States. Use when you need historical interest rate data from the US Federal Reserve for economic analysis.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"interval\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_fx_daily",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fx/daily",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fx",
            "daily"
          ]
        },
        "description": "Tool to fetch daily time series (open, high, low, close) for a currency pair. Use after confirming base and quote currency codes to retrieve historical daily FX rates. Response keys are timestamp stri",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"datatype\": \"\",\n  \"to_symbol\": \"\",\n  \"outputsize\": \"\",\n  \"from_symbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_fx_intraday",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fx/intraday",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fx",
            "intraday"
          ]
        },
        "description": "Tool to retrieve intraday OHLC time series for a forex pair at 1-60 minute intervals (premium endpoint). Use when you need minute-bar FX data for backtesting or monitoring. Note: This is a premium Alp",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"datatype\": \"\",\n  \"interval\": \"\",\n  \"to_symbol\": \"\",\n  \"outputsize\": \"\",\n  \"from_symbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_fx_monthly",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fx/monthly",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fx",
            "monthly"
          ]
        },
        "description": "Tool to get monthly time series (open, high, low, close) for a currency pair. Use when you need historical monthly forex data for a given currency pair. Data is returned in reverse-chronological order",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"datatype\": \"\",\n  \"to_symbol\": \"\",\n  \"from_symbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_fx_weekly",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fx/weekly",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fx",
            "weekly"
          ]
        },
        "description": "Tool to get weekly time series (open, high, low, close) for a currency pair. Use when you need weekly FX rates. Results are reverse-chronological; sort ascending and cast OHLC string values to numeric",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"datatype\": \"\",\n  \"to_symbol\": \"\",\n  \"from_symbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_get_dividends",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/dividends",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "dividends"
          ]
        },
        "description": "Tool to retrieve historical dividend payment records for a stock symbol. Use when you need dividend dates and amounts for analyzing company distributions.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"symbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_get_historical_options",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/historical/options",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "historical",
            "options"
          ]
        },
        "description": "Tool to retrieve full historical options chain for a symbol on a specific date with 15+ years of history, including Greeks and IV. Use when you need historical options data with pricing, volume, and G",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"date\": \"\",\n  \"apikey\": \"\",\n  \"symbol\": \"\",\n  \"datatype\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_get_sliding_window_analytics",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/sliding/window/analytics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "sliding",
            "window",
            "analytics"
          ]
        },
        "description": "Tool to retrieve advanced analytics metrics with sliding window calculations for trend analysis. Use when you need to perform statistical analysis on stock price movements over time, such as calculati",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ohlc\": \"\",\n  \"RANGE\": \"\",\n  \"apikey\": \"\",\n  \"symbols\": \"\",\n  \"interval\": \"\",\n  \"window_size\": 0,\n  \"calculations\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_global_quote",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/global/quote",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "global",
            "quote"
          ]
        },
        "description": "Tool to retrieve latest price and volume information for a specified security ticker in realtime. Use when you need current stock quote data with price, volume, and daily trading metrics.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"symbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_income_statement",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/income/statement",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "income",
            "statement"
          ]
        },
        "description": "Tool to fetch annual and quarterly income statements. Use after confirming the company symbol. Numeric fields may be returned as strings or empty values — convert safely and treat empty/missing as nul",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"symbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_inflation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/inflation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "inflation"
          ]
        },
        "description": "Tool to fetch annual U.S. inflation rates (consumer prices). Use when you need historical inflation data for economic analysis.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"datatype\": \"\",\n  \"interval\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_ipo_calendar",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/ipo/calendar",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "ipo",
            "calendar"
          ]
        },
        "description": "Tool to retrieve the IPO calendar for the next three months. Use when you need a list of upcoming IPO events across markets.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_listing_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/listing/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "listing",
            "status"
          ]
        },
        "description": "Tool to fetch listing status of US stocks and ETFs. Use when you need active or delisted securities as of a date.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"date\": \"\",\n  \"state\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_market_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/market/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "market",
            "status"
          ]
        },
        "description": "Tool to retrieve current market status (open/closed) for global stock exchanges. Use when you need to check if major trading venues worldwide are currently open or closed.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_news_sentiment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/news/sentiment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "news",
            "sentiment"
          ]
        },
        "description": "Tool to fetch live and historical market news & sentiment. Use when you need curated news articles with sentiment scores for specified tickers and topics.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sort\": \"\",\n  \"limit\": 0,\n  \"topics\": \"\",\n  \"tickers\": \"\",\n  \"time_to\": \"\",\n  \"time_from\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_nonfarm_payroll",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/nonfarm/payroll",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "nonfarm",
            "payroll"
          ]
        },
        "description": "Tool to fetch monthly U.S. nonfarm payroll employment data from the Bureau of Labor Statistics. Use when you need historical employment statistics for economic analysis.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"datatype\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_real_gdp",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/real/gdp",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "real",
            "gdp"
          ]
        },
        "description": "Tool to fetch U.S. real GDP time series. Use when you need quarterly or annual GDP data.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"datatype\": \"\",\n  \"interval\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_real_gdp_per_capita",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/real/gdp/per/capita",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "real",
            "gdp",
            "per",
            "capita"
          ]
        },
        "description": "Tool to fetch quarterly Real GDP per capita data of the United States. Use when you need real GDP per capita information adjusted for inflation.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"datatype\": \"\",\n  \"interval\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_realtime_bulk_quotes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/realtime/bulk/quotes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "realtime",
            "bulk",
            "quotes"
          ]
        },
        "description": "Tool to retrieve realtime quotes for US-traded symbols in bulk (up to 100 symbols per request). Use when you need current price and volume data for multiple symbols simultaneously, covering both regul",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"symbol\": \"\",\n  \"datatype\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_retail_sales",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retail/sales",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retail",
            "sales"
          ]
        },
        "description": "Tool to fetch monthly retail trade sales data of the United States. Use when you need historical U.S. retail sales statistics sourced from Census Bureau.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"datatype\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_sector",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/sector",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sector"
          ]
        },
        "description": "Tool to retrieve real-time and historical sector performance data. Use when you need sector performance metrics across timeframes.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_splits",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/splits",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "splits"
          ]
        },
        "description": "Tool to retrieve historical stock split events for a symbol. Use when you need past split dates and ratio details before analyzing corporate actions.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"symbol\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_sugar",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/sugar",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sugar"
          ]
        },
        "description": "Tool to retrieve the global sugar price series. Use when you need historical monthly, quarterly, or annual sugar prices.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"datatype\": \"\",\n  \"interval\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_symbol_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/symbol/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "symbol",
            "search"
          ]
        },
        "description": "Tool to search for best-matching symbols based on keywords. Use when you need to find ticker symbols by a name or keyword. Returns multiple close matches — inspect the exchange, region, and currency f",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"datatype\": \"\",\n  \"keywords\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_technical_indicator",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/technical/indicator",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "technical",
            "indicator"
          ]
        },
        "description": "Tool to fetch technical indicators for the specified equity or currency pair. Use after obtaining time series to compute moving averages or oscillators. Response body may contain 'Information' or 'Not",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"month\": \"\",\n  \"symbol\": \"\",\n  \"datatype\": \"\",\n  \"function\": \"\",\n  \"interval\": \"\",\n  \"series_type\": \"\",\n  \"time_period\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_time_series_daily",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/time/series/daily",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "time",
            "series",
            "daily"
          ]
        },
        "description": "Tool to retrieve daily time series data (date, daily open, high, low, close, volume) for a global equity symbol, covering 20+ years of historical data. Use when you need daily OHLCV data for a specifi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"symbol\": \"\",\n  \"datatype\": \"\",\n  \"outputsize\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_time_series_intraday",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/time/series/intraday",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "time",
            "series",
            "intraday"
          ]
        },
        "description": "Tool to retrieve intraday OHLCV for a given equity. Use when you need high-frequency pricing data within the trading day. Always inspect the JSON response body for 'Information' or 'Error Message' fie",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"month\": \"\",\n  \"symbol\": \"\",\n  \"adjusted\": \"\",\n  \"datatype\": \"\",\n  \"interval\": \"\",\n  \"outputsize\": \"\",\n  \"extended_hours\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_time_series_intraday_extended",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/time/series/intraday/extended",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "time",
            "series",
            "intraday",
            "extended"
          ]
        },
        "description": "Tool to retrieve historical intraday OHLCV data for the trailing 2 years, covering over 2 million data points per ticker. Use when you need extensive historical intraday pricing data for data visualiz",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"slice\": \"\",\n  \"symbol\": \"\",\n  \"adjusted\": \"\",\n  \"interval\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_time_series_monthly",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/time/series/monthly",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "time",
            "series",
            "monthly"
          ]
        },
        "description": "Tool to retrieve monthly open, high, low, close, and volume for a global equity. Use when you need month-end OHLCV data for a specific stock symbol.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"symbol\": \"\",\n  \"datatype\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_time_series_monthly_adjusted",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/time/series/monthly/adjusted",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "time",
            "series",
            "monthly",
            "adjusted"
          ]
        },
        "description": "Tool to retrieve monthly adjusted OHLC and volume for a global equity. Use after confirming the ticker symbol when you need end-of-month adjusted price and dividend data. Dividends are returned as a s",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"symbol\": \"\",\n  \"datatype\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_time_series_weekly",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/time/series/weekly",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "time",
            "series",
            "weekly"
          ]
        },
        "description": "Tool to fetch weekly open, high, low, close, and volume for a global equity symbol. Use after confirming the target symbol to obtain its historical weekly OHLCV series. Alpha Vantage enforces per-minu",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"symbol\": \"\",\n  \"datatype\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_time_series_weekly_adjusted",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/time/series/weekly/adjusted",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "time",
            "series",
            "weekly",
            "adjusted"
          ]
        },
        "description": "Tool to fetch weekly adjusted time series data with split/dividend adjustments, covering 20+ years of historical data. Use after confirming the target symbol to obtain its historical weekly adjusted O",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"symbol\": \"\",\n  \"datatype\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_top_gainers_losers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/top/gainers/losers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "top",
            "gainers",
            "losers"
          ]
        },
        "description": "Tool to fetch the top 20 gainers, losers, and most actively traded US tickers. Use when you need current market movers data without maintaining a ticker universe. Data is updated end-of-day by default",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_treasury_yield",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/treasury/yield",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "treasury",
            "yield"
          ]
        },
        "description": "Tool to fetch US Treasury yield data for specified maturity and interval. Use when you need daily, weekly, or monthly treasury yield rates for various constant maturities (3-month, 2-year, 5-year, 7-y",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"interval\": \"\",\n  \"maturity\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_unemployment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/unemployment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "unemployment"
          ]
        },
        "description": "Tool to fetch monthly unemployment rate data of the United States. Use when you need historical U.S. unemployment statistics sourced from Bureau of Labor Statistics.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"apikey\": \"\",\n  \"datatype\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "alpha_vantage_wheat",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/wheat",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "wheat"
          ]
        },
        "description": "Tool to fetch global price of wheat. Use when you need historical wheat prices in monthly, quarterly, or annual intervals.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"datatype\": \"\",\n  \"interval\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}