Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
Is it safe?
No known CVEs for @openai/codex. 1 previously resolved.
No authentication — any process on your machine can connect to this server.
License not specified.
Last scanned 0 days ago.
Is it maintained?
Last commit 4 days ago. 112 GitHub stars. 3,568,948 weekly downloads.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
How much context will it use?
3 tools. Estimated ~200 tokens of your context window (0.1% of 200K).
What if it doesn't work?
Common issues: JSON syntax errors in config, wrong Node.js version, npx cache, network or firewall blocking. Setup guide covers troubleshooting. Or check GitHub issues for known problems.
{
"mcpServers": {
"alphavantage": {
"args": [
"marketdata-mcp-server",
"YOUR_API_KEY"
],
"command": "uvx"
}
}
}Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y @openai/codex 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
TIME_SERIES_DAILYRetrieves daily stock price data for a given symbol
TIME_SERIES_INTRADAYRetrieves intraday stock price data for a given symbol
ADD_TWO_NUMBERSAdds two numbers together
Last scanned 1h ago
No open vulnerabilities. 1 fixed CVE.
CVE-2025-59532FixedCodex has sandbox bypass due to bug in path configuration logic
Due to a bug in the sandbox configuration logic, Codex CLI could treat a model-generated `cwd` as the sandbox’s writable root, including paths outside of the folder where the user started their session. This logic bypassed the intended workspace boundary and enables arbitrary file writes and command execution where the Codex process has permissions - this did not impact the network-disabled sandbox restriction. **Remediation** We released a patch in Codex CLI **0.39.0** that canonicalizes and
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.