lattice-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lattice-mcp-serverCompute the lattice QCD equation of state and overlay the hadron resonance gas."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
lattice-mcp-server
An MCP server that exposes science tools — the thermodynamics of hot,
strongly interacting matter from lattice QCD — to any LLM agent. Built on
the same pattern as
spectra-mcp-server and
gaia-mcp-server; the
multi-agent client in
multiagent-client-demo
drives any of these servers unchanged.
The science
Heat nuclear matter past about 156 MeV (~2 × 10¹² K) and hadrons dissolve into a quark–gluon plasma. This is not speculation: it is a first-principles result of lattice QCD, it is recreated on Earth in heavy-ion collisions at RHIC and the LHC, and the universe itself cooled through this transition about 10 μs after the Big Bang. The tools here compute the two descriptions that meet at the crossover:
the equation of state of QCD matter — the published parameterization of continuum-extrapolated (2+1)-flavor lattice results (Bazavov et al., HotQCD collaboration, PRD 90, 094503 (2014)),
the hadron resonance gas (HRG) — a non-interacting gas of ~1200 hadrons and resonances (QMHRG2020 list), the confined-phase description that must fail once quarks are liberated.
Where the dashed HRG curves peel away from the lattice curves is deconfinement:

Everything is computed with the
LatticeQCD AnalysisToolbox
(pip install latqcdtools), the HotQCD collaboration's public analysis
package. The hadron list bundled in data/ comes from that repository (MIT
license).
Related MCP server: Mol-MCP
Tools
tool | what it does |
| physics context, validity ranges, references — call it first |
| lattice EoS: p/T⁴, ε/T⁴, s/T³, trace anomaly, c_s² on a T grid → CSV |
| the same columns from the hadron resonance gas → CSV |
| the classic ε/T⁴, 3p/T⁴, (3/4)s/T³ figure, crossover band, ideal-gas limit, optional HRG overlay |
| c_s²(T) with the softest point + trace anomaly panels |
| HRG baryon-number susceptibilities χ₂ᴮ, χ₄ᴮ (heavy-ion fluctuation observables) → CSV |
| χₙᴮ(T) and the kurtosis ratio χ₄ᴮ/χ₂ᴮ against the hadron-gas expectation |
| 2-loop α_s(μ): asymptotic freedom → CSV + PNG |
Two conventions worth copying into any science MCP server:
Every tool returns
{status, files, message, metadata}(ArtifactResult).Arrays move between tools as file paths, never through the agent's context window.
Install
conda create -n lattice-tutorial python=3.12 -y
conda activate lattice-tutorial
pip install -e ".[dev]"
pytestAlready have the spectra-tutorial env from the other servers? You can
reuse it: pip install latqcdtools, then always launch this server (and
pytest) from this repo's root directory — all tutorial servers export
packages named tools and mcp_server, so don't pip install -e several
of them into one env; running from the repo root makes the local packages
win.
Run the server
python -m mcp_server --transport streamable-http --port 8002Clients connect to http://127.0.0.1:8002/mcp. Port 8002 by convention,
so this server can run alongside spectra (8000), gaia (8001) and bbn (8003).
Stop with Ctrl+C.
To use this server from Claude Code, the Claude desktop app, Codex, Cursor,
or any other MCP client, see docs/mcp-clients.md —
a checked-in .mcp.json already wires it into Claude Code.
A question to ask an agent
"At what temperature does hadronic matter melt? Compute the lattice QCD equation of state and the hadron resonance gas, overlay them, and tell me where and why they disagree."
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables LLM applications to query and visualize data from Bosch/Buderus heat pumps via ems-ESP, including temperatures, statistics, and heat curves through natural language.9MIT
- FlicenseBqualityDmaintenanceProvides computational chemistry tools for LLMs, enabling molecular operations like SMILES processing and geometry manipulation via a modular agent and tool system.9
- AlicenseAqualityBmaintenanceAn MCP server for computational materials science that enables AI assistants to generate LAMMPS simulations, parse outputs, analyze nematic order, detect plastic rearrangements, and estimate viscosity through 12 specialized tools.121MIT
- FlicenseNot gradedqualityBmaintenanceMCP server that exposes cosmology tools to LLM agents, including CLASS matter power spectrum computation, eBOSS DR14 Lyman-α forest data retrieval, and plotting capabilities.1
Related MCP Connectors
Provide real-time data querying and visualization by integrating Tako with your agents. Generate o…
Deterministic reasoning stack for AI agents: simulate, decide & compute, plus cross-domain tools.
Precision math engine for AI agents. 203 exact methods. Zero hallucination.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nesar/lattice-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server