MCP server for an Asymptotic Ethics governance simulation with a verified compliance oracle.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
An agent-based simulation testing whether a post-scarcity governance framework β built on Elinor Ostrom's commons-governance principles β actually holds up when implemented and adversarially stress-tested, rather than just argued for in theory. Includes a working MCP server that exposes the simulation as callable tools for AI agents, and a stateless "governance primitive" that lets an agent check whether a proposed action complies with the framework's rules, verified against the simulation's own logic rather than reimplemented from a description of it.
License: Apache 2.0. Core dependency: Mesa (agent-based modeling in Python).
Most of what's genuinely worth reading here isn't the simulation's existence β it's the discipline behind it. Every mechanism was built expecting to find its own failure mode, and several real bugs, exploits, and false conclusions were caught and fixed as a direct result, not hidden after the fact:
The full record of every finding, bug, and fix β in the order it
happened β is in FINDINGS.md.
Run the regression suite before trusting any change:
To run the MCP server (exposes the simulation as tools for an MCP client
like Claude Desktop β see the header comment in
asymptotic_ethics_mcp_server.py for exact client configuration):
| file | what it is |
|---|---|
asymptotic_ethics_model.py | The simulation itself β ~2,300 lines, ~132 opt-in parameters across 28 independent subsystems, all defaulted off to preserve baseline behavior. |
asymptotic_ethics_mcp_server.py | MCP server exposing the simulation as 9 callable tools: run/compare/sweep simulations, documentation lookup, test-suite execution, and governance compliance checks. |
governance_compliance.py | Three stateless compliance rules (emergency declaration, resource transfer, shared-site continuation), each extracted verbatim from the simulation's logic and verified against real captured simulation data. |
reference_gateway.py | A worked example of the honest way to consume the compliance rules β as one signal among several (auth, rate limiting, compliance) in a real decision, not as a security layer on its own. |
test_asymptotic_ethics_model.py | 13 persisted regression tests covering the load-bearing findings everything else depends on. |
FINDINGS.md | The full experimental record β every finding, bug, and fix, in order. |
LICENSE | Apache License 2.0. |
Citizen β behavioral strategy, resources, reputation,
contribution, relational affinities, experience. Pays
effort_cost = contribution ** 2 unless post_labor_economy_enabled.CommunityNode β governance policy, care_load, crisis_severity,
emergency_declared, plus (depending on which subsystems are enabled)
federated trust/reserves, latency/distance state, and the raw-material
economy's production and trade state.SystemLedger β two genuinely separate roles: a migration-decision
helper, and ship_raw_materials(), which is structurally blind to
everything except raw material levels β verified by direct source
inspection in the test suite, not just claimed in a docstring.AsymptoticEthicsModel β orchestrates every subsystem, all
opt-in, all defaulted to preserve original behavior when disabled.Two full resource-allocation architectures exist side by side and are directly comparable: a centralized ledger, and a fully federated network of local commons using peer-to-peer trust-based negotiation β including under simulated communication latency, relevant to any framing involving distributed or off-world coordination.
This is a stylized research simulation β scripted behavioral strategies,
not adaptive agents; no physical production; no real politics. It tests
whether a governance framework's internal logic holds together and
surfaces concrete, reproducible failure modes when you actually try to
break it. It does not, and cannot, prove the framework would work if
built by real institutions with real humans in them. Read FINDINGS.md
for exactly what's been tested, what's been found broken and fixed, and
what's still an open question.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/asymptotic-ethics)<a href="https://allmcps.com/mcp/asymptotic-ethics"><img src="https://allmcps.com/api/badge/asymptotic-ethics?style=directory" alt="Asymptotic Ethics on AllMCPs" /></a>