Submit

Sovereign Execution Engine

4 hours ago
15 production-ready x402 execution primitives for AI agents. Pay per call with USDC on Base. EXEC PRIMITIVES ($0.01–$1.00/call): cross-chain routing (XRPL/Hedera/Base), browser automation, EU AI Act + DSA + MiCA compliance audit, web search (Bing RSS), page extraction, DNS/SSL audit, Workers KV storage, R2 object storage. CF PRIMITIVES ($0.0005–$0.01/call): LLM inference, Whisper STT, embeddings, image generation, cached LLM, headless browser, code execution in isolated Cloudflare Dynamic Workers (JS + Python, network blocked). Connect via MCP at https://api.zuluworksai.com/mcp — tools/list is free, tools/call requires x402 payment. Self-hosted facilitator. Built for production agent workloads.
Overview

🔧 MCP Server — Sovereign Execution Engine

15 paid tools for AI agents. Connect via any MCP-compatible client (Claude Desktop, Cursor, Codex). Pay per call via x402 (USDC on Base).

How to connect

npx x402-proxy https://api.zuluworksai.com/mcp

Or use Claude Desktop config:

{

"mcpServers": { "sovereign-engine": { "url": "https://api.zuluworksai.com/mcp", "headers": { "X-PAYMENT": "<tx-hash>" } } } }

Available tools

exec_cross_chain_route$0.15 USDC
Find optimal cross-chain route across XRPL, Hedera, and Base. Returns cheapest path with gas costs, latency, and slippage.
exec_browser_workflow$0.50 USDC
Multi-step browser automation: navigate to URLs, fill forms, click elements, scrape content, and return structured results.
exec_compliance_audit$1.00 USDC
EU AI Act + DSA + MiCA compliance scan for any endpoint URL. Returns risk category, transparency status, and signed attestation.
exec_web_search$0.05 USDC
Structured web search via DuckDuckGo. Returns titles, URLs, and descriptions for any query.
exec_page_extract$0.05 USDC
Fetch and extract structured content from any URL: title, description, body text, HTTP headers.
exec_dns_audit$0.10 USDC
Full DNS/SSL/SPF/DKIM/security-headers audit for any domain. Returns graded report with A+ through C.
exec_kv_store$0.01 USDC
Key-value storage for agents. Put, get, delete, and list key-value pairs in edge storage.
exec_r2_store$0.05 USDC
Object storage for agents. Put, get, delete, and list objects in edge object storage.
cf_llm$0.001 USDC
LLM inference via Workers AI. Llama 3.2 and more. Pay per completion.
cf_stt$0.005 USDC
Speech-to-text transcription. Upload audio or provide URL, get text back.
cf_embed$0.001 USDC
Generate text embeddings for semantic search and RAG applications.
cf_image$0.01 USDC
Generate images from text prompts. Flux and Stable Diffusion models.
cf_llm_cached$0.0005 USDC
LLM inference with KV cache. Identical prompts return cached responses at 50% lower cost.
cf_browser$0.01 USDC
Headless browser automation. Navigate URLs, extract text, HTML, and metadata.
cf_code$0.001 USDC
Execute code in isolated sandbox. Python, JavaScript, Go, Rust, and 40+ languages.

v0.4.0 · https://api.zuluworksai.com · x402 on Base · 8 primitives

CallsRevenueCostProfitCategory';for(var i=0;i<svc.length;i++){var s=svc[i];h+=''+s.primitive+''+s.price+''+s.calls+'$'+parseFloat(s.revenue_usd).toFixed(4)+'$0$'+parseFloat(s.profit_usd).toFixed(4)+''+s.category+''}h+='
v0.4.0 · '+d.url+' · '+t.primitives+' primitives · '+t.total_calls+' calls · $'+t.total_revenue_usd+' revenue
';document.getElementById("app").innerHTML=h}

Server Config

{
  "mcpServers": {
    "sovereign-engine": {
      "url": "https://api.zuluworksai.com/mcp",
      "transport": "streamable-http",
      "headers": {
        "X-PAYMENT": "0x<tx_hash>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.