Server data from the Official MCP Registry
Spend authorization, token budgets, and an encrypted credential vault for AI agents.
Spend authorization, token budgets, and an encrypted credential vault for AI agents.
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. Trust signals: 3 highly-trusted packages. 1 finding(s) downgraded by scanner intelligence.
6 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SANCTION_API_KEY
Environment variable: SANCTION_WALLET_ID
Environment variable: SANCTION_API_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-ericlovold-sanction": {
"env": {
"SANCTION_API_KEY": "your-sanction-api-key-here",
"SANCTION_API_URL": "your-sanction-api-url-here",
"SANCTION_WALLET_ID": "your-sanction-wallet-id-here"
},
"args": [
"-y",
"sanction-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
The trust and governance layer for autonomous AI agents.
Sanction gives agents a wallet, a credential vault, and a clearance system — so they can act autonomously without acting without limits.
Autonomous agents need permission to spend money, access credentials, and operate in sensitive domains. Sanction is the layer that grants that permission, enforces policy, and logs everything.
| Pillar | Capability |
|---|---|
| Agent Wallet | Spend authorization with configurable policy. Auto-approve under threshold, escalate over it, deny what's blocked. Daily and monthly budgets per agent. |
| Credential Vault | AES-256-GCM encrypted secrets. Scoped execution JWTs (15-minute TTL) gate every injection. Every access is audit-logged. |
| Clearance Levels | 1–5 clearance system for domain authorization. Agents only access what they're cleared for. |
Sanction is available through three channels:
x-api-key authagentId: JXRNIJRMCX, us-east-1)Base URL: https://onesanction.com/api/v1
POST /authorize — Authorize a spend action before any transaction
POST /tokens — Log LLM token consumption for budget tracking
POST /exec — Issue a scoped execution JWT (15-min TTL)
POST /credentials/vault — Store an encrypted credential
POST /credentials/inject — Inject a decrypted credential (requires JWT)
POST /agents — Register an agent against a wallet
POST /wallets — Create a wallet with spend policy
GET /wallets/stats — Dashboard stats (today + MTD)
GET /api/openapi.json — OpenAPI 3.0 spec (Bedrock compatible)
Agent API calls use x-api-key: pxy_... header. Credential injection requires a short-lived Bearer JWT issued by /exec.
{
"mcpServers": {
"sanction": {
"command": "npx",
"args": ["sanction-mcp"],
"env": {
"SANCTION_API_URL": "https://onesanction.com/api/v1",
"SANCTION_API_KEY": "pxy_...",
"SANCTION_WALLET_ID": "wallet_..."
}
}
}
}
| Tier | Price | Agents | Token Budget |
|---|---|---|---|
| Free | $0 | 1 | $10/mo |
| Pro | $19/mo | 5 | $100/mo |
| Team | $49/mo | 25 | $500/mo |
| Enterprise | Custom | Unlimited | Custom |
packages/sanction-mcp (the MCP client) — MIT. Embed it anywhere.Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.