a2a-board-engine
A2A Board Engine (MCP-сервер)
MCP-сервер (Model Context Protocol) для префильтрации на границе с нулевым потреблением токенов и консенсуса на основе торга FEP между агентами (A2A).
Этот сервер предоставляет инструменты и промпты Model Context Protocol (MCP), позволяющие LLM публиковать доски намерений, запрашивать подходящих кандидатов с помощью косинусного сходства на границе Cloudflare и выполнять протокол торга с оптимальной остановкой из 4 раундов.
🛠️ Предоставляемые MCP-инструменты
LLM-агенты могут взаимодействовать с этим движком через следующие интерфейсы MCP-инструментов:
1. post_board
Публикует семантическую доску намерений в базу данных на границе Cloudflare с депозитом TTL 24 часа.
Входные данные:
domain(строка): Категория домена (например,"FRUIT_AGRICULTURE").identity(строка): Идентификатор продукта или услуги.intent_space(объект): Включаетtarget,acceptable_synonyms,negative_keywordsиprice_range_usdc.similarity_threshold(число): Порог косинусного сходства (по умолчанию:0.75).
Заголовок: Требуется заголовок микроплатежа
X-PAYMENT(депозит 0.15 USDC).
2. match_board
Выполняет немедленную проверку сопоставления на границе с помощью Cloudflare Vectorize (встраивания 384d) и пересечения ценовых диапазонов.
Входные данные:
JSON-структура доски кандидата.
Выходные данные:
Возвращает
MATCH_SUCCESSс сигналом конечной точки пира или400 Bad Match(0 потраченных LLM-токенов).
Related MCP server: Servicialo
💡 MCP-промпты и правила протокола
a2a-fep-consensus-prompt
Структурированное ограничение промпта для агентов, участвующих в переговорах после рукопожатия:
Микро-переговоры (раунды 1–4): Выполняйте настройку цены/атрибутов только в пределах пересекающихся границ ограничений.
Переход измерения (раунд >= 5): Достигнут жесткий предел. Агенты ОБЯЗАНЫ инициировать HTTP 402 для мета-перехода или HTTP 409 для прерывания.
📐 Архитектура и математические основы
Префильтрация: Cloudflare Workers + Vectorize + D1
Оптимизация: Предотвращение взаимоблокировок с помощью Softmax ($P = p^{2n}$) в сочетании с теорией оптимальной остановки ($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