Quaestor-Technologies/smx-mcp
If you are the rightful owner of smx-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Standard Metrics MCP Server connects Claude Desktop and other MCP-compatible clients to the Standard Metrics API for AI-powered analysis of venture capital portfolio data.
The Standard Metrics MCP Server is designed to facilitate seamless integration between Claude Desktop and the Standard Metrics API, providing users with powerful tools to analyze and manage their venture capital portfolio data. By leveraging the Model Context Protocol (MCP), this server enables direct access to comprehensive financial data, allowing for detailed analysis and reporting. Users can query financial metrics, generate reports, and track trends over time, all within a unified interface. The server supports OAuth2 authentication, ensuring secure access to sensitive financial information. With installation options for both local development and Docker, the server is versatile and easy to set up, making it an ideal solution for firms looking to enhance their data analysis capabilities.
Features
- Analyze Portfolio Performance: Provides comprehensive overviews of portfolio companies.
- Query Financial Metrics: Access key metrics like revenue, growth, and burn rate.
- Generate Reports: Create detailed financial summaries and performance analyses.
- Track Trends: Monitor metrics over time with historical data analysis.
- Search and Filter: Find companies by sector, performance, or custom criteria.
Usages
usage with Claude Desktop
{ "mcpServers": { "standard-metrics": { "command": "uvx", "args": ["smx-mcp"], "env": { "SMX_CLIENT_ID": "your_client_id_here", "SMX_CLIENT_SECRET": "your_client_secret_here" } } } }
usage with Docker
{ "mcpServers": { "standard-metrics": { "command": "docker", "args": [ "run", "--rm", "-i", "-e", "SMX_CLIENT_ID=your_client_id_here", "-e", "SMX_CLIENT_SECRET=your_client_secret_here", "-p", "8000:8000", "quaestorapp/smx-mcp:latest" ] } } }
usage with Local Development
{ "mcpServers": { "standard-metrics": { "command": "uv", "args": ["run", "python", "-m", "src.server"], "env": { "SMX_CLIENT_ID": "your_client_id_here", "SMX_CLIENT_SECRET": "your_client_secret_here" } } } }
Tools
list_companies
List all companies associated with your firm.
get_company
Get a specific company by ID.
search_companies
Search companies by various criteria.
get_company_metrics
Get metrics for a specific company.
get_portfolio_summary
Get a comprehensive portfolio summary including companies, funds, and key metrics.