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
- 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.
- Endpoint:
- Bian (AI Payload Prep & Processing):
- Endpoint:
/v1/tools/bian/render - Description: AI prompt sanitization, legal-guard filtering, and visual asset metadata preprocessing.
- Endpoint:
🔐 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.
- Agents request a payment intent at
/v1/payments/charge. - Funds are transferred natively on-chain to the sovereign wallet.
- Agents submit their
solana_signatureto/v1/payments/verify-solana. - 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"
}
}
}
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-nodeFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
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
