SDKs & Packages
Every SperaxOS package in one place — TypeScript and Python SDKs, six read-only MCP servers, embeddable agent widgets, and the plugin SDK. Install commands, docs, and source for each.
Clients & SDKs
Call the SperaxOS platform from your own code — agents, market data, on-chain identity.
Sperax API CLI — manage keys, test endpoints, monitor usage
npm install @sperax/cli@sperax/sdkv1.0.0Official TypeScript SDK for Sperax API Platform — DeFi Intelligence, AI Agent Runtime, ERC-8004 Registry
npm install @sperax/sdksperax-sdkv1.0.0Official Python SDK for Sperax API Platform — DeFi Intelligence, AI Agent Runtime, ERC-8004 Registry
pip install sperax-sdkMCP servers
Connect Claude, Cursor, or any Model Context Protocol client to live DeFi data. Public and read-only — no account, no API key.
Analyze DeFi: yields, lending markets, LP positions, pools, and strategy backtests.
npm install @sperax/mcp-defi@sperax/mcp-marketv1.0.0Live crypto prices, market caps, TVL, categories, and macro market data for AI agents.
npm install @sperax/mcp-market@sperax/mcp-newsv1.0.0Crypto news, sentiment, VC research, technical analysis, and education for agents.
npm install @sperax/mcp-news@sperax/mcp-onchainv1.0.0Read EVM & Solana chain data: balances, transactions, contracts, and wallet analytics.
npm install @sperax/mcp-onchain@sperax/mcp-predictv1.0.0Read prediction markets and perpetuals: markets, orderbooks, prices, and leaderboards.
npm install @sperax/mcp-predict@sperax/mcp-riskv1.0.0Assess DeFi risk: token/contract security, hacks, liquidations, MEV, and approvals.
npm install @sperax/mcp-riskEmbed the agent
Put a DeFi-native agent inside your own product.
Extend the agent
Teach the agents new capabilities and publish them to the marketplace.
Building blocks
Shared runtime pieces. Published so the others can depend on them.
Connect an MCP client in one line
The six MCP servers are public, read-only, and need no account. Point Claude Code at one and the tools appear immediately.
claude mcp add --transport http sperax-market https://chat.sperax.io/webapi/mcp/marketThe MCP Console generates the same config for Claude Desktop, Cursor, and VS Code, and lets you run any tool before you wire it up. /webapi/mcp is the machine-readable catalog behind it.
Start building
Build with the same agents, tools, and market data that power SperaxOS.
Open the developer platform →