MCP.so
Sign In

Tessera MCP Server

@tessera-llm

About Tessera MCP Server

MCP server for Tessera's LLM cost-optimization layer. Anchored spend, drift detection, recommendations as typed tools.

Basic information

Category

AI & Agents

Transports

stdio

Publisher

tessera-llm

Submitted by

Yevheny Panin

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "tessera": {
      "command": "npx",
      "args": [
        "-y",
        "@tessera-llm/mcp-server"
      ],
      "env": {
        "TESSERA_API_KEY": "tk_..."
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Tessera MCP Server?

Tessera MCP Server is an MCP server that exposes six tools for any MCP-aware agent (Claude Desktop, Claude Code, Cursor, Cline, Continue, Goose) to query and manage cloud cost optimization data from Tessera. It is built for LLM-powered coding assistants that need programmatic access to savings recommendations and related analytics.

How to use Tessera MCP Server?

Obtain a free API key from tesseraai.io/dev (no credit card required) and set it as the TESSERA_API_KEY environment variable. The server runs over stdio by default; to use Streamable HTTP instead, set TESSERA_MCP_TRANSPORT=http.

Key features of Tessera MCP Server

Comments

More AI & Agents MCP servers