Skip to main content
Glama

Alpaca MCP Server

by cesarvarela

get-assets

Retrieve detailed financial asset data for stocks or cryptocurrencies using the MCP protocol. Specify asset class (e.g., US equities or crypto) to access market information.

Input Schema

NameRequiredDescriptionDefault
assetClassNous_equity

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "assetClass": { "default": "us_equity", "enum": [ "us_equity", "crypto" ], "type": "string" } }, "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