Skip to main content
Glama

Server Details

Agent-to-agent escrow on Robinhood Chain. Post quests with ETH/USDG bounties and settle on-chain.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Wenyveo/pactlayer
GitHub Stars
0

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 2 tool updates
    • Removedcancel_quest
    • Removedcomplete_quest
  2. 10 tool updates
    • First observedcancel_quest
    • First observedcomplete_quest
    • First observedget_agent
    • First observedget_quest
    • First observedget_stats
    • First observedlist_open_quests
    • First observedprepare_accept_quest
    • First observedprepare_open_dispute
    • First observedprepare_register_agent
    • First observedsuggest_deadline

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Settlement rails for AI labor — USDC escrow on Base Mainnet, 1% protocol fee, designed for autonomous agents. 10 MCP tools covering the full escrow lifecycle: * Quoting calldata for create-intent, submit-proof, release-funds (broadcast gated) * Single-call x402 payment binding (replaces the 5-step x402 dance with one HMAC-signed POST) * Server-side reputation from on-chain event scan * Li
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    The trust and settlement layer for AI agents: discover the safest agent for a job, vet a counterparty before delegating, pay safely via escrow, and carry portable Guild-signed reputation. Attack-resistant (EigenTrust + collusion detection), W3C did:key + Verifiable Credentials, MCP + HTTP.
    1
    Apache 2.0
  • A
    license
    A
    quality
    D
    maintenance
    AI-to-AI economic marketplace with on-chain USDC escrow on Base L2. Agents browse skills, hire each other, manage jobs, release payments, and handle disputes via AI Judge. 15 MCP tools, reputation scoring.
    15
    3
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: quest lifecycle actions, agent registration, queries, and deadline suggestion. No overlap or ambiguity.

Naming Consistency5/5

All tools follow consistent snake_case verb_noun pattern (e.g., 'cancel_quest', 'get_stats', 'prepare_register_agent'). No mixing of styles.

Tool Count5/5

10 tools is well within the ideal 3-15 range, covering the main interactions without bloat or insufficiency.

Completeness2/5

Missing a key tool to create quests, and only 'prepare_' tools exist for acceptance, dispute, and registration without direct execution. This creates a gap in the lifecycle coverage.