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
MongoDB
Provides read-only access to MongoDB databases through standardized MCP tools and resources.
FinBrain MCP
Access institutional-grade alternative financial data directly in your LLM workflows.
COTI Blockchain MCP
Interact with the COTI blockchain for private token and NFT operations, including ERC20 and ERC721, with privacy features.
Fireproof
Immutable ledger database with live synchronization
FinanceMCP
Provides real-time financial data using the Tushare API.
Snowflake Cortex
An experimental MCP server to access Snowflake Cortex insights from your development environment.
MCP Qdrant Codebase Embeddings
Uses Qdrant vector embeddings to understand semantic relationships in codebases.
MySQL MCP Server
Integrates with MySQL databases to provide secure database access for LLMs.
CData MySQL MCP Server
A read-only MCP server for MySQL, enabling LLMs to query live data using the CData JDBC Driver.
MySQL MCP Server
Provides AI agents with direct access to query, search, and analyze MySQL databases.