Skip to content
Cursor

Open Markets for Cursor

io.github.danchev/openmarkets

Financial market data, SEC filings, macroeconomic telemetry, and portfolio analytics through MCP.

client:Cursor transport:stdio runtime:pypi

Install Open Markets in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "openmarkets": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "openmarkets"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Open Markets in other clients