Physbound
@JonesRobM
关于 Physbound
PhysBound is a specialized "Physics Linter" for AI that deterministically validates RF and thermodynamic claims against hard physical limits, preventing hallucinations in engineering workflows.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"physbound": {
"command": "uvx",
"args": [
"physbound"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Physbound?
Physbound is a physical-layer linter MCP server that validates RF and physics calculations against hard physical limits. It catches AI hallucinations in engineering workflows by checking link budgets, channel capacity, thermal noise, and antenna gain against fundamental physical laws.
How to use Physbound?
Install with pip install physbound, then add Physbound to any MCP-compatible client (e.g., Claude Desktop, Cursor, Windsurf) using the JSON configuration: "command": "uv", "args": ["run", "--from", "physbound", "physbound"]. Your AI assistant can then call tools like rf_link_budget, shannon_hartley, and noise_floor.
Key features of Physbound
- Validates RF link budgets via the Friis transmission equation
- Computes Shannon-Hartley channel capacity and flags impossible throughput claims
- Calculates thermal noise floor and cascaded noise figures
- Checks antenna gains against physical aperture limits
- Returns structured
PhysicalViolationErrorwith LaTeX explanations
Use cases of Physbound
- RF system design review — validate link budgets and receiver sensitivity
- Telecom proposal vetting — catch impossible throughput claims before delivery
- Educational tools — teach Shannon-Hartley, Friis transmission, and thermal noise
- CI/CD for physics — integrate as a validation step in engineering pipelines
FAQ from Physbound
What does Physbound validate?
It validates RF link budgets, Shannon-Hartley channel capacity, thermal noise floors, and antenna gain against hard physical limits like the speed of light and thermal noise floor.
How do I install Physbound?
Install via pip with pip install physbound, then configure your MCP client using the command uv run --from physbound physbound.
What dependencies does Physbound require?
It requires Python 3.12+ and uses SciPy for CODATA physical constants and Pint for dimensional analysis.
Does Physbound require network access?
No, all calculations are performed locally; there is no external data or network dependency.
What transport protocol does Physbound use?
Physbound uses stdio transport as an MCP server, configured via the command and args fields in the client’s MCP configuration.
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Nginx UI
0xJackyYet another WebUI for Nginx
ghidraMCP
LaurieWiredMCP Server for Ghidra
评论