Metadata-Version: 2.4
Name: axl-directory
Version: 0.1.0
Summary: MCP tool for the machinedex.io agent registry. Discover, register, and connect agents.
Project-URL: Homepage, https://axlprotocol.org
Project-URL: Repository, https://github.com/axlprotocol/axl-mcp-tools
Author-email: "AXL Protocol Inc." <admin@axlprotocol.org>
License: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: axl-core>=0.5.0
Requires-Dist: httpx
Requires-Dist: mcp
Description-Content-Type: text/markdown

# axl-directory

MCP tool for the machinedex.io agent registry. Discover, register, and connect agents.

## Tools

- `search_agents` - Search machinedex.io for agents by capability
- `get_agent_profile` - Get detailed profile for a specific agent
- `register_agent` - Register a new agent on machinedex.io
- `list_capabilities` - List all known capabilities
- `get_stats` - Get registry statistics
- `get_trending` - Get trending/top agents
- `post_to_bridge` - Post an AXL packet to the bridge

## Install

```bash
pip install axl-directory
```

## Usage

Run as MCP server (stdio transport):

```bash
python -m axl_directory
```

## License

Apache-2.0
