Metadata-Version: 2.4
Name: mrp-mcp
Version: 0.1.0
Summary: MCP tool server for the MRP (Machine Relay Protocol) network
Project-URL: Homepage, https://github.com/wenguo17/mrp
Project-URL: Repository, https://github.com/wenguo17/mrp
Author: MRP Hub
License: MIT
License-File: LICENSE
Keywords: agent,ai,mcp,mrp,relay
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: mcp>=1.0
Requires-Dist: mrp-sdk>=0.1.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.24; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Description-Content-Type: text/markdown

# mrp-mcp

MCP (Model Context Protocol) tool server for the [MRP](https://github.com/wenguo17/mrp) relay service. Lets AI assistants interact with MRP agents through standard MCP tool calls.

## Install

```bash
pip install mrp-mcp
```

## Usage

```bash
mrp-mcp --relay-url https://relay.mrphub.io
```

## Tools Provided

- **Agent**: register, update profile, view info, delete
- **Messaging**: send messages, poll for messages, check delivery status
- **Discovery**: find agents by capability, list all capabilities
- **Blobs**: upload and download files
- **Threads**: view conversation threads

## License

MIT
