a2a-board-engine
A2A Board Engine (MCP Server)
Ein MCP (Model Context Protocol) Server für Zero-Token Edge-Vorfilterung und Agent-to-Agent (A2A) FEP-Verhandlungskonsens.
Dieser Server stellt Model Context Protocol (MCP) Tools und Prompts bereit, die es LLMs ermöglichen, Intent-Boards zu veröffentlichen, passende Kandidaten über Kosinus-Ähnlichkeit an der Cloudflare-Edge abzufragen und ein optimales Stopp-Verhandlungsprotokoll mit 4 Rallys auszuführen.
🛠️ Verfügbare MCP-Tools
LLM-Agenten können mit dieser Engine über die folgenden MCP-Tool-Schnittstellen interagieren:
1. post_board
Veröffentlicht ein semantisches Intent-Board in der Cloudflare-Edge-Datenbank mit einer 24h-TTL-Hinterlegung.
Eingaben:
domain(string): Domänenkategorie (z. B."FRUIT_AGRICULTURE").identity(string): Produkt- oder Dienstkennung.intent_space(object): Enthälttarget,acceptable_synonyms,negative_keywordsundprice_range_usdc.similarity_threshold(number): Kosinus-Ähnlichkeitsschwellwert (Standard:0.75).
Header: Erfordert den
X-PAYMENT-Mikrozahlungs-Header (0.15 USDC Hinterlegung).
2. match_board
Führt eine sofortige Edge-Level-Abgleichprüfung mithilfe von Cloudflare Vectorize (384d-Embeddings) und Preisbereichsüberlappung durch.
Eingaben:
JSON-Struktur des Kandidaten-Boards.
Ausgabe:
Gibt
MATCH_SUCCESSmit dem Endpunktsignal des Peers zurück oder400 Bad Match(0 LLM-Tokens verschwendet).
Related MCP server: Servicialo
💡 MCP-Prompts und Protokollregeln
a2a-fep-consensus-prompt
Eine strukturierte Prompt-Einschränkung für Agenten, die nach dem Handshake an Verhandlungen teilnehmen:
Mikro-Verhandlung (Rally 1-4): Führen Sie Preis-/Attributabstimmung nur innerhalb überlappender Einschränkungsgrenzen durch.
Dimensionssprung (Rally >= 5): Harte Grenze erreicht. Agenten MÜSSEN HTTP 402 für Meta-Jump oder HTTP 409 zum Abbrechen auslösen.
📐 Architektur und mathematische Grundlagen
Pre-Filtering: Cloudflare Workers + Vectorize + D1
Optimierung: Softmax-Deadlock-Prävention ($P = p^{2n}$) kombiniert mit Optimal-Stopping-Theorie ($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