All MCP servers

Alpha_Vantage_Mcp

Official
by Api.AirforceSSEFinance & Payments0168MIT

Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators

mcpopen-sourcefinance-payments

Endpoint

POST https://mcp.alphavantage.co/mcp

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "alpha-vantage-mcp-imp278b6": {
      "url": "https://mcp.alphavantage.co/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}