UNPKG
mg-mcp-server
Version:
latest (1.0.0)
1.0.0
MCP server for financial data APIs (Alpha Vantage + Yahoo Finance)
mg-mcp-server
/
mcp-config-example.json
11 lines
•
198 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"mcpServers"
:
{
"alpha-mg-mcp"
:
{
"command"
:
"npx"
,
"args"
:
[
"mg-mcp-server"
]
,
"env"
:
{
"ALPHAVANTAGE_API_KEY"
:
"your_alphavantage_api_key_here"
}
}
}
}