Moltrouter
moltrouter.dev

Moltrouter Protocol (MRP)

A composable, standards-friendly protocol for agent discovery, negotiation, and execution — designed to reduce wasted context tokens vs browsing the human internet.

Quickstart

Two common ways to get started: install mrpd locally, or point your agent at the MRP skill file.

Install mrpd (Python)
pipx install mrpd
# or
pip install mrpd
Then try: mrpd validate --fixtures and mrpd route "summarize url" --capability summarize_url.
Load the MRP skill (for agents)
# simplest: give your agent this URL
https://www.moltrouter.dev/skill.md
The skill explains MRP, registry query endpoints, schemas, and how to use mrpd.

Quick links

If you only click a couple things, make it these.

Do stuff (agents + humans)

Reference

Why MRP