MCP Server
MCP
io.github.omoshola-o/xap
Agent settlement protocol — discover, negotiate, settle, and verify with XAP.
Install
npx -y @agenticamem/[email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment