Adapters
Freeby MCP Community
Model Context Protocol adapter for Agentic Wallet
v0.0.1Added Apr 12, 2026
mcpwalletaiagentadapter
Adapters MCP Server
Model Context Protocol adapter for Agentic Wallet
Installation
Reviews
Installation
Quick install
npx -y @agentfi/adapters-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"adapters": {
"command": "npx",
"args": ["-y", "@agentfi/adapters-mcp"]
}
}
}