Skip to main content
Glama

Alpaca MCP Server

by cesarvarela

get-news

Retrieve financial news data by specifying date range and stock symbols using the Alpaca MCP Server tool for market analysis and insights.

Input Schema

NameRequiredDescriptionDefault
endYes
startYes
symbolsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "end": { "type": "string" }, "start": { "type": "string" }, "symbols": { "items": { "type": "string" }, "type": "array" } }, "required": [ "start", "end", "symbols" ], "type": "object" }

Other Tools from Alpaca MCP Server

Related Tools

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/cesarvarela/alpaca-mcp'

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