67
/ 100
10 days ago
glama

Investment MCP Server

Provides read-only access to a SQL Server investment database, enabling searching symbols, retrieving prices and history, and generating research snapshots.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: MCP_BEARER_TOKEN, SQLSERVER_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMCP_MAX_ROWS
configMCP_SQL_TIMEOUT_SECONDS
🔐 secretMCP_BEARER_TOKEN
configFASTMCP_HOST
configFASTMCP_PORT
configFASTMCP_STREAMABLE_HTTP_PATH
configSQLSERVER_CONNenv = { = "DRIVER={ODBC Driver 17 for SQL Server};SERVER=localhost;DATABASE=Investments;Trusted_Connection=yes;Encrypt=yes;TrustServerCertificate=yes;" }
configSQLSERVER_DRIVER
configSQLSERVER_SERVER
configSQLSERVER_DATABASE
configSQLSERVER_ENCRYPT
configSQLSERVER_TRUST_SERVER_CERTIFICATE
configSQLSERVER_TRUSTED_CONNECTION
configSQLSERVER_USER
🔐 secretSQLSERVER_PASSWORD
configMCP_TRANSPORTWith =stdio, the command starts silently and waits for an MCP client. A blank terminal is expected. Press Ctrl+C to stop it.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/smiryagin-investment-mcp-t5x9w2)](https://m8ven.ai/mcp/smiryagin-investment-mcp-t5x9w2)
commit: c85605445539d820d490bc7f0468dfcea53f8601
code hash: b21fef024c97155ae43912708d023f7786b2866aaeabc225f283a766c88ad5ab
verified: 7/21/2026, 8:48:21 AM
view raw JSON →