What is the io.github.twzrd-sol/twzrd-mcp MCP server?
Auto-pay MCP for the TWZRD Trust API: free preflight + x402-paid Solana trust intel
How to install io.github.twzrd-sol/twzrd-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"twzrd-mcp": {
"command": "uvx",
"args": [
"twzrd-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"twzrd-mcp": {
"command": "uvx",
"args": [
"twzrd-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"twzrd-mcp": {
"command": "uvx",
"args": [
"twzrd-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"twzrd-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"twzrd-mcp"
]
}
}
}Claude Code
claude mcp add twzrd-mcp -- uvx twzrd-mcpRelated MCP servers
Trust + receipt layer for x402 agents on Solana: free preflight + paid signed V6 trust receipt.
View repository →