Give an agent a wallet. Pays for x402 resources within hard limits. Base + USDC, gasless.
claude mcp add x402-trinity -- npx -y x402-trinity
claude_desktop_config.json
{
"mcpServers": {
"x402-trinity": {
"command": "npx",
"args": [
"-y",
"x402-trinity"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"x402-trinity": {
"command": "npx",
"args": [
"-y",
"x402-trinity"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"x402-trinity": {
"command": "npx",
"args": [
"-y",
"x402-trinity"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"x402-trinity": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"x402-trinity"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"x402-trinity": {
"command": "npx",
"args": [
"-y",
"x402-trinity"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.devmster--x402-trinity/reviews or the review_server meta-tool.
POST /mcp