ParticlePhysics MCP Server
Provides seamless access to particle physics data from the Particle Data Group (PDG) for AI assistants and applications.
ParticlePhysics MCP Server
A Model Context Protocol (MCP) server that provides access to the particle data. This server enables Claude Desktop and other MCP clients to search and retrieve particle physics data in real-time.
Status and Progress
- 🛠️ Work on displaying particle values with associated errors is ongoing.
Configuration
{
"mcpServers": {
"particlephysics": {
"command": "uvx",
"args": ["--from", ".", "python", "-m", "particlephysics_mcp_server"]
}
}
}
Tools
search_particle
Returns key properties inline.
- query (required): Name or symbol of the particle.
list_decays
Returns all decay modes for a specified particle.
- query (required): Name or symbol of the particle.
Local Testing
- To use the inspector, run the restart script:
./restart_mcp_inspector.sh
- To run end-to-end tests with Playwright:
uvx pytest tests/test_e2e_playwright.py
Maintainers
This project is developed and maintained by:
License
MIT License - see LICENSE.
References
Related Servers
MCP MySQL Server
An MCP server based on Spring AI that executes arbitrary SQL queries against a configured MySQL database.
MySQL MCP Server
Enables secure interaction with MySQL databases, allowing AI assistants to list tables, read data, and execute SQL queries through a controlled interface.
Act! CRM MCP Server
A read-only MCP server for Act! CRM, enabling LLMs to query live data using the CData JDBC Driver.
Redis
A server for interacting with Redis databases.
SQL-Transpiler MCP Tool
Transpile SQL queries between different dialects using the sqlglot library.
Generect MCP
Generect MCP connects your live lead database directly to AI models like OpenAI or Claude without exports or delays. It streams enriched, up-to-date contact data (titles, firmographics, signals) straight into prompts so LLMs can personalize, score, and recommend leads automatically in real time.
Singapore LTA MCP Server
Access real-time transportation data from Singapore's LTA DataMall API, including bus arrivals and traffic conditions.
CData Jira Assets
A read-only MCP server for Jira Assets, powered by the CData JDBC Driver.
SCB MCP
Connect LLMs or AI-chatbots to let them query and interact with official data and statistics from SCB (Sweden Statistics)
PostgreSQL
Provides read-only access to PostgreSQL databases, allowing LLMs to inspect schemas and execute queries.