Agent → Provider
The active agent calls tools, reads resources, and starts work through MCP.
- Request now
- Agent initiated
- Active session
MCP lets an active agent call a service. AWP lets that service deliver a later event back and resume the correct local session. Two directions, one continuous workflow.
MCP handles what an agent needs while it is active. AWP handles what happens after that turn is over.
The active agent calls tools, reads resources, and starts work through MCP.
The same provider delivers the result later and wakes the right local session through AWP.
AWP carries the result across the gap between an MCP call and a later external event.
Agent asks a provider to start work.
The local agent session becomes inactive.
The provider receives a result or external change.
Provider delivers to its outbound client connection.
Local AWP routes the event to the correct runtime.
Every MCP product operates its own AWP endpoint beside its existing service. Your local daemon connects outward to each provider and keeps runtime session IDs on your device.
Expose an authenticated AWP endpoint, retain offline events, deliver to the correct device and handle acknowledgements.
Maintain outbound connections, map opaque AWP sessions to local runtimes, resume the right agent and preserve its permissions.
Providers can deliver a result after the original MCP turn has ended—without polling or keeping the agent busy.
Each product exposes its own AWP endpoint beside MCP. There is no shared central broker in the middle.
Runtime session IDs and the mapping to provider-scoped AWP sessions stay on the user’s device.
Install the local AWP client, connect a provider, and let completed work find its way back to the right session.
$ curl -LsSf https://awp.manifestro.io/install.sh | sh
✓ platform detected: darwin/arm64
✓ SHA-256 checksum verified
✓ installed to ~/.local/bin/awp
AWP is ready.A focused companion to MCP today, an interoperable provider ecosystem tomorrow.
Add asynchronous delivery without replacing the tools you already use.
Add AWP to MCP