Developer Tools
newtripoli.xyz
Provides search, workflow-linking, and time-dilation utilities for the New Tripoli MCP tool suite.
ENDPOINT 1
https://mcp.newtripoli.xyz/mcp
MCP server metadata
- Name
- newtripoli-mcp
- Version
- 0.3.0
Known tools 24
build_workflow_linksConstructs 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-onlynt_time_dilationComputes 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-onlynt_kinetic_probeComputes 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-onlynt_vat_feasibilityComputes 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-onlynt_acceleration_ceilingComputes 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 effectsnt_comms_lagComputes round-trip communications lag between two parties running at different subjective-time acceleration rates, given a wall-clock speed-of-light latency.
Inferred read-onlynt_ring_densityComputes 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-onlynt_birthday_sacrificeComputes 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-onlynt_synthetic_bodyComputes 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-onlynt_selection_costComputes 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 effectsnt_interface_bandwidthComputes how far a brain-computer interface of a given channel count is from whole-brain bandwidth (~86 billion neurons).
Inferred read-onlynt_tech_tree_pathSolves the post-Wake reindustrialization dependency graph (35 nodes, tiers T0–T9, ending at a femtoscale assembler).
Potential side effectsnt_provenanceEmits 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-onlynt_feasibility_crosswalkGrades 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-onlyah_war_finance_defaultComputes 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 effectsah_nuclear_program_clockComputes 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-onlyah_attribution_decayComputes 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-onlyah_injustice_ledgerScores 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-onlych_stadium_capacitySizes 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-onlyverify_execution_hashIndependently verify a ChainGraph artifact (ChainGraph Standard §4 JCS).
Inferred read-onlyrun_chainExecutes a ChainGraph chain server-side (OCG Standard §21) — runs the actual registered kernels in sequence, NOT deep-links.
Inferred read-onlyCONNECT 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.
newtripoli.xyz is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.