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
Alpha Vantage MCP Server
bar-chart

Alpha Vantage MCP Server MCP Server

Official stock market data via Alpha Vantage

alpha-vantagestocksforexcryptoofficial

About

## Alpha Vantage MCP Server: Financial Data The **Alpha Vantage MCP Server** integrates Alpha Vantage's financial data APIs into Google Antigravity, enabling developers to access stock prices, forex rates, and economic indicators through AI-assisted financial analysis. ### Why Alpha Vantage MCP? - **Free Tier**: Generous free API access for developers - **Comprehensive Data**: Stocks, forex, crypto, and economic data - **Technical Indicators**: 50+ technical analysis indicators - **Fundamental Data**: Earnings, balance sheets, and cash flow - **Global Coverage**: Markets worldwide ### Key Features #### 1. Stock Data ```javascript // Get stock quote const quote = await alphavantage.getQuote({ symbol: "AAPL" }); console.log("Price:", quote.price); console.log("Change:", quote.change_percent); // Get time series const timeSeries = await alphavantage.getTimeSeries({ symbol: "MSFT", interval: "daily", outputSize: "compact" }); // Get intraday data const intraday = await alphavantage.getIntraday({ symbol: "GOOGL", interval: "5min" }); ``` #### 2. Technical Analysis ```javascript // Get technical indicators const sma = await alphavantage.getSMA({ symbol: "AAPL", interval: "daily", time_period: 20 }); const rsi = await alphavantage.getRSI({ symbol: "AAPL", interval: "daily", time_period: 14 }); const macd = await alphavantage.getMACD({ symbol: "TSLA", interval: "daily" }); // Get fundamental data const earnings = await alphavantage.getEarnings({ symbol: "AAPL" }); const balanceSheet = await alphavantage.getBalanceSheet({ symbol: "MSFT" }); ``` ### Configuration ```json { "mcpServers": { "alpha-vantage": { "command": "npx", "args": ["-y", "@anthropic/mcp-alphavantage"], "env": { "ALPHAVANTAGE_API_KEY": "your-api-key" } } } } ``` ### Use Cases **Market Analysis**: Analyze stock performance and trends. **Trading Strategies**: Build data-driven trading algorithms. **Financial Research**: Research companies with fundamental data. The Alpha Vantage MCP Server brings financial market data to your workflow.

Installation

Configuration
{
  "mcpServers": {
    "alpha-vantage": {
      "mcpServers": {
        "alpha-vantage": {
          "url": "https://mcp.alphavantage.co",
          "type": "streamable-http"
        }
      }
    }
  }
}

How to Use

  1. 1Official remote MCP server
  2. 2Stocks, crypto, forex data
  3. 3Clean structured format

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