Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Alpaca Trading MCP Server
trending-up

Alpaca Trading MCP Server MCP Server

Official Alpaca trading for stocks, ETFs, crypto, options

alpacatradingstockscryptooptionsofficial

About

## Alpaca Trading MCP Server: Stock Trading API The **Alpaca Trading MCP Server** integrates Alpaca's commission-free trading platform into Google Antigravity, enabling developers to build trading applications and automate stock trading through AI-assisted financial workflows. ### Why Alpaca Trading MCP? - **Commission-Free**: Zero commission on stock and ETF trades - **Paper Trading**: Test strategies without real money - **Real-Time Data**: Live market data and streaming - **Fractional Shares**: Buy partial shares of expensive stocks - **Modern API**: REST and WebSocket APIs ### Key Features #### 1. Trading Operations ```javascript // Place market order const order = await alpaca.createOrder({ symbol: "AAPL", qty: 10, side: "buy", type: "market", time_in_force: "day" }); // Place limit order const limitOrder = await alpaca.createOrder({ symbol: "TSLA", qty: 5, side: "buy", type: "limit", limit_price: 200.00, time_in_force: "gtc" }); // Get positions const positions = await alpaca.getPositions(); // Close position await alpaca.closePosition({ symbol: "AAPL" }); ``` #### 2. Account and Market Data ```javascript // Get account info const account = await alpaca.getAccount(); console.log("Buying power:", account.buying_power); console.log("Portfolio value:", account.portfolio_value); // Get market data const bars = await alpaca.getBars({ symbols: ["AAPL", "GOOGL", "MSFT"], timeframe: "1Day", start: "2024-12-01", end: "2024-12-15" }); // Stream real-time quotes alpaca.streamQuotes(["AAPL"], (quote) => { console.log("Bid:", quote.bid_price, "Ask:", quote.ask_price); }); ``` ### Configuration ```json { "mcpServers": { "alpaca": { "command": "npx", "args": ["-y", "@anthropic/mcp-alpaca"], "env": { "ALPACA_API_KEY": "your-api-key", "ALPACA_SECRET_KEY": "your-secret-key", "ALPACA_PAPER": "true" } } } } ``` ### Use Cases **Algorithmic Trading**: Build automated trading strategies. **Portfolio Management**: Manage investment portfolios programmatically. **Trading Bots**: Create AI-powered trading assistants. The Alpaca Trading MCP Server brings stock trading automation to your workflow.

Installation

Configuration
{
  "mcpServers": {
    "alpaca": {
      "mcpServers": {
        "alpaca": {
          "env": {
            "ALPACA_API_KEY": "YOUR_API_KEY",
            "ALPACA_API_SECRET": "YOUR_SECRET"
          },
          "args": [
            "-y",
            "@alpacahq/alpaca-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Get API credentials from Alpaca
  2. 2Supports paper trading for testing
  3. 3Live trading capability

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers