From mcp-alphavantage
Connects remotely to Alpha Vantage MCP server for financial data APIs: stock quotes, forex, cryptocurrencies, technical indicators, economic data. Requires ALPHAVANTAGEAPIKEY.
npx claudepluginhub henkisdabro/wookstar-claude-plugins --plugin mcp-alphavantageAdd to your .mcp.json:
{
"mcpServers": {
"alphavantage": {
"url": "https://mcp.alphavantage.co/mcp?apikey=${ALPHAVANTAGEAPIKEY}"
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
https://mcp.alphavantage.co/mcp?apikey=${ALPHAVANTAGEAPIKEY}