← newtripoli.xyz

INDIVIDUAL MCP TOOL

nt_kinetic_probe

Computes the cost and survival of an ETI kinetic-probe delivery: travel time, relativistic cruise kinetic energy (γ−1)mc² (with the classical ½mv² reported alongside), and the vaporization margin that gates the deceleration lottery.

newtripoli.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.newtripoli.xyz/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

newtripoli.xyz

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.newtripoli-mcp]
url = "https://mcp.newtripoli.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "newtripoli-mcp": {
      "type": "http",
      "url": "https://mcp.newtripoli.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: newtripoli-mcp
Remote MCP URL: https://mcp.newtripoli.xyz/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": {
    "newtripoli-mcp": {
      "url": "https://mcp.newtripoli.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "newtripoli-mcp": {
      "type": "http",
      "url": "https://mcp.newtripoli.xyz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "newtripoli-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.newtripoli.xyz/mcp"
}
MCP Inspector

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

Related tools

  • list_newtripoli_tools — Search the New Tripoli interactive instrument suite.
  • build_workflow_links — Constructs an ordered set of ready-to-use deep-links for a named New Tripoli scenario or workflow chain, or an ad-hoc sequence of tools.
  • find_tool — BM25 search over all 18 New Tripoli MCP tools.
  • find_chain — BM25 search over all 9 New Tripoli scenario chains.
  • nt_time_dilation — Computes subjective-years-lived multipliers for a given New Tripoli time-dilation rate (subjective years per real calendar year) and Universal Sabbath reset interval.
  • nt_vat_feasibility — Computes the total power draw of a New Tripoli population split between biological brains (20 W × acceleration × support overhead) and digital minds (Landauer-priced at 10^fidelity irreversible bit-ops/s), then compares it to the Sahara solar cap (~230 TW).
  • nt_acceleration_ceiling — Computes the subjective-time acceleration ceiling for a given New Tripoli augmentation stage (vat / sensory / metabolic / synaptic / hybrid / upload), returning the floor, ceiling, and midpoint of that stage's plausible acceleration range, the biological thermal load at the midpoint (20 W × acceleration; null once the stage is non-biological, above 1000×), the subjective years lived at the midpoint over a given wall-clock span, and the stage's named bottleneck.
  • nt_comms_lag — Computes round-trip communications lag between two parties running at different subjective-time acceleration rates, given a wall-clock speed-of-light latency.