git404hub

what is xona-cursor-plugin fr?

xona-labs/xona-cursor-plugin — explained in plain English

Analysis updated 2026-05-18

1Audience · developerComplexity · 3/5LicenseSetup · moderate

tl;dr

A Cursor plugin that gives your AI coding assistant its own crypto wallet so it can discover and pay for APIs and services on your behalf.

vibe map

mindmap
  root((repo))
    What it does
      Gives agent a wallet
      Discovers paid APIs
      Pays per call
      Runs paid repo scans
    Tech stack
      TypeScript
      MCP server
      USDC payments
    Use cases
      Pay for security scans
      Discover paid APIs
      Add payments to own agents
      Check wallet balance
    Audience
      Cursor users
      Agent builders
      Developers
    Safety
      Spend caps
      Approval required
      Allowed host list

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Let your Cursor AI assistant pay for and run a security scan on the repo you are working in.

VIBE 2

Have the assistant discover and pay for third party APIs like image generation on the fly.

VIBE 3

Check your agent wallet's balance, address, and spending caps from inside the editor.

VIBE 4

Add payment ability into your own AI agent projects using the included TypeScript toolkit.

what's the stack?

TypeScriptMCPUSDCSolana

how it stacks up fr

xona-labs/xona-cursor-plugin0xkinno/neuralvault0xlocker/d17-contracts
Stars111
LanguageTypeScriptSolidity
Setup difficultymoderatehardhard
Complexity3/54/55/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires funding a generated wallet with USDC before any paid tool will work.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

in plain english

This project gives the AI coding assistant inside the Cursor editor its own digital wallet, so it can pay for things on its own instead of only using free tools. The idea is that the assistant can now find and use paid APIs and services, such as security scanning tools or data lookups, and pay for each one individually using a payment method built on USDC, a type of digital dollar, without you leaving your code editor. It is built on top of a separate tool called xpay, and it adds several pieces to Cursor. There is a server that gives the assistant a toolset for discovering paid services, using them, checking wallet balances, transferring or swapping funds, and even hiring other AI agents through a marketplace called AgenC. On top of that, there are guided skills that teach the assistant how to walk through paying for something step by step, how to add this same payment ability into your own agent projects using a TypeScript toolkit, how to check wallet status, and how to run a paid security scan on the repository you are currently working in that checks for exposed secrets, injection risks, and dependency problems. When you first run it, the assistant automatically creates a wallet for itself and saves it locally, and you fund that wallet by sending USDC to its address, which the assistant can tell you on request. There is no sign up process and no separate API keys needed for this part. If you already have a wallet, you can plug in your own instead. Safety is handled outside the assistant itself: spending limits per transaction and per day, along with an optional list of allowed services, are enforced before any payment goes through, so the assistant cannot exceed them even if it misbehaves or is tricked. On top of that, the bundled rule requires you to approve every paid action before it happens. The project is released under the MIT license by Xona Labs.

prompts (copy fr)

prompt 1
Show me the agent wallet status and its Solana address so I can fund it with USDC.
prompt 2
Run a Xona security scan on this repo and tell me what it finds.
prompt 3
Find me a paid image generation API through Xona and show me the prices.
prompt 4
Help me add Xona payments into my own agent project using the TypeScript SDK.

Frequently asked questions

what is xona-cursor-plugin fr?

A Cursor plugin that gives your AI coding assistant its own crypto wallet so it can discover and pay for APIs and services on your behalf.

What license does xona-cursor-plugin use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is xona-cursor-plugin to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is xona-cursor-plugin for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.