Skip to main content
Glama

Alpha Vantage MCP Server

by calvernaz

news_sentiment

Analyze market sentiment by fetching news data for specific stock tickers to identify trends and investor sentiment patterns.

Instructions

Fetch news sentiment

Input Schema

NameRequiredDescriptionDefault
tickersYes
topicsNo
time_fromNo
time_toNo
sortNo
limitNo
datatypeNo

Input Schema (JSON Schema)

{ "properties": { "datatype": { "type": "string" }, "limit": { "type": "number" }, "sort": { "type": "string" }, "tickers": { "type": "array" }, "time_from": { "type": "string" }, "time_to": { "type": "string" }, "topics": { "type": "string" } }, "required": [ "tickers" ], "type": "object" }

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/calvernaz/alphavantage'

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