Lad

Lad

Open protocol for zero-config discovery and trust bootstrap of local A2A AI agents

58/100MonitorFreeFree

A smart, necessary addition to the agent stack — local discovery done right. The trust model is genuinely thoughtful for hostile networks. But it's a spec, not a product, so expect to roll up your sleeves with TLS enforcement and integration work before it's production-ready.

Verified 14d ago · liveness 58/100 · cite: rightaichoice.com/tools/lad

Best for
  • Developers building local AI agent ecosystems in hotels, offices, or hospitals
  • System integrators deploying agents on enterprise LANs with zero-config needs
  • Cloud architects designing edge agent discovery mechanisms
  • Researchers prototyping peer-to-peer agent networks on local infrastructure
Not ideal for
  • Cloud-scale agent discovery across wide-area networks (WAN)
  • Non-technical users expecting a turnkey agent platform
  • Projects requiring proprietary or centralized agent registries
Visit Website

IntermediateFor a developer familiar with the spec, you can run the interactive demo in minutes. Production integration with TLS and identity verification could take a few days to weeks depending on your environment.CLI · API · WebAPI availableVerified 14d ago
Pricing
Free
FreeFree tier1 hidden cost
Learning curve
Intermediate
For a developer familiar with the spec, you can run the interactive demo in minutes. Production integration with TLS and identity verification could take a few days to weeks depending on your environment.
Runs on
CLIAPIWeb
API available
Who it's for
A developer building a hotel guest appA system integrator deploying agents on a hospital campus
Live sentiment
Is Lad actually worth it?

We scan live Reddit threads, YouTube comments, X posts, G2 reviews and other communities — and hand you an honest verdict in under a minute.

  • Honest verdict, not marketing
  • Real pros & cons from real users
  • Attributed quotes with receipts
Run a free scan

3 free scans · no card needed

Skip it if

Skip LAD-A2A if you need a turnkey agent platform, cloud-scale discovery, or you're not prepared to integrate the spec yourself and enforce TLS in production.

The 30-second take
Biggest gripe

There's no software cost, but you'll spend engineering time integrating the spec and building your own TLS and identity management, which adds up to real hidden labor costs.

Price reality

Free open-source protocol. There's no pricing to compare; your real cost is engineering time. This is cheaper than any commercial discovery service, but you're trading money for implementation effort.

In short

Lad — Open protocol for zero-config discovery and trust bootstrap of local A2A AI agents. Best for Developers building local AI agent ecosystems in hotels, offices, or hospitals, System integrators deploying agents on enterprise LANs with zero-config needs, Cloud architects designing edge agent discovery mechanisms. Free to use.

What people actually say about Lad — is it worth it?

We scanned public community sources for Lad on Jul 3, 2026 and could not establish that the discussion we found is about this tool rather than something else sharing its name. Our own analysis of that scan says the posts were off-subject. Rather than publish a sentiment score built on the wrong subject, we publish nothing here and re-run the scan.

Viability Score

58/100
Monitor

How well maintained and how widely used is Lad? Built from what the vendor actually publishes (docs, changelog, tutorials, integrations, pricing), whether the site is live, and how much real users discuss it. How we calculate this

Recent activity
90
Traction
100
Site health
95
User sentiment
0
What the vendor publishes
0

Last calculated: September 2026

How we score →

Key Features

  • Zero-config agent discovery via mDNS/DNS-SD (_lad-a2a._tcp)
  • Well-known endpoint HTTP-based discovery
  • Trust model separating channel auth (TLS) from identity verification
  • Explicit user consent keyed to verified identity before first contact
  • Signed AgentCards for identity verification
  • Ecosystem handoff to standard A2A communication
  • Open specification with JSON Schemas
  • Reference implementation in Python (server & client)
  • Interactive demo with real mDNS discovery and A2A routing
  • Local network support (hotels, offices, hospitals)
  • TLS 1.2+ required in production
  • HTTP dev mode for local testing
  • DNS-SD service type _lad-a2a._tcp
  • Complements MCP and A2A standards
  • Apache 2.0 licensed

About Lad

FreeIntermediateAPI availableCLI · API · Web

LAD-A2A is an open protocol specification that solves a specific problem: how does an AI assistant know which local agents are available when you join a network? It's the missing discovery layer in the agent stack — A2A handles agent-to-agent communication, MCP handles agent-to-tool integration, and LAD-A2A handles 'who's here?' It uses mDNS/DNS-SD (service type _lad-a2a._tcp) and well-known endpoints for zero-configuration discovery, so agents can announce their presence and capabilities without users setting anything up manually. The protocol's trust model is its standout trait. For hostile networks like hotel Wi-Fi or office LANs, TLS alone proves nothing about identity — an attacker can control the DNS and get a TLS certificate for their own host. LAD-A2A separates channel authentication (TLS) from identity verification (domain/JWS/DID), and requires explicit user consent keyed to a verified identity before any first contact. This is an honest model for security-conscious deployments. LAD-A2A is designed for developers, system integrators, and architects building local agent ecosystems in environments like hotels, cruise ships, offices, hospitals, stadiums, and smart cities. It ships as an open specification with JSON Schemas, a reference implementation in Python (server and client), and an interactive demo that shows real mDNS discovery and A2A JSON-RPC communication in action. The project is Apache 2.0 licensed and community-driven. It's not a turnkey product. It's a spec and a reference implementation that you integrate into your own systems, paired with A2A for communication and MCP for tooling. LAD-A2A is vendor-neutral and complements existing standards rather than replacing them.

Behind the Verdict

If you're building AI agents that need to operate on local networks — hotel Wi-Fi, office LANs, cruise ships — LAD-A2A fills a hole that nothing else addresses directly. You could hand-roll mDNS discovery, but you'd probably make the mistakes this protocol already solves, especially around trust. The separation of channel authentication from identity verification is the kind of detail that saves you from a security incident later. We'd reach for this when you need zero-config discovery in a heterogeneous environment. The spec is designed to hand off to standard A2A for communication, so it fits naturally into an existing agent architecture. The reference implementation in Python gives you a concrete starting point, and the interactive demo is a fast way to see the whole flow. Where it bites: this is not a product. There's no managed service, no UI for end users, no plugin for your favorite assistant. You're integrating a spec into your own codebase. Production requires TLS 1.2+ enforcement — the client refuses non-https URLs by default, which is correct but means you must configure certificates on every local agent. That's real work. The closest alternative is rolling your own discovery with mDNS or a centralized registry. Centralized registries scale across WAN, but they break on isolated networks and add a dependency. LAD-A2A is decentralized and built for edge cases. For non-technical users expecting a turnkey platform, it's not for you — yet. In practice, we'd pair LAD-A2A with A2A for communication and MCP for tools, and we'd budget time for the integration. The trust model is the reason to pick it over a quick script; it's the difference between 'it works on my machine' and 'it works on a hostile network.'

Researching Lad? Get your full AI stack in 60 seconds.

Free, no signup — tell us your goal and get tools matched to your budget & existing stack.

Real-world workflow fit

Concrete scenarios for the personas Lad actually fits — and what changes day-one when you adopt it.

A developer building a hotel guest app

You want guests to ask the hotel's AI agent for the spa schedule without configuration.

Outcome: You run the reference server on the hotel LAN, and guests' devices auto-discover it via mDNS and get the spa schedule through A2A.

A system integrator deploying agents on a hospital campus

You need to let patients navigate to radiology via a local agent.

Outcome: You use LAD-A2A to bootstrap trust and discovery, then hand off to A2A for communication, ensuring secure and easy navigation.

Use Cases

  • Discover hotel spa agents when joining guest Wi-Fi
  • Find local exhibition guides on a cruise ship LAN
  • Locate room booking agents in an office network
  • Navigate to hospital radiology via local agent discovery
  • Find seat maps and concessions at a stadium via agent
  • Discover transit schedule agents in a smart city district

Limitations

  • LAD-A2A is an open protocol specification and reference implementation for discovering A2A-capable agents on local networks.
  • It is not a production-grade service; production use requires TLS 1.2+ and manual configuration.
  • The current reference implementation is in Python and supports local network discovery via mDNS/DNS-SD, with cross-network (WAN) discovery not addressed.
  • The ecosystem is still early-stage, with a small community.

as of 2026-08-26

Verification history

We have re-verified Lad 7 times since . Each pass re-reads the vendor's own pages and re-checks every listed field against that evidence; passes where nothing had changed are marked as such.

  1. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  2. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  3. re-checked, vendor evidence unchanged
  4. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  5. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  6. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it

Showing the 6 most recent of 7 verification passes.

Free to cite with attribution — this page re-verifies continuously.

Hidden costs & gotchas

What the public pricing page doesn't put in bold. Captured from pricing-page footnotes, contract terms, and recurring complaints.

  • There's no software cost, but you'll spend engineering time integrating the spec and building your own TLS and identity management, which adds up to real hidden labor costs.

Where the pricing makes sense

The company stage and team size where Lad's pricing actually pencils out — and where peers do it cheaper.

Free open-source protocol. There's no pricing to compare; your real cost is engineering time. This is cheaper than any commercial discovery service, but you're trading money for implementation effort.

Setup time & first value

How long it actually takes to get something useful out of Lad — broken out by persona, not the marketing-page minute.

For a developer familiar with the spec, you can run the interactive demo in minutes. Production integration with TLS and identity verification could take a few days to weeks depending on your environment.

Resources & Guides

Tutorials & Learning

YouTube returned 6 videos for “Lad”, and we withheld 6: 6 could not be judged, because “Lad” is a single word that other videos use for other things. We are showing none, because we could not prove any of them are about Lad.

Official links

Featured Head-to-Head Comparisons

Popular in Agent Frameworks & Orchestration

Temporal AI

Temporal AI

Open-source durable execution platform that keeps long-running workflows and AI agents alive through crashes, retries, and flaky APIs.

FreemiumTry
DBOS

DBOS

DBOS adds durable execution for AI agents and workflows directly inside your Postgres database

FreemiumTry
Sakana AI

Sakana AI

Sakana AI builds Japanese-language LLMs and multi-agent orchestration for regulated finance, defense and intelligence work

Contact SalesTry

Frequently Asked Questions

Used Lad? Help shape our editorial sentiment research.