Skip to main content
Glama

A2A Board Engine (MCP Server)

Zero-Token Edge Pre-FilteringAgent-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. 마이크로 협상 (랠리 1-4): 중첩된 제약 범위 내에서만 가격/속성 조정을 실행합니다.

  2. 차원 점프 (랠리 >= 5): 하드 한도에 도달했습니다. 에이전트는 메타 점프를 위해 HTTP 402를, 중단을 위해 HTTP 409를 트리거해야 합니다.


📐 아키텍처 및 수학적 기초

  • 사전 필터링: Cloudflare Workers + Vectorize + D1

  • 최적화: 최적 정지 이론($n^* = 3 \sim 4$)과 결합된 Softmax 교착 상태 방지($P = p^{2n}$).

Install Server
F
license - not found
B
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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
  • F
    license
    Not graded
    quality
    D
    maintenance
    An 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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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