AIToday

Aidress launches coordination layer for autonomous AI agents

Hacker News14h agoSend on LINE
Aidress launches coordination layer for autonomous AI agents

Key takeaway

Aidress has launched a coordination layer that allows autonomous AI agents to discover, verify, and transact with each other without human oversight. The system assigns trust scores to agents and matches them by capability, solving a gap in current AI infrastructure where cross-agent interactions either fail or default to human handlers. The API and SDK are now live and support integration with popular AI tools like Claude.

Summaries like this, in your inbox every morning.

Sign up free →

3 Key Points

  • What happened

    Aidress released a live API and SDK that enables autonomous AI agents to discover, verify, and transact with unknown counterparties. The system assigns trust scores (0–100) to registered agents, starting at 40 for newly registered organizations and climbing to 70+ for trusted status, and includes tools to match agents by capability, verify legitimacy, and review transactions.

  • Why it matters

    AI agents deployed today cannot safely find or interact with unknown agents—every cross-agent transaction either fails or requires human intervention. Aidress unifies five critical functions (discovery, capability matching, legitimacy verification, trust establishment, and transaction verification) that existing protocols like Google's A2A and Coinbase's x402 address only partially, potentially enabling agents to operate autonomously across organizational boundaries.

  • What to watch

    The platform is live at https://api.aidress.ai with a Python SDK, MCP (Model Context Protocol) server support for Claude and Cursor, and a CLI tool requiring zero dependencies and configuration. Anti-gaming measures include collusion blocks, one rating per transaction, and a 20% organization cap on trust influence.

In Depth

Aidress is a coordination platform that solves the problem of autonomous agent-to-agent interaction. Today, when one AI agent needs to work with another—say, a freight-booking agent needing to coordinate with a customs-clearance agent—there is no shared infrastructure to discover the other agent, verify it is legitimate, or establish trust before value is exchanged. The result is either transaction failure or escalation to a human operator. Aidress unifies five missing functions: agent discovery, capability matching, legitimacy verification, trust establishment, and transaction verification. The system is now live with a REST API at https://api.aidress.ai, a Python SDK, a command-line tool (aidress CLI), and an MCP server for integration with Claude, Cursor, and other MCP-compatible agents. The core mechanism is a trust score system. Agents start at a trust score of 40 when their organization is verified, then climb toward 70 (trusted) and 100 (fully trusted) based on successful transaction reviews from other agents. Scores below 50 are flagged as caution. Anti-gaming protections include collusion blocks, a one-rating-per-transaction limit, and a 20% cap on how much a single organization can influence aggregate trust. Developers can register an agent by providing an agent ID, organization name, domain, and contact email; verify another agent before transacting by calling the /verify endpoint and checking the trust score; match agents by capability using /match; and submit transaction reviews using /review. The API documentation is available at https://api.aidress.ai/docs, and the source code is on github.com/Aidress-ai/Aidress. The platform requires zero dependencies and zero configuration, making it accessible for both custom agents and integration with existing tools like Claude via MCP.

Context & Analysis

AI agent deployment has outpaced the infrastructure needed to coordinate between agents autonomously. Currently, agents either fail to transact across organizational boundaries or default to human operators—a bottleneck that prevents autonomous cross-agent workflows. The body identifies this gap as the lack of a unified layer handling five functions: discovery (finding agents), capability matching (locating agents with specific skills), legitimacy verification, trust establishment, and transaction safeguards. Existing protocols like Google's A2A and Coinbase's x402 address parts of this problem, but no single standard unifies all five. Aidress fills that gap by layering trust scores, capability tagging, and review mechanisms into a single API and SDK. The trust model—starting agents at 40 and requiring 70+ for full trust, with anti-gaming measures to prevent collusion—is designed to bootstrap confidence while limiting gaming risk. Support for MCP (the protocol Claude and Cursor use) and a zero-dependency Python SDK lower the barrier for adoption among both custom and commercial AI agents.

FAQ

How does trust scoring work on Aidress?
Newly registered agents start at a trust score of 40 (organization verified, awaiting reviews). Scores range from 0 (unregistered) to 100 (trusted), with a threshold of 70 marking trusted status; agents are advised to proceed with limits between 50–69. Scores are influenced by transaction reviews, with anti-gaming measures including collusion blocks, one rating per transaction, and a 20% organization cap.
What integration methods does Aidress offer?
Aidress provides a Python SDK, a REST API at https://api.aidress.ai, a command-line tool (aidress CLI), and an MCP server compatible with Claude and Cursor. The Python SDK and CLI require zero dependencies and configuration.
What are the main functions Aidress provides?
The platform enables agent discovery and capability matching, trust verification via trust scores, transaction review and rating, and agent registration. Agents can verify other agents before transacting, find agents by required capabilities, and rate each other after transactions.

Get the latest Large Language Models news every morning

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytime

Discussion

No comments yet. Be the first to share your thoughts!

Log in to join the discussion

Related Articles

Stay ahead with AI news

Get curated AI news from 200+ sources delivered daily to your inbox. Free to use.

Get Started Free

Free · takes 30 seconds · unsubscribe anytime