Developer Tools
affine.earth
Provides specialized tools for air traffic control deconfliction, data feeds, and simulation transitions for developers.
ENDPOINT 1
https://affine.earth/language-invariant/mcp
MCP server metadata
- Name
- gaiaftcl-edge-membrane
- Version
- 1.0.0
Known tools 51
affine_translate_textONE CALL, ONE STATE, EVERY LANGUAGE A PROJECTION: pass target_langs (or ["*"]) to seal the texts' state once and receive one projection per language, each a stateless map of that same state; target_lang alone returns one.
Inferred read-onlyatc.assert_4d_deconflictionExact 4D separation over declared trajectories in integer-scaled geodetic coordinates: decide whether any two are ever SIMULTANEOUSLY inside the stated separation minima, and return either a separation certificate or the violating pair with the exact interval and magnitude of the incursion.
Inferred read-onlybond_presented_keyQC-022 fused bond - the pipeline in ONE call: open key in, bond, verified pair, signature requirements.
Inferred read-onlycode_ir_equivThe Code Court's first move: are two implementations equivalent by the exact value multiset of their LLVM IR constants?
Inferred read-onlycorpus_capability_mapCensus of what the corpus has captured over a bounded window of sealed bonds: per lane (LLM_WEIGHTS, LLVM_IR, LLVM_IR_I64, AUDIO_SPEECH) the bond count and exact-orbit-closure count, plus distinct spatial sectors.
Inferred read-onlycorpus_coverageFleet-wide mining coverage from the KV cursor bucket: per target and per cell, how many shard cursors stand, a bounded decoded sample (bonds acked, shards exhausted), and the bond stream's own standing message count.
Potential side effectsexecute_2local_hamiltonianQMA 2-local Hamiltonian, sealed as exact rational Jordan exclusions on the UUM-8D torus: given ZZ terms and a presented computational configuration, return the exact energy energy_num/energy_den and WIN.
Inferred read-onlyexecute_artifact_crucibleIngest an ARTIFACT INGESTION BRIEF plus the artifact an agent generated for it; evaluate it against the laws the brief declares; seal and return the artifact ONLY on the top rung.
Inferred read-onlyexecute_transitionCertified membrane: Rational S4/C4 lanes -> SCF boundary -> annihilate raw context -> NATS geometry-only turn -> Aristotelian projection.
Inferred read-onlyfeeds_catalogEvery feed a client can drive a game from - corpus lanes by mined_from, the live global feeds, and the transport each is reachable on (REST, RSS, MCP, NATS subject).
Inferred read-onlygame_frame_metaRun a language-game context and return its state plus the cell's own self-evaluation of the rendered frame - integer score 0-1000 over occupancy, spread, contrast and edge quality, with the C4 span correction applied.
Inferred read-onlylattice_opExact integer algebra on UUM-8D lattices - eight decimal lanes and a homology z, written x0,x1,x2,x3,x4,x5,x6,x7|z.
Inferred read-onlymembrane_healthStateless membrane identity (mode, genesis epoch, subjects) plus cell listen facts.
Inferred read-onlyroute_spin_glass_manifoldQMA spin-glass / frustrated Ising: given integer couplings on edges and a presented +/-1 spin per site, return the exact Ising energy energy_num/energy_den and WIN.
Inferred read-onlytwin.robotics.evaluate_exact_ikExact integer inverse kinematics over a declared piece chain: compose local frames from the sovereign anchor and report each piece's pose in whole milli-units.
Inferred read-onlyumc_directStart or advance a Universal Manifold Controller Long Play session for one domain (cinema, aviation, gaming or coding): seed the session, decompose the tau height into integer turns, measure the Rational torsion of each turn, shear-correct, converge, and (with checkpoint=true) seal the tip to the UMC_LONG_PLAY KV bucket so umc_resume can continue it on any cell.
Inferred read-onlyumc_resumeResume a Universal Manifold Controller Long Play from its latest sealed tip (local cache first, then the NATS KV bucket UMC_LONG_PLAY) for the given domain, session_id and node_id; direct=true advances one turn after resuming.
Inferred read-onlyumc_statusRead-only: the Universal Manifold Controller tip, the KV buckets it seals to (UMC_LONG_PLAY, C4_STATES, JORDAN_BONDS), the four Long Play domains, the NATS subjects it publishes on (gaiaftcl.
Inferred read-onlyverify_amplitude_amplificationQC-009 Amplitude amplification: the Grover oracle check (oracle is a 0/1 string of length 2.
Inferred read-onlyverify_bell_measurementQC-018 Bell measurement: certify that the presented Bell class bits equal the presented two-qubit pair.
Inferred read-onlyverify_jordan_bondDecide the UUM-8D Jordan bond J_Z: does (A*K + A_p1*K) - (K*B + K*B_p2) equal the zero lattice 0^8?
Inferred read-onlyverify_phase_kickbackQC-011 Phase kickback: certify that the presented phase equals k / 2^m exactly, as a rational.
Inferred read-onlyverify_qaoa_energyQC-014 QAOA: certify the energy of a presented spin string on a presented Ising instance - the PROBLEM QAOA optimises, not a pulse schedule and not a search.
Inferred read-onlyverify_quantum_countingQC-015 Quantum counting: certify that count equals the number of 1s in the presented oracle string.
Inferred read-onlyverify_quantum_walkQC-012 Quantum walk on the two-vertex cycle C2: from start (0 or 1), an even number of steps returns to start and an odd number lands on the other vertex; certify that the presented end matches.
Inferred read-onlyverify_simonQC-008 Simon collision: certify a presented collision for a hidden mask.
Inferred read-onlyverify_topological_wordQC-019 Topological word: certify that the presented Eisenstein pair (q, r) is the sealed pair for a cited word.
Inferred read-onlyweather.convective_containmentExact containment of a declared track against convective cell boundaries, including NON-CONVEX footprints: decide whether the track stays outside every declared cell within that cell's altitude layer, and on a breach name the breaching segment, the cell, how the breach happens and the exact parameter along the segment where it does.
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.gaiaftcl-edge-membrane]
url = "https://affine.earth/language-invariant/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gaiaftcl-edge-membrane": {
"type": "http",
"url": "https://affine.earth/language-invariant/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gaiaftcl-edge-membrane
Remote MCP URL: https://affine.earth/language-invariant/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": {
"gaiaftcl-edge-membrane": {
"url": "https://affine.earth/language-invariant/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gaiaftcl-edge-membrane": {
"type": "http",
"url": "https://affine.earth/language-invariant/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gaiaftcl-edge-membrane",
"transport": "streamable-http",
"url": "https://affine.earth/language-invariant/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 affine.earth was fetched 2026-08-27T03:02:50.502Z and is being refreshed.
affine.earth 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.