Let your agent check who it is about to pay or delegate to, and refuse the ones that do not hold up, before it acts.
Covenant is a trust layer for agents on Solana. This plugin gives your agent three onchain checks, served zero-install over a remote MCP:
- Reputation — a wallet's 0-1000 score from its real onchain USDC settlement history.
- Identity — whether an agent's onchain identity is registered and attested, not just a URL.
- Verify — confirm a Covenant-signed attestation is genuine before you rely on it.
Remote MCP, nothing to run locally:
https://mcp.opencovenant.org/mcp
- Cursor: add it from this plugin, or add an MCP server with the URL above.
- Claude Code:
claude mcp add --transport http covenant https://mcp.opencovenant.org/mcp
.mcp.json— the Covenant trust MCP (remote).rules/covenant.mdc— a rule that has the agent check a counterparty before paying or delegating.skills/covenant/SKILL.md— how to run the checks and gate on them.
Built by Covenant. https://opencovenant.org