Skip to main content

An MCP server implementation providing a standardized interface for LLMs to interact with the Atla API.

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

Atla MCP Server

An MCP server implementation providing a standardized interface for LLMs to interact with the Atla API for state-of-the-art LLMJ evaluation.

Learn more about Atla here. Learn more about the Model Context Protocol here.

Atla MCP server

Available Tools

  • evaluate_llm_response: Evaluate an LLM's response to a prompt using a given evaluation criteria. This function uses an Atla evaluation model under the hood to return a dictionary containing a score for the model's response and a textual critique containing feedback on the model's response.
  • evaluate_llm_response_on_multiple_criteria: Evaluate an LLM's response to a prompt across multiple evaluation criteria. This function uses an Atla evaluation model under the hood to return a list of dictionaries, each containing an evaluation score and critique for a given criteria.

Usage

To use the MCP server, you will need an Atla API key. You can find your existing API key here or create a new one here.

Installation

We recommend using uv to manage the Python environment. See here for installation instructions.

Manually running the server

Once you have uv installed and have a Atla API key, you can manually run the MCP server using uvx (which is provided by uv).

You can specify your read token using the ATLA_API_KEY environment variable:

ATLA_API_KEY=<your-api-key> uvx atla-mcp-server

Connecting to the server

Having issues or need help connecting to another client? Feel free to open an issue or contact us!

OpenAI Agents SDK

For more details on using the OpenAI Agents SDK with MCP servers, refer to the official documentation.

  1. Install the OpenAI Agents SDK:
pip install openai-agents
  1. Use the OpenAI Agents SDK to connect to the server:
import os

from agents import Agent
from agents.mcp import MCPServerStdio

async with MCPServerStdio(
        params={
            "command": "uvx",
            "args": ["atla-mcp-server"],
            "env": {"ATLA_API_KEY": os.environ.get("ATLA_API_KEY")}
        }
    ) as atla_mcp_server:
    ...

Claude Desktop

For more details on configuring MCP servers in Claude Desktop, refer to the official MCP quickstart guide.

  1. Add the following to your claude_desktop_config.json file:
{
  "mcpServers": {
    "atla-mcp-server": {
      "command": "uvx",
      "args": ["atla-mcp-server"],
      "env": {
        "ATLA_API_KEY": "<your-atla-api-key>"
      }
    }
  }
}
  1. Restart Claude Desktop to apply the changes.

You should now see options from atla-mcp-server in the list of available MCP tools.

Cursor

For more details on configuring MCP servers in Cursor, refer to the official documentation.

  1. Add the following to your .cursor/mcp.json file:
{
  "mcpServers": {
    "atla-mcp-server": {
      "command": "uvx",
      "args": ["atla-mcp-server"],
      "env": {
        "ATLA_API_KEY": "<your-atla-api-key>"
      }
    }
  }
}

You should now see atla-mcp-server in the list of available MCP servers.

Contributing

Contributions are welcome! Please see the CONTRIBUTING.md file for details.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

atla_mcp_server-0.1.2.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

atla_mcp_server-0.1.2-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

Details for the file atla_mcp_server-0.1.2.tar.gz.

File metadata

  • Download URL: atla_mcp_server-0.1.2.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for atla_mcp_server-0.1.2.tar.gz
Algorithm Hash digest
SHA256 3a6d6d11249beb04c8ba4cfa6500e93940ce6953059cf2c8090bb6190a7fbad2
MD5 e520b807ac525c259fbfb1f7f3fb835a
BLAKE2b-256 1c8f9f4569d027721214c9b421ad838b30092efad454012ccb92a6a5787100ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for atla_mcp_server-0.1.2.tar.gz:

Publisher: publish.yaml on atla-ai/atla-mcp-server

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file atla_mcp_server-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for atla_mcp_server-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5d1cb43347d1aa9d6154e0cb3b0851e99371198e1b46a97bee6d5d0e1f98b664
MD5 14caa280d971d1d16fbda4d15fa2990f
BLAKE2b-256 872a70a9e571c36aafa3254e952f68af6ba8df6a45c91ffa30862894978f6137

See more details on using hashes here.

Provenance

The following attestation bundles were made for atla_mcp_server-0.1.2-py3-none-any.whl:

Publisher: publish.yaml on atla-ai/atla-mcp-server

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page