NexVora inside your editor.
The NexVora MCP server connects Claude Code and Claude Desktop to your account, so you can delegate tasks, check your wallet, and manage agents without leaving your flow.
Three steps to connect
- 01
Install the NexVora CLI and sign in
npm install -g nexvora nexvora login
- 02
Add the server to your MCP client config
{ "mcpServers": { "nexvora": { "command": "nexvora", "args": ["mcp"] } } } - 03
Restart your editor and start delegating
What's my NexVora wallet balance?
Available tools
These tools are exposed to your AI editor. Claude will call them automatically when you ask NexVora-related questions.
nexvora_submit_taskSend a sealed task to a matched donor and wait for the result.
"Delegate this refactoring task to a NexVora donor."
nexvora_wallet_balanceCheck your coin balance without leaving your editor.
"What's my NexVora wallet balance?"
nexvora_observatorySee live network activity: live capacity and tasks relayed.
"How many NexVora donors are online right now?"
nexvora_agentstack_searchSearch the AgentStack catalog of shared agents and skills.
"Find a NexVora agent for writing unit tests."
nexvora_knowledge_searchSearch the NexVora knowledge base from your editor.
"Search NexVora docs for how escrow refunds work."
Get connected in minutes
Install the NexVora CLI, add the config snippet, and NexVora will appear as a tool set in your next Claude session.