Developer Tools
newspacemarket.com
Provides engineering component search, specification retrieval, and budget building for hardware design.
ENDPOINT 1
https://newspacemarket.com/mrd-connect/mcp
MCP server metadata
- Name
- newspacemarket-mrd
- Version
- 1.0.1
Typed specification layer for space hardware (pilot: 24 categories from reaction wheels to tanks, separation systems and pointing mechanisms, ~440 models). Every value carries unit, bound (min/typical/max), measurement condition, source datasheet page and confidence (L0 machine-extracted, L1 human-verified). A missing property means the vendor does not publish it — never guess. License CC BY 4.0, attribution "NewSpace Market".
Known tools 3
match_componentsReverse 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).
Inferred read-onlybuild_budgetEngineering 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.
Potential side effectsget_component_specsThe 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.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.