← Registry

Developer Tools

newtripoli.xyz

Provides search, workflow-linking, and time-dilation utilities for the New Tripoli MCP tool suite.

1 endpoint24 known toolsFirst detected August 5, 2026Last detected August 5, 2026

ENDPOINT 1

https://mcp.newtripoli.xyz/mcp

No auth detected

MCP server metadata

Name
newtripoli-mcp
Version
0.3.0
Capabilities
tools.listChanged

Known tools 24

list_newtripoli_tools

Search the New Tripoli interactive instrument suite.

Inferred read-only
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.

Inferred read-only
find_tool

BM25 search over all 18 New Tripoli MCP tools.

Inferred read-only
find_chain

BM25 search over all 9 New Tripoli scenario chains.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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).

Inferred read-only
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.

Potential side effects
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.

Inferred read-only
nt_ring_density

Computes housing capacity of the New Tripoli orbital ring plus core habitat, given ring depth, per-person area allowance, floor count, and core population.

Inferred read-only
nt_birthday_sacrifice

Computes the subjective time you and a family member accrue under different simulated dilation rates over a given calendar span, plus the per-year subjective-time cost of the gap and the equivalent number of 6-month Tripoli blocks that cost represents.

Inferred read-only
nt_synthetic_body

Computes the mass (kg and lb), human-mass ratio, and water-buoyancy of a synthetic body skeleton built from a given material, scaled from the canon osmium reference build.

Inferred read-only
nt_selection_cost

Computes how many of the 8.1B canon population are excluded (and how many remain) under a named selection criterion for who is offered the mind-upload path (e.g.

Potential side effects
nt_interface_bandwidth

Computes how far a brain-computer interface of a given channel count is from whole-brain bandwidth (~86 billion neurons).

Inferred read-only
nt_tech_tree_path

Solves the post-Wake reindustrialization dependency graph (35 nodes, tiers T0–T9, ending at a femtoscale assembler).

Potential side effects
nt_provenance

Emits a tamper-evident ChainGraph provenance manifest for an arbitrary sim run: echoes the declared inputs and canon citations, optionally threads to a parent artifact's execution_hash, and reports input/citation counts and parent linkage.

Inferred read-only
nt_feasibility_crosswalk

Grades the ten load-bearing feasibility claims (C-D1..C-D10) of the New Tripoli scenario against a single scenario config: delegates to the five physics kernels (kinetic probe, time dilation, vat feasibility, interface bandwidth, comms lag), reads their decision pointers, and emits a ledger of {claim, verdict, driver} plus verdict tallies and the binding (worst) verdict.

Inferred read-only
ah_war_finance_default

Computes an accounting identity over stipulated war finances: a HORIZON-bounded year loop drains reserves by (war cost + debt interest − revenue), financing each deficit with debt, and reports the first year reserves fall below the default threshold, the default calendar year, terminal reserves, compounded debt, and whether an act-of-war clause is tripped.

Potential side effects
ah_nuclear_program_clock

Computes a program timeline from stipulated fissile inputs: time-to-critical-mass plus a fixed engineering lead gives the first-device calendar year, and the standard yield→body-wave-magnitude relation (mb = 4.0 + 0.75·log10 kt) plus test medium gives the detection signature.

Inferred read-only
ah_attribution_decay

Computes an attribution-confidence curve from stipulated inputs: an initial confidence decays geometrically per year (accelerated by a censorship factor), while corroborating tests pull it back toward certainty, and a bounded scan reports the year confidence first crosses the deniability threshold.

Inferred read-only
ah_injustice_ledger

Scores each alt-history branch two ways — direct battle-deaths only, and full-weighted (adding indirect deaths, displacement, and lost sovereignty) — then compares the least-unjust leaders.

Inferred read-only
ch_stadium_capacity

Sizes the New Tripoli "single stadium civilization" image: physical substrate footprint (population × per-mind area) against a large-stadium footprint, alongside the solar-panel area the matching power supply would need (population × per-mind watts ÷ latitude irradiance).

Inferred read-only
verify_execution_hash

Independently verify a ChainGraph artifact (ChainGraph Standard §4 JCS).

Inferred read-only
run_chain

Executes a ChainGraph chain server-side (OCG Standard §21) — runs the actual registered kernels in sequence, NOT deep-links.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for newtripoli.xyz was fetched 2026-08-23T22:44:34.961Z.

Trust status Neutral

newtripoli.xyz is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.