A
Alpha Vantage
Query Alpha Vantage stock and FX data.
·No reviews yet
Share:
About
Auto-generated
Alpha Vantage is a Model Context Protocol server in the Search & Web category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Alpha Vantage.
- What is the Alpha Vantage MCP?
- The Alpha Vantage MCP allows you to query stock and foreign exchange data provided by Alpha Vantage. It integrates with various client applications to access financial market information.
- How can I install the Alpha Vantage MCP in a client?
- Installation typically involves adding the MCP's repository URL (https://github.com/calvernaz/alphavantage) to your MCP client's configuration or using a client's installer. Specific steps depend on the client application you are using, such as Claude Desktop or Cursor.
- Does the Alpha Vantage MCP require an API key?
- Yes, the Alpha Vantage MCP requires an API key for authentication. You will need to obtain an API key from the Alpha Vantage service to use this MCP.
- What kind of data can I access with the Alpha Vantage MCP?
- You can access stock market data and foreign exchange (FX) data. This includes various financial metrics and historical data for stocks and currency pairs.
- Is there a cost associated with using the Alpha Vantage MCP?
- The MCP itself is open source and freely available. However, the Alpha Vantage service may have usage tiers or pricing plans that could incur costs, depending on your data consumption.
Install Alpha Vantage
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"alpha-vantage": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-alpha-vantage"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"alpha-vantage": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-alpha-vantage"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"alpha-vantage": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-alpha-vantage"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.