Give AI agents autonomous virtual card management via x402 and Stellar USDC
claude mcp add asgcard-mcp-server -- npx -y @asgcard/mcp-server
claude_desktop_config.json
{
"mcpServers": {
"asgcard-mcp-server": {
"command": "npx",
"args": [
"-y",
"@asgcard/mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"asgcard-mcp-server": {
"command": "npx",
"args": [
"-y",
"@asgcard/mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"asgcard-mcp-server": {
"command": "npx",
"args": [
"-y",
"@asgcard/mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"asgcard-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@asgcard/mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"asgcard-mcp-server": {
"command": "npx",
"args": [
"-y",
"@asgcard/mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ASGCompute--asgcard-mcp-server/reviews or the review_server meta-tool.
POST /mcp