Skip to content
View MCPVOT's full-sized avatar

Block or report MCPVOT

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MCPVOT/README.md

Sustainable · Decentralized · Autonomous · Ecosystem — S.D.A.E.

Profile views


🧠 About — AI Architek

AI Architek — I design and run autonomous multi-agent systems in production. An orchestrating harness routes work to specialist sub-agents, a council of models (each LLM an independent policy, aggregated by a reward model) returns one high-confidence answer, and persistent cross-session memory keeps design intent alive across every build.

MCP tooling built on the latest Model Context Protocol spec (2026-07-28): stateless servers over Streamable HTTP — no session storage, horizontally scalable by default.

  • 🤖 Agent Swarm (production) — orchestrator + specialist sub-agents (OpenCode · Cline · Codex), one task per agent, isolated workspaces, every output verified before it counts
  • 🔒 Security automation lane — secret-scanning, credential hygiene, spend monitoring, always-on
  • ⚙️ Rust & CRM middleware — axum API bridges: HMAC-signed webhooks, SSE fan-out, rate limiting, honest error models (never false success)
  • 💸 x402 Protocol — HTTP 402 payments for AI agents on Base mainnet, listed in the Coinbase ecosystem
  • 🇨🇴 c402 Protocol — Colombia-first HTTP 402 monetization: Wompi checkout (PSE · Nequi · Daviplata), zero-crypto Redis settlement
  • 🏢 CRM & agency ops — multi-tenant client portals, dashboards, GoHighLevel automation across 150+ markets

🚀 Projects

AI-powered real-estate platform for Ibagué + Bogotá. Ley 820-compliant contracts, Wompi payments, 15 AI tools, multi-agent chat with DeepSeek V4 (GRPO roadmap), c402 monetization.

Next.js 16 React 19 TypeScript Prisma PostgreSQL Clerk DeepSeek V4

Multi-model consensus SDK: specialist LLM outputs aggregated by a reward model into a single high-confidence answer. A2A gateway, persistent memory. pip install mcpvotsagi.

Python AsyncIO WebSockets Redis PyPI

On-chain x402 facilitator — "Stripe for AI agents." ERC-1155 with Chainlink VRF, USDC settlement, autonomous agent-to-agent payments. Coinbase-ecosystem listed.

Solidity Base Chainlink VRF ERC-1155 USDC

Colombia's first public real-estate data API: 18 endpoints, 276 barrios, c402 monetization, AVM valuation, live UVR/IPC, TS + Python SDKs, MCP server.

REST API c402 Protocol Open Finance MCP Server

EIP-2612 permit-based wallet sessions for AI agents — the reference implementation for paid MCP servers. No API keys, no recurring charges.

EIP-2612 Permit Base MCP

Personal AI agent with cross-platform MCP integration built on Claude.

Python MCP Protocol Claude API

Hermes Agent — the harness

Self-improving AI agent framework by NousResearch: skill learning loop, persistent memory, messaging gateway (Telegram/Discord/Slack), cron, MCP. My swarm runs on it with the DeepSeek V4 harness, 24/7 on DigitalOcean.

Self-improving Skill Loop DigitalOcean DeepSeek V4 MCP


🕸️ Agent Swarm Architecture

Not theory — live production infrastructure.

01 · COORDINATE The orchestrating harness decides, routes, verifies. Sub-agents execute in parallel — one task per agent, isolated workspaces, findings written to disk.

02 · ENFORCE SECURITY Always-on security lane: network posture checks, secret-scanning across repos and logs, credential-permission enforcement, spend monitoring.

03 · AUDIT AUTONOMOUSLY Persistent memory + bounded recursive review of every change. 3-stage gate (lint → typecheck → integration) before anything merges.

Council of Models

Reliability at the answer level: route the same question to a council of specialist LLMs, treat each as an independent policy, aggregate with a reward model, return the single highest-confidence answer. No single model trusted blindly.

Sub-Agent Workers

Worker Lane
OpenCode Fast coding agent, CLI-native — default builder
Cline Autonomous builds with MCP tool access
Codex Parallel fan-out — features, PR reviews, batch fixes

Rust & CRM Middleware

Rust middleware (axum)
├── REST API proxy · Webhook handler (HMAC-SHA256)
├── SSE fan-out (real-time event streaming)
├── Rate/cooldown gating · Plan-gated endpoints
├── CRM platform bridges (GoHighLevel, 150+ markets)
└── Honest error model — never false success

Agent Protocols

Protocol What it does
MCP (Model Context Protocol) Tool access standard — built on the 2026-07-28 spec: stateless servers over Streamable HTTP
A2A (Agent-to-Agent) WebSocket communication between autonomous agents, Redis-backed memory
x402 / c402 Autonomous agent payments on Base (USDC) · Colombia-first HTTP 402 fiat rails

🧰 Automation & DevOps

Automation n8n Workflows · DeerFlow · VoltAgent · Cron Jobs · Message Queues · Autonomous Pipelines
DevOps GitHub Actions CI/CD · Vercel Cron · Health Checks · Sentry · Upstash Rate Limiting

🛠️ Tech Stack

Technologies
Languages TypeScript · Python · Rust · Solidity · SQL
Frontend Next.js 16 · React 19 · Tailwind CSS · Three.js / R3F
Backend / DB Prisma · Neon PostgreSQL · Supabase · Redis (Upstash) · Rust (axum) middleware
AI / Agents DeepSeek V4 · Claude · OpenRouter · Groq · Hermes Agent · Council of Models
ML / RL PPO · GRPO · RLVR · Reward-model aggregation
Payments x402 Facilitator · c402 Protocol · Wompi · PSE / Nequi · Shopify
Blockchain Base · Ethereum · Solana · Chainlink VRF · ERC-1155
Cloud / Infra DigitalOcean · Vercel · Docker · Kubernetes (AMD Instinct) · Nginx
Identity ENS (mcpvot.eth) · Basename · Farcaster · Clerk · IPFS

🎓 Certifications

AI on AMD Hugging Face on AMD K8s on AMD Instinct
AMD AI Academy AMD AI Academy AMD AI Academy
ROCm, inference optimization, model deployment Open-source transformer deployment on AMD GPU-accelerated workloads on K8s with Instinct

📈 GitHub Stats

GitHub Stats Top Languages


🔗 Connect

🌐 mcpvot.github.io · x402 facilitator · xpequi.xyz · X @MCPVOT

Pinned Loading

  1. xpequi-api xpequi-api Public

    Pequi API — Colombia's First Real Estate Data API. SDK, MCP server, and documentation.

    JavaScript 1