> ## Documentation Index
> Fetch the complete documentation index at: https://docs.standardmetrics.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

The Standard Metrics MCP is a Model Context Protocol (MCP) server that connects compatible AI clients to the Standard Metrics API, enabling AI-powered analysis of your portfolio data.

## What you can do

The Standard Metrics MCP server allows compatible clients to access your Standard Metrics data. You can use it to:

* **Analyze portfolio performance**: Get comprehensive overviews of 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 financial summaries and performance analyses.
* **Track trends**: Monitor metrics over time with historical data analysis.

For a comprehensive list of the data you can query, see our [available tools.](/guides/mcp-available-tools)

## Choose your client

Setup varies by client. Follow the guide for the client you use:

<CardGroup cols={2}>
  <Card title="Claude" href="/guides/mcp-claude" icon="message">
    Connect Claude Web or Claude Desktop.
  </Card>

  <Card title="ChatGPT" href="/guides/mcp-chatgpt" icon="message-bot">
    Connect ChatGPT to your Standard Metrics data.
  </Card>

  <Card title="Other clients" href="/guides/mcp-other-clients" icon="plug">
    Connect another Streamable HTTP client.
  </Card>
</CardGroup>

<Warning>
  When using an MCP client, your portfolio data is sent to the LLM you've configured. Some LLM providers may use this data to train their models. We recommend using an enterprise plan that explicitly opts out of training on your data.
</Warning>

## Example prompts

Once connected, you can ask your AI client to analyze your portfolio data:

### Portfolio overview

> "Show me a summary of my portfolio"

### Company analysis

> "What are the key metrics for Acme Corp over the last 12 months?"

### Sector comparison

> "Compare the revenue growth of all my SaaS companies"

### Financial deep dive

> "Create a financial summary for AirChair including net burn and runway"

### Custom queries

> "Find all my notes for companies in the AI sector"
