vantic for Cursor
ai.vanticlabs/vantic
Verify an AI agent's payment authority: signed mandates, allowlists, and tamper-proof receipts.
client:Cursor
transport:stdio
runtime:npm
Install vantic in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vantic": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vantic/sdk"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs