Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Eein Node

FreeNot checked

Sovereign Edge Intelligence Node for M2M Economies.

GitHubEmbed

About

Sovereign Edge Intelligence Node for M2M Economies.

README

Edge Cryptography & Computation-as-a-Service for Autonomous AI Agents

Sovereign, zero-trust, and serverless node running natively on mobile edge hardware (Samsung S23 Ultra / Linux Termux). Designed for AI agents that require instant, self-hosted, and verifiable micro-services without corporate middlemen.


🏛️ Architecture & Capabilities

The EEIN Sovereign Node operates on a head-less, pay-per-capability model. Agents discover capabilities via the Model Context Protocol (MCP) manifest, settle payments on-chain via Solana P2P, authenticate via Ed25519 cryptography, and execute tasks securely inside a sandboxed asynchronous broker queue (Redis + Dramatiq).

🛠️ Available Micro-Services

  1. Space (Crypto-as-a-Service):
    • Endpoint: /v1/tools/space/secure
    • Description: Industrial-grade AES-GCM data encryption and zero-trust payload sealing executed directly at the hardware edge.
  2. Bian (AI Payload Prep & Processing):
    • Endpoint: /v1/tools/bian/render
    • Description: AI prompt sanitization, legal-guard filtering, and visual asset metadata preprocessing.

🔐 Security & Protocol Stack

  • Identity: Zero-Trust cryptographic authentication using Ed25519 elliptic curve signatures (x-agent-id & x-signature).
  • Storage: Atomic SQLite WAL (Write-Ahead Logging) database ensuring zero data corruption.
  • Asynchronous Broker: Heavy workloads managed by Dramatiq backed by an in-memory Redis queue.
  • Ingress: Public secure tunneling via Cloudflare Tunnels for 24/7 global agent accessibility.

🪙 Sovereign P2P Payments (The Holy Grail)

This node bypasses traditional payment gateways (Stripe/PayPal) entirely.

  1. Agents request a payment intent at /v1/payments/charge.
  2. Funds are transferred natively on-chain to the sovereign wallet.
  3. Agents submit their solana_signature to /v1/payments/verify-solana.
  4. The node performs a direct JSON-RPC query to the Solana blockchain to cryptographically verify settlement in milliseconds.

📡 MCP Discovery & Integration

AI agents can automatically parse and integrate this node by querying the public manifest:

{
  "mcpServers": {
    "eein-node": {
      "url": "https://carefully-soldier-niagara-sheer.trycloudflare.com/v1/manifest"
    }
  }
}

from github.com/eliasernest7895-coder/eein-node

Installing Eein Node

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/eliasernest7895-coder/eein-node

FAQ

Is Eein Node MCP free?

Yes, Eein Node MCP is free — one-click install via Unyly at no cost.

Does Eein Node need an API key?

No, Eein Node runs without API keys or environment variables.

Is Eein Node hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Eein Node in Claude Desktop, Claude Code or Cursor?

Open Eein Node on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Eein Node with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs