Skip to main content
Glama

Alpaca MCP Server

by cesarvarela

get-market-days

Retrieve stock market trading days within a specified date range using Alpaca Market Data & Broker API integration, ensuring accurate scheduling and planning.

Input Schema

NameRequiredDescriptionDefault
endYes
startYes

Input Schema (JSON Schema)

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

You must be authenticated.

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