Sanction
Rank #3,850io.github.ericlovold/sanction
The wallet an AI agent carries — mandate, budget, vault, and audit. Counterparties verify first.
Sanction is a Model Context Protocol (MCP) server published by ericlovold. It ranks #3,850 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Sanction is listed across 2 registries — Official MCP and PulseMCP, with 9 tracked versions. It was first listed on Jun 22, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 128,196 of 132,046 servers on MCP Toplist.
Use Sanction
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add sanction -e "SANCTION_API_KEY=<your SANCTION_API_KEY>" -e "SANCTION_WALLET_ID=<your SANCTION_WALLET_ID>" -e "SANCTION_API_URL=<your SANCTION_API_URL>" -- npx -y sanction-mcpReplace each placeholder with your own value before saving.
[mcp_servers.sanction]
command = "npx"
args = ["-y", "sanction-mcp"]
[mcp_servers.sanction.env]
SANCTION_API_KEY = "<your SANCTION_API_KEY>"
SANCTION_WALLET_ID = "<your SANCTION_WALLET_ID>"
SANCTION_API_URL = "<your SANCTION_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sanction": {
"command": "npx",
"args": [
"-y",
"sanction-mcp"
],
"env": {
"SANCTION_API_KEY": "<your SANCTION_API_KEY>",
"SANCTION_WALLET_ID": "<your SANCTION_WALLET_ID>",
"SANCTION_API_URL": "<your SANCTION_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sanction": {
"command": "npx",
"args": [
"-y",
"sanction-mcp"
],
"env": {
"SANCTION_API_KEY": "<your SANCTION_API_KEY>",
"SANCTION_WALLET_ID": "<your SANCTION_WALLET_ID>",
"SANCTION_API_URL": "<your SANCTION_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sanction": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sanction-mcp"
],
"env": {
"SANCTION_API_KEY": "<your SANCTION_API_KEY>",
"SANCTION_WALLET_ID": "<your SANCTION_WALLET_ID>",
"SANCTION_API_URL": "<your SANCTION_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sanction": {
"command": "npx",
"args": [
"-y",
"sanction-mcp"
],
"env": {
"SANCTION_API_KEY": "<your SANCTION_API_KEY>",
"SANCTION_WALLET_ID": "<your SANCTION_WALLET_ID>",
"SANCTION_API_URL": "<your SANCTION_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sanction": {
"command": "npx",
"args": [
"-y",
"sanction-mcp"
],
"env": {
"SANCTION_API_KEY": "<your SANCTION_API_KEY>",
"SANCTION_WALLET_ID": "<your SANCTION_WALLET_ID>",
"SANCTION_API_URL": "<your SANCTION_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ericlovold%2Fsanction)<a href="https://mcptoplist.com/server/io.github.ericlovold%2Fsanction"><img src="https://mcptoplist.com/badge/io.github.ericlovold%2Fsanction.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ericlovold
Available versions (9)
| Version | Published |
|---|---|
| 0.9.0 | Aug 28, 2026 |
| 0.7.0 | Jul 15, 2026 |
| 0.6.0 | Jul 12, 2026 |
| 0.4.0 | Jul 7, 2026 |
| 0.2.1 | Jun 29, 2026 |
| 0.2.0 | Jun 29, 2026 |
| 0.1.3 | Jun 23, 2026 |
| 0.1.2 | Jun 23, 2026 |
| 0.1.1 | Jun 22, 2026 |
Frequently asked questions
- Who maintains Sanction?
- Sanction is maintained by ericlovold, which publishes 1 MCP server (9 total versions) tracked on MCP Toplist.
- Is Sanction listed on the Official MCP Registry?
- Yes — Sanction is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Sanction have?
- MCP Toplist tracks 9 versions of Sanction, most recently published on Aug 28, 2026.
- Where can I find the source code for Sanction?
- The source code for Sanction is hosted at github.com/ericlovold/sanction.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.