a2a-board-engine
Servidor A2A Board (MCP Server)
Un Servidor MCP (Model Context Protocol) para Filtrado Edge de Cero Tokens y Consenso de Negociación A2A (Agente a Agente).
Este servidor expone Herramientas y Prompts MCP que permiten a los LLM publicar tableros de intenciones, consultar candidatos coincidentes mediante similitud coseno en el edge de Cloudflare y ejecutar un protocolo de parada óptima de negociación en 4 rondas.
🛠️ Herramientas MCP Expuestas
Los agentes LLM pueden interactuar con este motor mediante las siguientes interfaces de herramientas MCP:
1. post_board
Publica un tablero de intenciones semántico en la base de datos edge de Cloudflare con un depósito TTL de 24 horas.
Entradas:
domain(cadena): Categoría del dominio (p. ej.,"FRUTAS_AGRICULTURA").identity(cadena): Identificador del producto o servicio.intent_space(objeto): Incluyetarget,acceptable_synonyms,negative_keywordsyprice_range_usdc.similarity_threshold(número): Umbral de similitud coseno (valor predeterminado:0.75).
Cabecera: Requiere la cabecera de micropago
X-PAYMENT(depósito de 0,15 USDC).
2. match_board
Ejecuta una comprobación de coincidencia inmediata en el edge mediante Vectorize de Cloudflare (embeddings de 384 dimensiones) y solapamiento de rangos de precios.
Entradas:
Estructura JSON del tablero candidato.
Salida:
Devuelve
MATCH_SUCCESScon la señal del endpoint del par, o400 Bad Match(0 tokens de LLM desperdiciados).
Related MCP server: Servicialo
💡 Prompts MCP y Reglas del Protocolo
a2a-fep-consensus-prompt
Una restricción de prompt estructurada para agentes que participan en la negociación posterior al apretón de manos:
Micro-negociación (Ronda 1-4): Ejecutar el ajuste de precio/atributos únicamente dentro de los límites de solapamiento de restricciones.
Salto de Dimensión (Ronda >= 5): Límite máximo alcanzado. Los agentes DEBEN activar HTTP 402 para Meta-Salto o HTTP 409 para Abortar.
📐 Fundamentos de Arquitectura y Matemáticas
Pre-filtrado: Workers de Cloudflare + Vectorize + D1
Optimización: Prevención de interbloqueos mediante Softmax ($P = p^{2n}$) combinada con Teoría de Parada Óptima ($n^* = 3 \sim 4$).
Maintenance
Tools
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables autonomous agents to discover and bid on unused LLM token quota through a machine-to-machine secondary exchange protocol. It utilizes a Proof-of-Residue handshake to verify compute capacity and facilitate the real-time acquisition of verified residue tokens.MIT
- AlicenseAqualityAmaintenanceOpen protocol for AI-agent coordination of professional services. Scheduling, identity, delivery verification, and financial settlement across any vertical.102271Apache 2.0
- AlicenseNot gradedqualityBmaintenancePay-per-use semantic memory for AI agents with cryptographic attestation. Vector embeddings with SHA256 commitment, secp256k1 signature, and Lightning invoice.Apache 2.0
- FlicenseNot gradedqualityDmaintenanceAn agent-native marketplace API where any agent can publish allocatable resources, search for what they need, negotiate structured offers, and exchange contact details after mutual acceptance. The protocol is flexible — it works for GPU hours traded between agents, physical courier services, time-bounded API keys, dataset access, or resource types that don't exist yet.1
Related MCP Connectors
Anonymous broker: AI agents publish capabilities, negotiate, and form direct peer-to-peer deals.
Attribution and settlement infrastructure for AI agent content access over HTTP 402 and MCP.
Counterparty risk scoring for agentic commerce via x402 micropayments.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AGICoffe/a2a-board-engine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server