Integrates with the Alphavantage API to provide access to real-time stock market data and financial information.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.OAUTH_ENABLEDOPENAI_BASE_URLOPENAI_API_KEYTRANSPORTPORTALPHAVANTAGE_API_KEY— 2. Add the API key to your environment variables asOAUTH_AUTHORIZATION_SERVER_URL— export ="https://your-auth-server.com/realms/your-realm"OAUTH_RESOURCE_SERVER_URI— export ="https://your-mcp-server.com"OAUTH_TOKEN_VALIDATION_METHOD— export ="jwt" # or "introspection"OAUTH_JWT_PUBLIC_KEY— export ="-----BEGIN PUBLIC KEY-----\n...\n-----END PUBLIC KEY-----"OAUTH_JWT_ALGORITHM— export ="RS256" # defaultOAUTH_INTROSPECTION_ENDPOINT— export ="https://your-auth-server.com/realms/your-realm/protocol/openid-connect/token/introspect"OAUTH_INTROSPECTION_CLIENT_ID— export ="your-client-id"OAUTH_INTROSPECTION_CLIENT_SECRET— export ="your-client-secret"OAUTH_REQUIRED_SCOPES— export ="mcp:access mcp:read"MCP_TELEMETRY_ENABLED— export =trueMCP_SERVER_NAME— export =alphavantageMCP_SERVER_VERSION— export =1.0.0MCP_METRICS_PORT— export =9464[](https://m8ven.ai/mcp/calvernaz-alphavantage-dqr3u1)