io.github.omoshola-o/xap✓
io.github.omoshola-o/xap · v0.4.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.omoshola-o/xap",
"description": "Agent settlement protocol — discover, negotiate, settle, and verify with XAP.",
"repository": {
"url": "https://github.com/agentra-commerce/xap-sdk",
"source": "github",
"subfolder": "npm"
},
"version": "0.4.2",
"packages": [
{
"registryType": "npm",
"identifier": "@agenticamem/xap-mcp",
"version": "0.4.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Operating mode: 'sandbox' (free, no key needed) or 'live' (requires API key)",
"format": "string",
"name": "XAP_MODE"
},
{
"description": "API key for live mode (not needed for sandbox)",
"format": "string",
"isSecret": true,
"name": "XAP_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}