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
Financial Datasets MCP Server
dollar-sign

Financial Datasets MCP Server MCP Server

Real-time financial data for AI models

financestockscryptodata

About

## Financial Datasets MCP Server: Market Data The **Financial Datasets MCP Server** provides access to comprehensive financial market datasets in Google Antigravity, enabling developers to analyze stocks, bonds, and economic data through AI-assisted financial research. ### Why Financial Datasets MCP? - **Comprehensive Coverage**: Stocks, bonds, commodities, and more - **Historical Data**: Decades of historical market data - **Economic Indicators**: GDP, inflation, employment data - **Clean Data**: Pre-processed, analysis-ready datasets - **Regular Updates**: Daily updates for market data ### Key Features #### 1. Stock Market Data ```javascript // Get stock prices const prices = await financialData.getStockPrices({ symbols: ["AAPL", "MSFT", "GOOGL"], startDate: "2024-01-01", endDate: "2024-12-31", frequency: "daily" }); // Get fundamentals const fundamentals = await financialData.getFundamentals({ symbol: "AAPL", metrics: ["pe_ratio", "market_cap", "revenue", "eps"] }); // Get sector performance const sectors = await financialData.getSectorPerformance({ period: "ytd" }); // Get dividends const dividends = await financialData.getDividends({ symbol: "MSFT", startDate: "2020-01-01" }); ``` #### 2. Economic Data ```javascript // Get GDP data const gdp = await financialData.getGDP({ country: "US", frequency: "quarterly", startDate: "2020-01-01" }); // Get inflation data const inflation = await financialData.getInflation({ country: "US", measure: "cpi" }); // Get employment data const employment = await financialData.getEmployment({ country: "US", metric: "unemployment_rate" }); // Get interest rates const rates = await financialData.getInterestRates({ type: "federal_funds", startDate: "2020-01-01" }); ``` ### Configuration ```json { "mcpServers": { "financial-datasets": { "command": "npx", "args": ["-y", "@anthropic/mcp-financial-datasets"], "env": { "FINANCIAL_DATA_API_KEY": "your-api-key" } } } } ``` ### Use Cases **Quantitative Analysis**: Build quantitative trading models. **Economic Research**: Research macroeconomic trends. **Investment Analysis**: Analyze investment opportunities. The Financial Datasets MCP Server brings market data to your workflow.

Installation

Configuration
{
  "mcpServers": {
    "financial-datasets": {
      "mcpServers": {
        "financial-datasets": {
          "url": "https://mcp.financialdatasets.ai",
          "type": "streamable-http"
        }
      }
    }
  }
}

How to Use

  1. 1Remote MCP server
  2. 2Market cap, sectors, tickers
  3. 3Stock and crypto prices

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