Policy-gated x402 MCP for agent workflows with TEE receipts, 18 tools, and no custody.
claude mcp add yieldagentx402 -- npx -y agentx402-mcp-server
claude_desktop_config.json
{
"mcpServers": {
"yieldagentx402": {
"command": "npx",
"args": [
"-y",
"agentx402-mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"yieldagentx402": {
"command": "npx",
"args": [
"-y",
"agentx402-mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"yieldagentx402": {
"command": "npx",
"args": [
"-y",
"agentx402-mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"yieldagentx402": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentx402-mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"yieldagentx402": {
"command": "npx",
"args": [
"-y",
"agentx402-mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Fabio662--yieldagentx402/reviews or the review_server meta-tool.
POST /mcp