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 MS SQL Server
An MCP server for executing queries on a Microsoft SQL Server database.
OSV Database
An MCP server for querying the OSV (Open Source Vulnerability) database API.
MySQL MCP Server
Provides access to a MySQL database, allowing agents to execute SQL queries.
openGauss
An MCP server for interacting with the openGauss database.
MCP Database Server
Provides database access, supporting SQLite, SQL Server, PostgreSQL, and MySQL.
Flexpa FHIR
An MCP server for interacting with FHIR (Fast Healthcare Interoperability Resources) servers, enabling access and search of healthcare data.
Eka MCP Server
Access medical knowledge-bases and drug information from eka.care. Requires API credentials.
MS SQL MCP Server
A bridge for AI assistants to directly query and explore Microsoft SQL Server databases.
Rails PG Extras MCP
An MCP interface for the rails-pg-extras gem, providing PostgreSQL metadata and performance analysis through LLM prompts.
DB Query
Query and export data from various databases including ElasticSearch, MySQL, PostgreSQL, Oracle, and SQLite.