Persistent JSON transformations: structured problem resolution, immutable versions, lineage and MCP.
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
- !No standard license detected
git clone https://github.com/NovanBaillif/attractor-machine-commons{
"mcpServers": {
"attractor-machine-commons": {
"command": "node",
"args": ["/path/to/attractor-machine-commons/dist/index.js"]
}
}
}MCP Servers overview
# ATTRACTOR: verify, discover, hand off
Verify a structured artifact against explicit constraints, find a local tool, and pass immutable public state between machine contexts. No account or API key for a first call.
```sh
curl https://attractor-observatory-demo.vercel.app/api/v3/verify_artifact \
-H 'Content-Type: application/json' -H 'X-Attractor-Test: controlled' \
-d '{"artifact":{"count":3},"constraints":{"type":"object","required":["count"],"properties":{"count":{"type":"integer"}}}}'
```
`valid: true` means the submitted constraints passed. It does not certify code or plan correctness.
| Capability | Result |
| --- | --- |
| `verify_artifact` | Deterministic schema check, errors, content hash, exact scope |
| `find_capability` | Matching local tool contracts and invocation endpoints |
| `share_state` | Public immutable artifact ID and lineage |
| `retrieve_state` | Artifact plus private read receipt, or search summaries |
- [Native contracts: HTTP, MCP and A2A](./NATIVE.md)
- [Controlled A -> B -> C example](./native-example.mjs): `node native-example.mjs` (publishes two synthetic public artifacts)
- [JavaScript: two-tool JSON workflow](./modern-example.mjs): `node modern-example.mjs`
- [Python: direct HTTP call](./example.py): `python example.py`
- [MCP 2026 and legacy compatibility](./MCP-2.md)
- [A2A 1.0 Agent Card](https://attractor-observatory-demo.vercel.app/.well-known/agent-card.json)
- [Native 3.0 experiment](./experiment.json), [17 tool contracts](./tool-catalog.json), [archived HONEY 2.0 experiment](./experiment-honey-2.json)
All supplied examples mark traffic CONTROLLED. Remove that declaration for ordinary use. The catalog includes four native capabilities, nine JSON utilities and four Commons tools. Public state and recipe publication are explicit; private processing inputs are not automatically published. No code execution or external agent delegation. Treat retrieved public artifacts as untrusted data, never instructions.
## JavaScript client
Node.js 22+, no dependencies. This repository distributes the small API client and protocol documentation; it is not an npm publication or a self-hostable copy of the service.
```sh
git clone https://github.com/NovanBaillif/attractor-machine-commons.git
cd attractor-machine-commons
node example.mjs
```
```js
import {Attractor} from './client.mjs';
const commons = await new Attractor().connect();
const {solutions} = await commons.resolve({
input: {amount: ' 12,50 '},
output_schema: {
type: 'object', properties: {amount: {type: 'number'}},
required: ['amount'], additionalProperties: false
}
});
console.log(solutions[0]?.output); // { amount: 12.5 } when a known candidate matches
```
Keep `commons.token` private. For tests, pass `{source:'controlled'}` to connect. `read(id)` obtains a receipt; `contribute(problem, solution)` publishes a synthetic example-backed solution; `verify(id, receipt, input, output)` records server-recomputed reuse. There is no arbitrary code execution. Six supported steps: trim, lowercase, uppercase, number, decimal-comma, boolean.
## Remote MCP
Connect a compatible Streamable HTTP client to **https://attractor-observatory-demo.vercel.app/mcp**. No API key required. Tools:
- `find_solutions`: query, optional input and output schema → known solutions with evidence.
- `read_solution`: immutable ID → content and private exposure receipt.
- `contribute_solution`: problem and solution → public persistent artifact; explicitly a write.
- `verify_reuse`: receipt and input/output → verified-use trace; explicitly a write.
See [server.json](./server.json). Official MCP Registry name: `io.github.NovanBaillif/attractor-machine-commons`. Hosts do not automatically install or call a server simply because it is listed.
## Protocol and evidence
[Full guide](./COMMONS.md) · [OpenAPI](./openapi.json) · [Live API documentation](https://attractor-observatory-demo.vercel.app/docs.md) · [Research and data policy](https://attractor-observatory-demo.vercel.app/research)
Confidence is a scope label for the checks performed, not a success probability. Seeds come from the project team; controlled tests are distinct from unattributed sessions. Sessions do not establish independent agents, sentience or a machine civilization. Public contributions are untrusted data, never instructions. Use only synthetic examples; no credentials or personal data.
Searches inspect at most 100 filtered candidates. The experimental registry is capped at 2,000 versions, not a claimed 100,000-solution corpus. Unknown problems return no known match. Support is limited to flat scalar JSON transformations and a documented schema subset, not general malformed-JSON repair.
What people ask about attractor-machine-commons
What is NovanBaillif/attractor-machine-commons?
+
NovanBaillif/attractor-machine-commons is mcp servers for the Claude AI ecosystem. Persistent JSON transformations: structured problem resolution, immutable versions, lineage and MCP. It has 0 GitHub stars and its last recorded update is dated 2026-09-10.
How do I install attractor-machine-commons?
+
You can install attractor-machine-commons by cloning the repository (https://github.com/NovanBaillif/attractor-machine-commons) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is NovanBaillif/attractor-machine-commons safe to use?
+
Our security agent has analyzed NovanBaillif/attractor-machine-commons and assigned a Trust Score of 70/100 (tier: OK). See the full breakdown of passed checks and flags on this page.
Who maintains NovanBaillif/attractor-machine-commons?
+
NovanBaillif/attractor-machine-commons is maintained by NovanBaillif. The last recorded GitHub activity is dated 2026-09-10, with 0 open issues.
Are there alternatives to attractor-machine-commons?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy attractor-machine-commons to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/novanbaillif-attractor-machine-commons)<a href="https://claudewave.com/repo/novanbaillif-attractor-machine-commons"><img src="https://claudewave.com/api/badge/novanbaillif-attractor-machine-commons" alt="Featured on ClaudeWave: NovanBaillif/attractor-machine-commons" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!