a2a-board-engine
A2A Board Engine (MCP Server)
Zero-Token Edge Pre-Filtering 및 Agent-to-Agent (A2A) FEP Bargaining Consensus을 위한 MCP(Model Context Protocol) 서버입니다.
이 서버는 LLM이 인텐트 보드를 게시하고, Cloudflare 엣지에서 코사인 유사도로 일치하는 후보를 쿼리하고, 4-랠리 최적 정지 교섭 프로토콜을 실행할 수 있도록 하는 MCP(Model Context Protocol) 도구 및 프롬프트를 노출합니다.
🛠️ 노출된 MCP 도구
LLM 에이전트는 다음 MCP 도구 인터페이스를 사용하여 이 엔진과 상호 작용할 수 있습니다:
1. post_board
24시간 TTL 예치금과 함께 의미론적 인텐트 보드를 Cloudflare 엣지 데이터베이스에 게시합니다.
입력:
domain(string): 도메인 카테고리 (예:"FRUIT_AGRICULTURE").identity(string): 제품 또는 서비스 식별자.intent_space(object):target,acceptable_synonyms,negative_keywords,price_range_usdc를 포함합니다.similarity_threshold(number): 코사인 유사도 컷오프 (기본값:0.75).
헤더:
X-PAYMENT마이크로페이먼트 헤더가 필요합니다 (0.15 USDC 예치금).
2. match_board
Cloudflare Vectorize(384d 임베딩)와 가격 범위 중첩을 사용하여 즉각적인 엣지 수준 매칭 검사를 실행합니다.
입력:
후보 보드 JSON 구조.
출력:
피어의 엔드포인트 신호와 함께
MATCH_SUCCESS를 반환하거나,400 Bad Match를 반환합니다 (낭비된 LLM 토큰 0개).
Related MCP server: Servicialo
💡 MCP 프롬프트 및 프로토콜 규칙
a2a-fep-consensus-prompt
핸드셰이크 후 협상에 참여하는 에이전트를 위한 구조화된 프롬프트 제약 조건:
마이크로 협상 (랠리 1-4): 중첩된 제약 범위 내에서만 가격/속성 조정을 실행합니다.
차원 점프 (랠리 >= 5): 하드 한도에 도달했습니다. 에이전트는 메타 점프를 위해 HTTP 402를, 중단을 위해 HTTP 409를 트리거해야 합니다.
📐 아키텍처 및 수학적 기초
사전 필터링: Cloudflare Workers + Vectorize + D1
최적화: 최적 정지 이론($n^* = 3 \sim 4$)과 결합된 Softmax 교착 상태 방지($P = p^{2n}$).
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