Alpaca MCP Server
Place trades and read portfolio state on Alpaca from an MCP client.
Add it to your client
Officialuvx alpaca-mcp-server
{
"mcpServers": {
"alpaca-mcp": {
"command": "uvx",
"args": [
"alpaca-mcp-server"
]
}
}
}- Transport
- stdio
- Runtime
- Python
- Auth
- Required
- License
- MIT
Tools cover the brokerage end to end: account balances and margin status, order placement for stocks, options and crypto, position management including closing or exercising, watchlists, and portfolio history. Version 2 is a rewrite on FastMCP with schemas generated from Alpaca's OpenAPI specs, so tool names and parameters differ from the first release. Credentials go in the MCP client config as environment variables, and paper trading keys work the same way as live ones. An ALPACA_TOOLSETS variable restricts which capability groups get registered.
Similar MCP servers
Ollama MCP Server
MCP serverDrives a local Ollama server through MCP tools.
Supabase MCP Server
MCP serverHosted endpoint connecting agents to Supabase projects and their Postgres.
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
Comments(0)
Sign in to comment