sahmk-sa/sahmk-mcp
Official MCP server for Sahmk — AI agent access to Saudi market data, company profiles, and historical market data.
Platform-specific configuration:
{
"mcpServers": {
"sahmk-mcp": {
"command": "npx",
"args": [
"-y",
"sahmk-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Official MCP server for Sahmk — gives AI agents access to real-time and historical Saudi stock market (Tadawul) data.
| Tool | Description | |------|-------------| | get_quote | Real-time quote for a single stock (price, change, volume, liquidity) | | get_quotes | Batch quotes for multiple stocks (up to 50) | | get_market_summary | TASI index, volume, advancing/declining, market mood | | get_company | Company profile, sector, fundamentals | | get_historical | Historical OHLCV data (daily/weekly/monthly) |
shmk_live_ or shmk_test_)pip install sahmk-mcpAdd to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"sahmk": {
"command": "sahmk-mcp",
"env": {
"SAHMK_API_KEY": "your_api_key"
}
}
}
}Add to .cursor/mcp.json:
{
"mcpServers": {
"sahmk": {
"command": "sahmk-mcp",
"env": {
"SAHMK_API_KEY": "your_api_key"
}
}
}
}export SAHMK_API_KEY="your_api_key"
sahmk-mcpMIT — see LICENSE
Loading reviews...