RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.xenarch-ai/xenarch-mcp · v1.1.0
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
xenarch-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio、streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"xenarch-mcp": {
"command": "npx",
"args": [
"-y",
"@xenarch/agent-mcp"
]
}
}
}XENARCH_PRIVATE_KEY可选secretWallet private key (hex, 0x-prefixed). Auto-generates on first run if omitted.
XENARCH_RPC_URL可选Base RPC endpoint URL
XENARCH_NETWORK可选Network for payments (base or base-sepolia)
XENARCH_MAX_PAYMENT_USD可选Local per-call payment cap in USDC (default 1.00). The only spending ceiling in standalone mode; set 0 to disable. Connect XENARCH_API_TOKEN for managed per-tx/daily/monthly caps.
XENARCH_PRIVATE_KEY可选secretWallet private key (hex, 0x-prefixed). Auto-generates on first run if omitted.
XENARCH_RPC_URL可选Base RPC endpoint URL
XENARCH_NETWORK可选Network for payments (base or base-sepolia)
XENARCH_MAX_PAYMENT_USD可选Local per-call payment cap in USDC (default 1.00). The only spending ceiling in standalone mode; set 0 to disable. Connect XENARCH_API_TOKEN for managed per-tx/daily/monthly caps.
PORT可选Port for HTTP server (default: 3000)
TRANSPORT必填Set to 'http' to enable HTTP transport
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
v4.0.0
io.github.Patdolitse/piia-engram
Local-first AI identity for MCP coding tools. Lessons, decisions, and context you control.
{
"id": "io.github.xenarch-ai/xenarch-mcp",
"type": "mcp-server",
"version": "1.1.0",
"displayName": "xenarch-mcp",
"description": "Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.",
"repository": {
"url": "https://github.com/xenarch-ai/xenarch-mcp",
"source": "github"
},
"homepage": "https://xenarch.com",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@xenarch/agent-mcp",
"version": "1.1.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "XENARCH_PRIVATE_KEY",
"description": "Wallet private key (hex, 0x-prefixed). Auto-generates on first run if omitted.",
"isSecret": true
},
{
"name": "XENARCH_RPC_URL",
"description": "Base RPC endpoint URL"
},
{
"name": "XENARCH_NETWORK",
"description": "Network for payments (base or base-sepolia)"
},
{
"name": "XENARCH_MAX_PAYMENT_USD",
"description": "Local per-call payment cap in USDC (default 1.00). The only spending ceiling in standalone mode; set 0 to disable. Connect XENARCH_API_TOKEN for managed per-tx/daily/monthly caps."
}
]
},
{
"registryType": "npm",
"identifier": "@xenarch/agent-mcp",
"version": "1.1.0",
"transport": "streamable-http",
"environmentVariables": [
{
"name": "XENARCH_PRIVATE_KEY",
"description": "Wallet private key (hex, 0x-prefixed). Auto-generates on first run if omitted.",
"isSecret": true
},
{
"name": "XENARCH_RPC_URL",
"description": "Base RPC endpoint URL"
},
{
"name": "XENARCH_NETWORK",
"description": "Network for payments (base or base-sepolia)"
},
{
"name": "XENARCH_MAX_PAYMENT_USD",
"description": "Local per-call payment cap in USDC (default 1.00). The only spending ceiling in standalone mode; set 0 to disable. Connect XENARCH_API_TOKEN for managed per-tx/daily/monthly caps."
},
{
"name": "PORT",
"description": "Port for HTTP server (default: 3000)"
},
{
"name": "TRANSPORT",
"description": "Set to 'http' to enable HTTP transport",
"isRequired": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.xenarch-ai/xenarch-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.xenarch-ai%2Fxenarch-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}