KushBitx MCP agent
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@KushBitx MCP agentPreview this token and evaluate SpendGuard policy without a wallet"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
KushBitx MCP agent
MCP-compatible agent driving the published @kushbitx/sdk@0.1.0 — submitted against kushBitxHQ/kushbitx-sdk#1.
Keyless and reproducible: the full run needs no LLM key, no wallet, no payment. An MCP client drives an MCP server (McpServer + InMemoryTransport from @modelcontextprotocol/sdk) through listTools + callTool: free token preview → advisory SpendGuard evaluation → unsigned x402 challenge discovery → summary.
What it does
MCP tool | SDK method | Notes |
|
| Free market preview. Not a security verdict. Retries one transient HTTP 503. |
|
| Advisory policy evaluation only. |
|
| Stops at HTTP 402. Never signs or pays. |
SpendGuard does not execute or block transactions. Enforcement belongs to the signing or execution layer. No tool requests, stores, or sends a private key. submitPaidCheck, recovery, and policy mutation are not exposed.
Related MCP server: biz.nibiashara/shelves
Setup
Node 22+.
git clone <this-repo>
cd kushbitx-mcp-agent
npm install # pulls @kushbitx/sdk@0.1.0 from the public registryRun the agent (keyless, free path only)
npm startWrites sanitized evidence to evidence/run-output.txt.
Expected console tail:
preview : PASS
spendguard : decision=... executionAuthorized=false
x402 challenge: service=token-risk path=/api/token-risk x402Version=2
No private key was requested, read, or stored. No payment was signed.Run the MCP server standalone (any MCP host)
npm run serverstdio transport — attach from Claude Desktop, MCP Inspector, or any MCP-compatible client; the server exposes exactly the three tools above.
Tests (no key required)
npm testCovers: exactly three tools with no signing surface, input validation, preview 503-retry + genuine-500 failure, SpendGuard advisory / executionAuthorized: false, x402 402 handling, MCP listTools/callTool round-trip, and the full agent loop on a fake client.
Sample output
See evidence/run-output.txt — sanitized live run. Secrets, keys, signatures, wallet addresses under test, and personal data are stripped.
Acceptance map
Requirement | Where |
Public repo with working integration | this repository |
|
|
Actual agent runtime, not a manual script |
|
Free token preview |
|
One SpendGuard evaluation |
|
Unsigned x402 challenge |
|
Reproducible setup | this README |
Sanitized sample output |
|
Automated tests |
|
Security
No keys in the repo (
.gitignorecovers.env,*.pem).Base payout address sent privately after acceptance, never posted publicly.
Demo recipient
0x0d68…12f22is the public KushBitx examplepayTo, not a user wallet.Apache-2.0.
This server cannot be deployed
Maintenance
Related MCP Connectors
Discover machine-payable APIs, probe x402 payment terms, and run seller operations. Non-custodial.
Free token-safety scans + paid x402 verdicts, signals, radar & EVM swap quotes for AI agents.
Free token-safety scans + paid x402 verdicts, signals, radar & EVM swap quotes for AI agents.
Advisory context, intent, budget and API-ledger checks with free examples and x402 payments.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceCrypto compliance tools for AI-agent payments: screen any address for sanctions, frozen-stablecoin and hacker/mixer exposure across 8+ chains, trace fund taint, and get an allow/review/decline decision before settlement. Free keyless address checks; deeper endpoints are x402-payable.134 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to run pay-per-call checks on US freight carriers and brokers, OFAC sanctions lists, and African FX rates using x402 micropayments or a prepaid pass without an API key.MIT
- FlicenseNot gradedqualityBmaintenanceEnables autonomous agents to inspect and audit unfamiliar x402 endpoints before spending USDC, using bounded read-only probes to surface payment challenges, pricing, network, receiver, and operational signals without signing or spending funds.-
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to access 25 pay-per-request intelligence APIs using USDC micropayments via the x402 protocol, without API keys or accounts.-