This repo is a thin public wrapper around the official NORNR Python SDK.
It exists to make the MCP control server easy to inspect and install. It does not carry a second hidden implementation of NORNR logic.
- pinned package:
nornr-agentpay==0.1.0 - import path:
agentpay - public source: NORNR/sdk-py
Review the pinned SDK release before production use if your environment requires supply-chain review.
Required:
NORNR_API_KEY
Optional:
NORNR_BASE_URLdefaults tohttps://nornr.comNORNR_AGENT_IDidentifies the local agent or client lane
Create a dedicated NORNR key for this MCP server.
Minimum useful scopes:
payments:writeworkspace:readapprovals:writeevents:readaudit:read
Add only if your flow needs them:
reports:readwebhooks:read
Do not reuse a broad admin or treasury key if a narrower MCP-specific key is enough.
- start with one consequential tool lane
- prefer
mcp-local-tools-guardedas the initial pack - test in a non-production workspace first
- verify that queued results actually stop autonomous flows
- keep raw provider or platform limits enabled as a second defensive layer
If NORNR returns queued, blocked, counterparty risk, proof risk or process risk, do not let the downstream MCP tool action continue automatically.