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.szhygulin/vaultpilot-mcp · v0.14.4
Self-custodial crypto + DeFi MCP for AI agents. Ledger-signed. EVM, TRON, Solana, BTC, LTC.
VaultPilot MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"vaultpilot-mcp": {
"command": "npx",
"args": [
"-y",
"vaultpilot-mcp"
]
}
}
}ETHEREUM_RPC_URL可选Custom Ethereum RPC endpoint (alternative to RPC_PROVIDER + RPC_API_KEY).
ARBITRUM_RPC_URL可选Custom Arbitrum RPC endpoint.
POLYGON_RPC_URL可选Custom Polygon RPC endpoint.
BASE_RPC_URL可选Custom Base RPC endpoint.
RPC_PROVIDER可选RPC provider name: 'infura' or 'alchemy'. Used together with RPC_API_KEY.
RPC_API_KEY可选secretAPI key for the chosen RPC_PROVIDER.
ETHERSCAN_API_KEY可选secretEtherscan API key for contract verification lookups.
ONEINCH_API_KEY可选secret1inch Developer Portal API key. Enables 1inch quote comparison in get_swap_quote.
WALLETCONNECT_PROJECT_ID可选secretWalletConnect Cloud project ID. Required for Ledger Live signing via WalletConnect.
VAULTPILOT_DEMO可选Set to 'true' to enable demo mode — no Ledger required, real chain RPC reads, signing-class tools either refuse or return simulated-broadcast envelopes. See `set_demo_wallet` and `exit_demo_mode` tools for the full demo flow.
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
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.
{
"id": "io.github.szhygulin/vaultpilot-mcp",
"type": "mcp-server",
"version": "0.14.4",
"displayName": "VaultPilot MCP",
"description": "Self-custodial crypto + DeFi MCP for AI agents. Ledger-signed. EVM, TRON, Solana, BTC, LTC.",
"repository": {
"url": "https://github.com/szhygulin/vaultpilot-mcp",
"source": "github"
},
"homepage": "https://github.com/szhygulin/vaultpilot-mcp",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "vaultpilot-mcp",
"version": "0.14.4",
"transport": "stdio",
"environmentVariables": [
{
"name": "ETHEREUM_RPC_URL",
"description": "Custom Ethereum RPC endpoint (alternative to RPC_PROVIDER + RPC_API_KEY)."
},
{
"name": "ARBITRUM_RPC_URL",
"description": "Custom Arbitrum RPC endpoint."
},
{
"name": "POLYGON_RPC_URL",
"description": "Custom Polygon RPC endpoint."
},
{
"name": "BASE_RPC_URL",
"description": "Custom Base RPC endpoint."
},
{
"name": "RPC_PROVIDER",
"description": "RPC provider name: 'infura' or 'alchemy'. Used together with RPC_API_KEY."
},
{
"name": "RPC_API_KEY",
"description": "API key for the chosen RPC_PROVIDER.",
"isSecret": true
},
{
"name": "ETHERSCAN_API_KEY",
"description": "Etherscan API key for contract verification lookups.",
"isSecret": true
},
{
"name": "ONEINCH_API_KEY",
"description": "1inch Developer Portal API key. Enables 1inch quote comparison in get_swap_quote.",
"isSecret": true
},
{
"name": "WALLETCONNECT_PROJECT_ID",
"description": "WalletConnect Cloud project ID. Required for Ledger Live signing via WalletConnect.",
"isSecret": true
},
{
"name": "VAULTPILOT_DEMO",
"description": "Set to 'true' to enable demo mode — no Ledger required, real chain RPC reads, signing-class tools either refuse or return simulated-broadcast envelopes. See `set_demo_wallet` and `exit_demo_mode` tools for the full demo flow."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.szhygulin/vaultpilot-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.szhygulin%2Fvaultpilot-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}