FREE MCP v1.13.5

@axon-trading/mcp

Axon MCP server — local non-custodial trading terminal for AI agents. ~35 typed Model Context Protocol tools for Hyperliquid perps, Uniswap V3 spot, Aave V3 lending, GMX v2 perps across Arbitrum, Base, Avalanche, Polygon, Optimism. Drop-in for Claude Code

View on npm Source

Install

# CLI install
npm install -g @axon-trading/mcp

MCP client config

{
  "command": "npx",
  "args": ["-y", "@axon-trading/mcp"],
  "env": { "SPAWNPAY_API_KEY": "spk_live_..." }
}

Drop this into your Claude Desktop or Cursor config. Agents call the tool, payments settle automatically.

Make it paid

This MCP is currently free. Authors can wrap any tool in two lines using spawnpay-paywall to charge per call in USDC. Keep 99.5%, no payment infra.

// Node — npm install spawnpay-paywall
import { paywall } from 'spawnpay-paywall';
const myTool = paywall(
  { price: 0.005, vendor: 'SP_yourCode' },
  originalToolFn
);

About

Package
@axon-trading/mcp
Version
1.13.5
Author
tytaninc7
Published
2026-05-14
Keywords
crypto-trading, defi, decentralized-exchange, perp-trading, perpetuals, perps, hyperliquid, automated-trading

Related MCPs

Browse all MCPs →