Labsco
Quaestor-Technologies logo

Standard Metrics MCP Server

โ˜… 8

from Quaestor-Technologies

Connects to the Standard Metrics API to enable AI-powered analysis of venture capital portfolio data.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

Standard Metrics MCP Server

[!WARNING] DEPRECATED: Our local MCP server is deprecated. Please use our new hosted MCP setup instead: MCP Setup Guide

A Model Context Protocol (MCP) server that connects Claude Desktop and other MCP-compatible clients to the Standard Metrics API, enabling AI-powered analysis of your venture capital portfolio data.

What This Does

This MCP server allows Claude to directly access your Standard Metrics data to:

  • Analyze Portfolio Performance: Get comprehensive overviews of all your portfolio companies
  • Query Financial Metrics: Access revenue, growth, burn rate, and other key metrics
  • Search and Filter: Find companies by sector, performance, or custom criteria
  • Generate Reports: Create detailed financial summaries and performance analyses
  • Track Trends: Monitor metrics over time with historical data analysis

Available Data

The MCP server provides access to:

Data TypeDescription
CompaniesPortfolio company information and details
Financial MetricsRevenue, expenses, growth rates, burn rate
Budgets & ForecastsBudget data and financial projections
Custom ColumnsYour firm's custom data columns
DocumentsUploaded reports and financial documents
NotesInternal notes and commentary
Fund DataFund-level information
Information RequestsData collection requests sent to companies
Information ReportsResponses to information requests
UsersTeam members in your firm

Available Tools

Companies

list_companies - List all companies associated with your firm

  • page: Page number for pagination (number, optional, default: 1)
  • per_page: Results per page (number, optional, default: 100, max: 100)

get_company - Get a specific company by ID

  • company_id: The unique identifier for the company (string, required)

search_companies - Search companies by various criteria

  • name_contains: Filter companies containing this text in their name (string, optional)
  • sector: Filter companies by sector (string, optional)
  • city: Filter companies by city (string, optional)
  • page: Page number for pagination (number, optional, default: 1)
  • per_page: Results per page (number, optional, default: 100, max: 100)

Financial Metrics

get_company_metrics - Get metrics for a specific company

  • company_id: The unique identifier for the company (string, required)
  • from_date: Start date for metrics (YYYY-MM-DD format) (date, optional)
  • to_date: End date for metrics (YYYY-MM-DD format) (date, optional)
  • category: Filter by metric category (string, optional)
  • cadence: Filter by metric cadence (daily, monthly, etc.) (string, optional)
  • include_budgets: Include budget metrics in results (boolean, optional, default: false)
  • page: Page number for pagination (number, optional, default: 1)
  • per_page: Results per page (number, optional, default: 100, max: 100)

get_metrics_options - Get available metric categories and options

  • category_name: Filter by specific category name (string, optional)
  • is_standard: Filter by standard vs custom metrics (boolean, optional)
  • page: Page number for pagination (number, optional, default: 1)
  • per_page: Results per page (number, optional, default: 100, max: 100)

get_company_recent_metrics - Get the most recent metrics for a company

  • company_id: The unique identifier for the company (string, required)
  • category: Filter by specific metric category (string, optional)
  • limit: Maximum number of recent metrics to return (number, optional, default: 10)

Portfolio Analysis

get_portfolio_summary - Get a comprehensive portfolio summary including companies, funds, and key metrics

  • company_ids: Specific company IDs to include (array of strings, optional, if None includes all companies)
  • max_companies: Maximum number of companies to include metrics for (number, optional, if None includes all)
  • include_metrics: Whether to fetch metrics for each company (boolean, optional, default: true)
  • metrics_per_company: Number of recent metrics to fetch per company (number, optional, default: 50)

get_company_performance - Get comprehensive performance data for a specific company

  • company_id: The unique identifier for the company (string, required)
  • months: Number of months of historical data to include (number, optional, default: 12)

get_company_financial_summary - Get a financial summary for a company including key metrics over time

  • company_id: The unique identifier for the company (string, required)
  • months: Number of months of historical data to include (number, optional, default: 12)

Budgets & Forecasts

list_budgets - List all budgets associated with your firm

  • company_slug: Filter by company slug (string, optional)
  • company_id: Filter by company ID (string, optional)
  • page: Page number for pagination (number, optional, default: 1)
  • per_page: Results per page (number, optional, default: 100, max: 100)

Custom Data

get_custom_columns - Get custom column data for companies

  • company_slug: Filter by company slug (string, optional)
  • company_id: Filter by company ID (string, optional)
  • page: Page number for pagination (number, optional, default: 1)
  • per_page: Results per page (number, optional, default: 100, max: 100)

get_custom_column_options - Get all custom columns and their available options

  • page: Page number for pagination (number, optional, default: 1)
  • per_page: Results per page (number, optional, default: 100, max: 100)

Documents

list_documents - List all documents associated with your firm

  • company_id: Filter by company ID (string, optional)
  • parse_state: Filter by document parse state (string, optional)
  • from_date: Filter documents from this date (YYYY-MM-DD format) (date, optional)
  • to_date: Filter documents to this date (YYYY-MM-DD format) (date, optional)
  • source: Filter by document source (string, optional)
  • page: Page number for pagination (number, optional, default: 1)
  • per_page: Results per page (number, optional, default: 100, max: 100)

Funds

list_funds - List all funds associated with the firm

  • page: Page number for pagination (number, optional, default: 1)
  • per_page: Results per page (number, optional, default: 100, max: 100)

Information Requests & Reports

list_information_requests - List all information requests associated with the firm

  • name: Filter by request name (string, optional)
  • page: Page number for pagination (number, optional, default: 1)
  • per_page: Results per page (number, optional, default: 100, max: 100)

list_information_reports - List all information reports associated with the firm

  • company_id: Filter by company ID (string, optional)
  • information_request_id: Filter by information request ID (string, optional)
  • page: Page number for pagination (number, optional, default: 1)
  • per_page: Results per page (number, optional, default: 100, max: 100)

Notes

list_notes - List all notes associated with a specific company

  • company_slug: Filter by company slug (string, optional)
  • company_id: Filter by company ID (string, optional)
  • sort_by: Sort notes by specific field (string, optional)
  • page: Page number for pagination (number, optional, default: 1)
  • per_page: Results per page (number, optional, default: 100, max: 100)

get_company_notes_summary - Get a summary of notes for a company

  • company_id: The unique identifier for the company (string, required)
  • recent_notes_limit: The number of recent notes to return (number, optional, default: 5, max: 100)

Users

list_users - List all users associated with your firm

  • email: Filter by user email (string, optional)
  • page: Page number for pagination (number, optional, default: 1)
  • per_page: Results per page (number, optional, default: 100, max: 100)

Support