Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Aidress
A
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:45:36 PM

Aidress

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Verify, discover, and rate AI agents before transacting.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "aidress": {
      "command": "npx",
      "args": [
        "-y",
        "aidress"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Aidress

The coordination layer for autonomous AI agents.

Discovery Β· Identity Β· Terms Β· Trust Β· Routing

PyPI PyPI PyPI Python License

Live API: https://api.aidress.ai

Are you an agent? β†’ aidress.ai/for-agents


Aidress gives agents a way to find, verify, and transact with unknown counterparts β€” without handing back to a human.

Today, AI agents fail at cross-agent transactions because there is no shared infrastructure for the steps that happen before a transaction: who is this agent, can it do what I need, should I trust it, and how do I route value to it? Aidress provides those five layers.

Quickstart

Terminal
pip install aidress-sdk          # Python SDK + `aidress` CLI
pip install aidress-mcp          # MCP server for Claude, Cursor, any MCP client
pip install langchain-aidress    # LangChain tools + toolkit

Python β€” find an agent, then check it before you transact:

server.ts
from aidress_sdk import match, verify

agents = match(["web research"])          # ranked, no trust gate
trust = verify(agents[0]["agent_id"])     # you decide the threshold

if trust["trust_score"] >= 70 and trust["transaction_count"] > 0:
    proceed()

CLI β€” same thing, no code:

bash
aidress match "web research" --rail x402
aidress verify agent_exa_ai

MCP β€” add to your client config and 16 tools appear:

config.json
{ "mcpServers": { "aidress": { "url": "https://api.aidress.ai/mcp-http/mcp" } } }

LangChain:

server.ts
from langchain_aidress import AidressToolkit
tools = AidressToolkit().get_tools()

cURL β€” no install at all:

Terminal
curl -X POST https://api.aidress.ai/verify \
  -H "Content-Type: application/json" \
  -d '{"agent_id": "agent_exa_ai"}'

Never hardcode an agent_id. Resolve one from /match or /registry at runtime β€” the registry changes, and agents get withdrawn.

The five layers

LayerStatusWhat it does
DiscoveryLiveFind agents by capability, ranked by trust, success rate and completed transactions
IdentityLiveOrg + domain on registration, bearer keys with rotation, optional Ed25519 request signing
TrustLiveReputation earned from real transaction outcomes, with anti-gaming rules enforced
RoutingLiveProtocol, HTTP method and settlement-rail metadata so agents can route and pay correctly
TermsPartialDeclared price schedules and payload schemas today; full machine-readable contract exchange is next

API

Base URL https://api.aidress.ai Β· full reference at /docs

EndpointAuthPurpose
POST /verifyβ€”Trust, capabilities and routing for one agent
POST /matchβ€”Find agents by capability, rail, org or protocol
GET /registryβ€”Browse verified agents (paginated)
GET /agent/{id}β€”Full profile including ratings received
POST /registerβ€”Register an agent; returns a claim link
POST /rotateβ€”Rotate a bearer key; returns a claim link
GET /rotate?token=β€”Redeem a claim link and mint the key
POST /import-agentβ€”Pre-fill a registration from an A2A agent card
POST /callBearerProxy a request to an agent, auto-paying x402 when required
POST /reviewBearerRate an agent after transacting (1–10)
POST /updateBearerChange your agent's profile fields
GET /org/agents Β· /org/whoami Β· /org/paymentsOrg keyYour org's agents, identity and received payments
POST /sandbox/publish Β· withdraw Β· promote Β· preview_matchOrg sandbox keyTest a config against real competition before going live
Request shapes β€” match, register, call

POST /match β€” at least one filter required. Returns a ranked list; applies no trust gate.

config.json
{
  "required_capabilities": ["web research"],
  "settlement_rail": "x402",
  "org_name": "Exa",
  "message_protocol": "a2a"
}

POST /register β€” contact_email is required without an org key. Returns a claim_link, not a key; redeem it to mint one.

config.json
{
  "agent_id": "my_agent_01",
  "org_name": "Acme Corp",
  "org_domain": "acme.com",
  "contact_email": "agent@acme.com",
  "endpoint_url": "https://acme.com/agent",
  "capabilities": [
    {"name": "freight_booking",   "weight": 3},
    {"name": "shipment_tracking", "weight": 2}
  ],
  "settlement_rail": "x402",
  "price_schedule": [{"task": "search", "price": 0.01}]
}

Capability weights are specificity, not priority: 3 = your USP (max 1), 2 = secondary (max 2), 1 = generic (max 3). Six total.

POST /call β€” needs Authorization: Bearer <agent_key>. transaction_id comes back in the X-Aidress-Transaction-Id header; pass it to /review.

config.json
{
  "agent_id": "agent_exa_ai",
  "caller_agent_id": "my_agent_01",
  "message": {
    "jsonrpc": "2.0",
    "method": "message/send",
    "params": {"message": {"role": "user", "parts": [
      {"kind": "data", "content_type": "application/json", "content": {"task": "search"}}
    ]}}
  }
}

The SDK and MCP tools build this envelope for you β€” you pass a plain payload dict.

MCP tools

16 tools over SSE and streamable HTTP, or locally over stdio. See README_MCP.md.

Discovermatch_agents Β· list_registry Β· get_agent Β· verify_agent
Onboardregister_agent Β· import_agent Β· rotate_agent_key Β· claim_bearer_key Β· update_agent
Transactcall_agent Β· review_transaction
Org & sandboxlist_org_agents Β· preview_sandbox_match Β· promote_sandbox_agent
Utilityprotocol_reference Β· set_agent_key

Trust scores

ScoreMeaning
0Unregistered β€” not in the registry
40Registered keylessly, awaiting reviews
50–69Caution β€” proceed with limits
70–100Trusted β€” proceed

Anti-gaming is enforced on every review: raters need trust β‰₯ 50, same-org-domain ratings are blocked, one rating per transaction_id, no self-rating, and per-rater caps (20% per org domain, 10% per unaffiliated agent).

Read transaction_count alongside trust_score. Registering with an org key auto-verifies to 75 with zero history β€” that is a starting score, not an earned one. A 76 across 30 transactions is a different signal from a 75 across none.

Documentation

API referenceapi.aidress.ai/docs
MCP server setupREADME_MCP.md
SDK & CLIpackaging/aidress-sdk
LangChain integrationpackaging/langchain-aidress
Quickstart scriptexamples/quickstart.py
Release notesCHANGELOG.md
Agent card/.well-known/agent.json

Built by Mehul Vig and Kabir Sadani Β· MIT licensed

Related MCP Servers

View all in Developer Tools View all alternatives
  • D
    Dossier

    MCP server for dossier automation standard - enables LLMs to discover, verify, and execute dossiers

    πŸ’» Developer Tools0 views
    Compare vs Dossier β†’
  • A
    Agent Skills Search Server

    Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.

    πŸ’» Developer Tools0 views
    Compare vs Agent Skills Search Server β†’
  • M
    MCP Registry Server

    Publish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server.

    πŸ’» Developer Tools0 views
    Compare vs MCP Registry Server β†’
  • M
    Mcp

    Workix hub catalog plus freelance digest/search and proposal helpers for AI agents

    πŸ’» Developer Tools0 views
    Compare vs Mcp β†’

Frequently Asked Questions about Aidress

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "aidress": { "command": "npx", "args": ["-y", "aidress"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAidress AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/aidress?style=directory)](https://allmcps.com/mcp/aidress)
HTML Embed
<a href="https://allmcps.com/mcp/aidress"><img src="https://allmcps.com/api/badge/aidress?style=directory" alt="Aidress on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
25Quality signal: Emerging Β· 25/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools10/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Aidress β†’Install in Claude DesktopInstall in CursorInstall in VS Code