# AgentNDX

Search and discover MCP servers, A2A agents, and x402-enabled services. The agentic web's directory — add `https://agentndx.ai/mcp` to your MCP client to search 59+ servers by name, category, or capa…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add jl-3044/agentndx

# Browse available tools
npx -y @smithery/cli@latest tool list jl-3044/agentndx

# Get full schema for a tool
npx -y @smithery/cli@latest tool get jl-3044/agentndx search_mcp_servers

# Call a tool
npx -y @smithery/cli@latest tool call jl-3044/agentndx search_mcp_servers '{}'
```

## Direct MCP Connection

Endpoint: `https://agentndx--jl-3044.run.tools`

## Tools (4)

- `search_mcp_servers` — Search 59+ MCP servers by keyword, category, or capability. Costs $0.005 USDC via x402 micropayment on Base mainnet. No…
- `get_server_details` — Get full metadata for a specific MCP server by ID. Free — no payment required. Returns endpoint, install command, auth …
- `list_categories` — List all server categories with descriptions. Free.
- `get_stats` — Get AgentNDX registry statistics: total servers, protocol counts, verified count. Free.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get jl-3044/agentndx <tool-name>
```
