Deterministic embedded-engineering tools: CRC to C, CAN/UART/I2C timing, struct layout, IEEE-754.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Exact embedded-engineering math for AI agents. An MCP server with 38 deterministic calculators, code generators, and schematic checks β so Claude, Cursor, or any MCP-enabled agent computes CRC check values, CAN timing registers, and struct padding, and reviews schematics for MCU wiring mistakes, instead of hallucinating them.
LLMs are confidently wrong about exactly the math that bricks boards. Ask any model for a CRC-16/MODBUS check value, an STM32 CAN_BTR register for 500 kbit/s @ 36 MHz, or the padded size of a struct β you'll get a plausible-looking wrong answer often enough that you can't trust any of them. The failure mode is the worst kind: the answer looks right.
This server gives the model tools instead. Every tool is a pure, deterministic implementation pinned with test vectors (standard CRC check values, oracle fixtures, IPC/ASTM published numbers β 174 tests).
Claude Code:
Claude Desktop / Cursor / any MCP client (JSON config):
No API key, no account. Runs locally over stdio. (The optional find_component tool queries embedcalc.com over the network; everything else is offline.)
| Domain | Tools |
|---|---|
| Code generation | crc_to_c (7 presets + custom Rocksoft params β compilable table-driven C with check value) Β· regmap_to_c (LSB-first fields β shift/mask defines + bit-field struct) Β· bitfield_macro |
| Timing | can_bit_timing (bxCAN BTR / FDCAN NBTP / MCP2515 CNF1-3) Β· uart_baud (STM32 BRR + error %) Β· i2c_timing (pull-up range + STM32 TIMINGR) Β· spi_timing Β· i2s_clocks Β· lin_timing Β· rs485_bus Β· modbus_rtu_timing (t1.5/t3.5) Β· ring_buffer_size |
| Data representation | qformat_convert (Qm.n fixed point) Β· ieee754_convert (float/double, hexβdecimalβbin) Β· number_base_convert (32-bit two's complement) Β· endian_swap (incl. Modbus BADC/CDAB) Β· struct_layout (C parser β offsets/padding/size, 32-bit MCU model) |
| Electronics | eseries_nearest (E6/E12/E24/E96) Β· resistor_code (color bands + SMD/EIA-96) Β· crystal_load_caps Β· lm317 Β· attenuator_pad (T/Ο) Β· junction_temp Β· microstrip_impedance (IPC-2141) Β· pcb_trace_width (IPC-2221) Β· awg_wire Β· ne555 Β· dcdc_converter (buck/boost/inverting) Β· op_amp (gain + bandwidth) Β· rc_filter (1st-order LP/HP cutoff) Β· bjt_bias (voltage-divider operating point) Β· mosfet_switch (low-side conduction + gate drive) Β· zener_reg (shunt regulator) |
| Components | find_component β real, in-stock MPNs + buy links from a computed value (parametric search) |
| Schematic review | review_schematic (deterministic MCU board-rule check: decoupling, bulk cap, floating pins, I2C pull-up, reset, output conflict, power short + interface packs auto-detected from net names β USB ESD/VBUS, CAN termination/transceiver, RS-485 termination/bias, SWD connector/reset, crystal load caps β + polarity & voltage/power derating rules (schema-optional ratings) + STM32F4/STM32F1/ESP32/NuMicro family rules; unevaluable rules reported as skipped) Β· parse_kicad (KiCad netlist export β standard schema, auto-parses voltage ratings) Β· get_extraction_guide (schematic image β schema, filled by the vision model) Β· list_schematic_rules |
All tool names are prefixed embedcalc_ (e.g. embedcalc_crc_to_c).
"Give me MODBUS CRC-16 as a C function" β table-driven C, check("123456789") =
0x4B37embedded for on-target verification"CAN 500 kbit/s on STM32F103, APB1 36 MHz, sample point 87.5%" β
CAN_BTR = 0x00050008(BRP=9, TS1=6, TS2=1)"How big is
struct { uint8_t flags; uint32_t ts; uint16_t id; }on a Cortex-M?" β 12 bytes, 5 of them padding, with the layout table"Encode β0.25 in Q1.14" / "What float is 0x7FC00000?" / "Nearest E96 to 12.3 kΞ©?"
"123456789"tests/fixtures/)struct_layout uses a 32-bit MCU model (pointers 4 B; double/int64 size 8, align 4) β stated in the tool description so the model can caveat itRun it yourself: npm install && npm run build && npm test (174 tests, includes a stdio end-to-end pass that spawns the built server and calls the tools).
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/embedcalc-mcp)<a href="https://allmcps.com/mcp/embedcalc-mcp"><img src="https://allmcps.com/api/badge/embedcalc-mcp?style=directory" alt="Embedcalc MCP on AllMCPs" /></a>