Skip to content
Model Context Protocol

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

  1. 01

    Install the NexVora CLI and sign in

    npm install -g nexvora
    nexvora login
  2. 02

    Add the server to your MCP client config

    {
      "mcpServers": {
        "nexvora": {
          "command": "nexvora",
          "args": ["mcp"]
        }
      }
    }
  3. 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_task

Send a sealed task to a matched donor and wait for the result.

"Delegate this refactoring task to a NexVora donor."

nexvora_wallet_balance

Check your coin balance without leaving your editor.

"What's my NexVora wallet balance?"

nexvora_observatory

See live network activity: live capacity and tasks relayed.

"How many NexVora donors are online right now?"

nexvora_agentstack_search

Search the AgentStack catalog of shared agents and skills.

"Find a NexVora agent for writing unit tests."

nexvora_knowledge_search

Search 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.