Prashantp007/evm-agent-orchestrator
Universal EVM AI Agent SDK 2026 ๐ | Build & Deploy Smart Bots
Platform-specific configuration:
{
"mcpServers": {
"evm-agent-orchestrator": {
"command": "npx",
"args": [
"-y",
"evm-agent-orchestrator"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://Prashantp007.github.io)
CryptoScribe is an advanced AI orchestration platform that transforms complex blockchain interactions into coherent, actionable narratives. Unlike traditional blockchain interfaces that present raw data, CryptoScribe interprets on-chain activities through the lens of narrative intelligence, providing context-aware insights that bridge the gap between cryptographic transactions and human understanding.
Imagine blockchain data as an ancient, untranslated manuscriptโCryptoScribe acts as both translator and historian, revealing the stories hidden within each transaction, contract deployment, and wallet interaction. This platform serves as the connective tissue between EVM-compatible blockchains and AI agents, enabling them to comprehend blockchain activities not as isolated events but as chapters in an ongoing digital narrative.
Prerequisites: Node.js 18+, Python 3.9+, and an OpenAI or Claude API key
[](https://Prashantp007.github.io)
npm install cryptoscribe-engine
# or
pip install cryptoscribe-narrative
docker pull cryptoscribe/core:latest
docker run -p 8080:8080 cryptoscribe/core
CryptoScribe employs a multi-layered narrative architecture that processes blockchain data through successive stages of interpretation:
graph TD
A[Blockchain Events] --> B[Narrative Parser]
B --> C[Context Weaver]
C --> D[Intent Decoder]
D --> E[Storyline Generator]
E --> F[Insight Synthesizer]
Loading reviews...