atlasopenmagic-mcp

atlasopenmagic-mcp

MCP server for ATLAS Open Data that enables LLMs to discover, query, and retrieve public datasets and metadata from the ATLAS experiment at CERN.

Category
Visit Server

README

atlasopenmagic-mcp

MCP Server for ATLAS Open Data metadata and file retrieval.

This server wraps the atlasopenmagic Python library as an MCP (Model Context Protocol) server, allowing LLMs to discover, query, and retrieve ATLAS Open Data datasets.

Architecture

LLM <--MCP/stdio--> atlasopenmagic-mcp serve <--HTTPS--> ATLAS Open Data API
                                                          (atlasopenmagic-api.app.cern.ch)

No authentication is required — all ATLAS Open Data is publicly accessible.

Installation

pip install atlasopenmagic-mcp

Or with pixi:

pixi install

Usage

As an MCP server

atlasopenmagic-mcp serve

Claude Desktop configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "atlas-open-data": {
      "command": "atlasopenmagic-mcp",
      "args": ["serve"]
    }
  }
}

Available Tools

Tool Description
atlas_available_releases List all available data releases
atlas_set_release Set the active release for subsequent queries
atlas_get_current_release Get the currently active release
atlas_available_datasets List dataset numbers (DSIDs) in the current release
atlas_available_skims List available event skims
atlas_available_keywords List physics keywords used in the release
atlas_get_metadata_fields List available metadata fields
atlas_get_metadata Get metadata for a dataset (no file lists)
atlas_get_all_info Get complete dataset info including file URLs
atlas_match_metadata Search datasets by metadata field values
atlas_get_urls Get file URLs with skim and protocol options
atlas_get_weights Get MC weight metadata for a dataset
atlas_get_all_weights_for_release Get weights for all datasets in a release

Available Resources

URI Description
atlas-open-data://guide Quick reference for ATLAS Open Data concepts
atlas-open-data://metadata-fields Complete metadata fields reference

Development

# Run tests
pixi run test

# Run linting
pixi run lint

# Run all checks
pixi run check-all

Keeping in sync with atlasopenmagic

This server depends on atlasopenmagic as a pip dependency. When the upstream library is updated:

  1. Non-breaking changes (new fields, new releases): work automatically — the MCP tools call through to atlasopenmagic functions, so new data surfaces without any changes here.
  2. New functions: add a new tool module or extend an existing one, register it in server.py.
  3. Breaking changes (renamed/removed functions, changed signatures): update the affected tool modules to match the new API, then bump the version pin in pyproject.toml.

To bump the dependency:

# In pyproject.toml, update:
#   "atlasopenmagic>=1.9"  →  "atlasopenmagic>=1.10"

License

Apache-2.0

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured