An MCP server that provides tools to get the latest market data from the most trusted data sources.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"marketdatamcpserver": {
"command": "go",
"args": [
"run",
"github.com/OrestisStefanou/MarketDataMcpServer@latest"
]
}
}
}
Run in terminal:
claude mcp add marketdatamcpserver go run github.com/OrestisStefanou/MarketDataMcpServer@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"marketdatamcpserver": {
"command": "go",
"args": [
"run",
"github.com/OrestisStefanou/MarketDataMcpServer@latest"
]
}
}
}