← newspacemarket.com

INDIVIDUAL MCP TOOL

build_budget

Engineering budget for a component stack: pass product ids (from the other tools) and your bus voltage, get total mass, total steady-state power, per-item data interfaces, voltage-compatibility verdicts and an honest list of what could NOT be counted because the vendor does not publish it.

newspacemarket.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://newspacemarket.com/mrd-connect/mcp

No auth detected

Connect to this endpoint to inspect the live schema for build_budget and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

newspacemarket.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.newspacemarket-mrd]
url = "https://newspacemarket.com/mrd-connect/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "newspacemarket-mrd": {
      "type": "http",
      "url": "https://newspacemarket.com/mrd-connect/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: newspacemarket-mrd
Remote MCP URL: https://newspacemarket.com/mrd-connect/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "newspacemarket-mrd": {
      "url": "https://newspacemarket.com/mrd-connect/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "newspacemarket-mrd": {
      "type": "http",
      "url": "https://newspacemarket.com/mrd-connect/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "newspacemarket-mrd",
  "transport": "streamable-http",
  "url": "https://newspacemarket.com/mrd-connect/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • match_components — Reverse search over a typed spec layer: pass a category and engineering requirements, get every catalogued item grouped as A (meets all stated requirements), B (fails a named requirement, both figures quoted) or C (could fit, data missing).
  • get_component_specs — The full typed layer of a category — every item with every value (number, canonical unit, bound, measurement condition, datasheet source page, confidence L0/L1) plus the property dictionary grouped by interface port (perf/power/data/mech/thermal/env/supply) — for arbitrary comparison, budgeting or trade studies on your side.