Back to Home
danchev icon

openmarkets

Verified Safe

by danchev

Overview

A Model Context Protocol (MCP) server for agentic retrieval of financial data from Yahoo Finance.

Installation

Run Command
uvx openmarkets@latest

Environment Variables

  • OPENMARKETS_NAME
  • OPENMARKETS_ENVIRONMENT
  • OPENMARKETS_TRANSPORT
  • OPENMARKETS_HOST
  • OPENMARKETS_PORT
  • OPENMARKETS_DEBUG
  • OPENMARKETS_TIMEOUT
  • OPENMARKETS_CORS_ALLOW_ORIGINS

Security Notes

The `FastMCPWithCORS` class hardcodes `allow_origins=["*"]` for CORS middleware in its `streamable_http_app` and `sse_app` methods. This creates a security vulnerability by allowing cross-origin requests from any domain, even if a more restrictive `cors_allow_origins` is set in the application's `Settings`. While this might be acceptable for a locally run MCP server, it is a significant network security risk if the server is deployed to a publicly accessible IP address without additional security measures.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassHigh
Avg Tokens2500
Stars0
Forks0
Last Update2025-11-24

Tags

financial datamarket dataagentic retrievalLLM integrationYahoo Finance