What is the Sanction MCP server?
Authorize an AI agent's spend & credential use before it acts — budgets, encrypted vault, audit.
How to install Sanction
Copy-paste configuration for popular MCP clients.
SANCTION_API_KEYrequiredsecretAgent API key (pxy_...). Create one at https://getsanction.com or via POST /api/v1/wallets then POST /api/v1/agents.
SANCTION_WALLET_IDWallet id, used by the sanction_wallet_status tool.
SANCTION_API_URLSanction API base URL.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}claude mcp add sanction --env SANCTION_API_KEY=<YOUR_SANCTION_API_KEY> --env SANCTION_WALLET_ID=<YOUR_SANCTION_WALLET_ID> --env SANCTION_API_URL=<YOUR_SANCTION_API_URL> -- npx -y sanction-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.