Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Alpaca MCP Server
by
miguelyad26
Verified
GitHub
Finance
Python
MIT License
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
alpaca-mcp-server
alpaca_mcp_server.py
Dockerfile
.env.example
.gitignore
LICENSE
README.md
requirements.txt
smithery_config.json
smithery.json
{ "mcpServers": { "alpaca": { "command": "python", "args": [ "alpaca_mcp_server.py" ], "env": { "API_KEY_ID": "your_alpaca_api_key", "API_SECRET_KEY": "your_alpaca_secret_key" }, "port": 8000 } } }