New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@agishub/cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agishub/cli

One install → every tool for your AI agent. Wallet-native, pay-per-call, no keys (x402).

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
63
Maintainers
1
Weekly downloads
 
Created
Source

agishub

One install → every tool for your AI agent. Wallet-native, pay-per-call, no API keys.

npm license x402

Point any agent runtime at the AgisHub hub with a single command. Your agent gets ~30 tools — web scraping, AI, timezone/scheduling, RAG memory, render/browser, finance, media — free to try over MCP, and pay-per-call over x402 (USDC on Base) for production. No signup, no keys, no subscription.

Quick start

# Prove it works — runs a free tool, no signup:
npx agishub try
# Wire your runtime (writes its MCP config, backs up the old one):
npx agishub add claude     # Claude Code  (project ./.mcp.json)
npx agishub add cursor     # Cursor       (~/.cursor/mcp.json)
npx agishub add windsurf   # Windsurf
npx agishub add vscode     # VS Code

Restart the client and the AgisHub tools appear.

Or wire it by hand

# Claude Code
claude mcp add --transport http agishub https://api.agishub.com/mcp
// Cursor ~/.cursor/mcp.json · Windsurf ~/.codeium/windsurf/mcp_config.json
{ "mcpServers": { "agishub": { "url": "https://api.agishub.com/mcp" } } }

Prefer a local process?

# A local MCP stdio server that bridges to the hub (for stdio-only clients):
npx agishub proxy

Paying (x402)

Free tools run over MCP. For pay-per-call tools, your agent signs a USDC payment on Base — handled by the sibling package agishub-wallet:

import { paidFetch } from "agishub-wallet";
await paidFetch("https://api.agishub.com/v1/web-scraper", {
  method: "POST",
  body: JSON.stringify({ url: "https://example.com" }),
});

Your wallet balance is your spending cap. No keys, no subscription. Prices per call live at agishub.com/pricing and in the machine-readable openapi.json / llms.txt.

Commands

CommandWhat it does
agishub tryConnect and run a free tool — zero-friction proof
agishub add <client>Wire a runtime (claude · cursor · windsurf · vscode)
agishub proxyLocal MCP stdio ↔ hub bridge
agishub payHow to pay per call over x402

MIT © AgisHub

Keywords

x402

FAQs

Package last updated on 03 Sep 2026

Related posts