LogoSTMCP
Download
atla-mcp-server

Atla MCP Server

An MCP server implementation providing a standardized interface for LLMs to interact with the Atla API for state-of-the-art LLM evaluation using evaluation models to score and critique responses.

Tools

1. evaluate_llm_response

Evaluate an LLM's response to a prompt using a given evaluation criteria.

2. evaluate_llm_response_on_multiple_criteria

Evaluate an LLM's response to a prompt across multiple evaluation criteria.

Open Graph image for Atla MCP Server

JSON Config

{
  "mcpServers": {
    "atla-mcp-server": {
      "command": "uvx",
      "args": ["atla-mcp-server"],
      "env": {
        "ATLA_API_KEY": "<your-atla-api-key>"
      }
    }
  }
}

Information

Categories