Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. SperaxOS
S
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

SperaxOS

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Sperax Protocol MCP – USDs stablecoin, SPA, veSPA governance & Demeter DeFi on Arbitrum

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "speraxos": {
      "command": "npx",
      "args": [
        "-y",
        "speraxos"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

Sperax Ecosystem Crypto & DeFI MCP Server

Model Context Protocol Server for Sperax DeFi Ecosystem

Arbitrum BNB Chain Ethereum

Enable AI agents to interact with USDs (auto-yield stablecoin), SPA governance, veSPA staking, and Demeter yield farms, and Plutus on BNB Chain and Arbitrum.

πŸ”§ Development

Prerequisites

  • Node.js 18+
  • pnpm (recommended) or npm

Setup

bash
# Clone repository
git clone https://github.com/sperax/sperax-crypto-mcp
cd sperax-crypto-mcp

# Install dependencies
pnpm install

# Build TypeScript
pnpm build

# Run in development mode (with auto-rebuild)
pnpm dev

Running

bash
# Start stdio server (for Claude Desktop)
pnpm start

# Start HTTP server (for integrations)
pnpm start:http

# Run with BNB Chain RPC
CUSTOM_RPC_URL="https://..." pnpm start

# Run with Arbitrum RPC
ARBITRUM_RPC_URL="https://..." pnpm start

Testing

bash
# Run tests
pnpm test

# Run tests in watch mode
pnpm test:watch

# Test with MCP Inspector
npx @modelcontextprotocol/inspector dist/index.js

Linting & Type Checking

bash
# Lint code
pnpm lint

# Type check
pnpm typecheck

🀝 Quick Start

Claude Desktop

Add to your claude_desktop_config.json:

config.json
{
  "mcpServers": {
    "sperax": {
      "command": "npx",
      "args": ["-y", "@sperax/mcp-server"]
    }
  }
}

Config file locations:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/claude/claude_desktop_config.json

Cursor / VS Code

Add to your MCP settings:

config.json
{
  "mcp.servers": {
    "sperax": {
      "command": "npx",
      "args": ["-y", "@sperax/mcp-server"]
    }
  }
}

With Custom RPC Endpoint

For better performance and reliability, use your own Arbitrum RPC:

config.json
{
  "mcpServers": {
    "sperax": {
      "command": "npx",
      "args": ["-y", "@sperax/mcp-server"],
      "env": {
        "ARBITRUM_RPC_URL": "https://your-rpc-endpoint.com"
      }
    }
  }
}

HTTP Server Mode

For advanced integrations, run as an HTTP server:

bash
# Start HTTP server on port 3000
pnpm start:http

# Or with custom port
PORT=8080 pnpm start:http
Sperax MCP Server Repository

For best compatability, use within SperaxOS. The servers provided in this repo largely are based upon the already built and tested products on app.sperax.io. The Sperax Crypto and Defi MCP Server project is an additional product of Sperax and SperaxOS, created for the open source community. For the millions of developers that may not have had the tools available to use cryptocurrency, blockchain, defi, and web3 tools within their usual workspace, we are thrilled to be laying the groundworks for the use of blockchain and cryptocurrency use paired with the Model Context Protocol. Sperax is building an autonomous financial infrastructure, centered around its auto-yield stablecoin USDs and its utility/governance token SPA, using AI-driven agents to automate yield generation and financial management across blockchains like Arbitrum and BNB Chain. It combines collateralized stability with algorithmic mechanisms, aiming to offer passive income for users through its integrated system, which includes the SperaxOS AI infrastructure. SperaxOS is the world's first AI-native operating system for decentralized finance, transforming how enterprises, developers, and DeFi protocols manage on-chain capital. SperaxOS replaces manual DeFi workflows with autonomous, intelligent automation. While traditional AI agents generate content or answer questions, SperaxOS agents execute capital, automatically optimizing yields, rebalancing portfolios, defending against risks, and managing treasury operations 24/7 with zero human intervention. This repo will initially focus on Sperax ecosystem products such as USDs and SPA. For organizational purposes, SperaxOS documents and tools are seperated in their respective repositories.

πŸ› οΈ Available Tools

USDs Stablecoin (7 tools)

ToolDescription
usds_get_infoGet USDs overview including supply, APR, and last rebase time
usds_get_balanceGet USDs balance and rebase state for any address
usds_get_rebase_stateCheck if an address receives yield rebases
usds_get_mint_paramsGet current mint fees and parameters
usds_get_yield_infoGet current yield metrics, APR, and distribution
usds_get_collateral_ratioGet protocol collateralization ratio
usds_estimate_mintSimulate minting USDs with specific collateral

Vault & Collateral (10 tools)

ToolDescription
vault_get_statusGet Vault TVL, health status, utilization, and fees
vault_get_collateralsList all supported collaterals with current allocations
vault_get_collateral_detailsGet detailed info for specific collateral (USDC, USDT, DAI, FRAX)
vault_get_strategiesList all active yield strategies and their performance
vault_get_strategy_detailsGet specific strategy allocation and APY
vault_get_oracle_pricesGet all collateral oracle prices from Chainlink
vault_get_peg_statusCheck USDs peg health and deviation from $1
vault_simulate_mintSimulate mint with fees and expected output
vault_simulate_redeemSimulate redemption with fees and slippage
vault_get_allocation_targetsGet target vs actual collateral allocations

SPA & Staking (8 tools)

ToolDescription
spa_get_infoGet SPA token overview including supply and staking stats
spa_get_balanceGet SPA, veSPA, and xSPA balances for address
vespa_get_positionGet veSPA lock position details and voting power
vespa_calculate_powerCalculate voting power for specific lock amount/duration
vespa_get_statsGet global veSPA statistics (total locked, holders)
xspa_get_positionGet xSPA vesting position and pending redemptions
xspa_calculate_redemptionCalculate SPA output for xSPA redemption
buyback_get_statsGet SPA buyback & burn statistics

Demeter Farms (7 tools)

ToolDescription
demeter_list_farmsList all active farms with APR, TVL, and filters
demeter_get_farm_detailsGet specific farm detailed info and mechanics
demeter_get_user_positionGet user's positions across all Demeter farms
demeter_calculate_rewardsCalculate pending rewards for user in farm
demeter_estimate_aprEstimate APR for specific deposit amount
demeter_get_top_farmsGet highest APR farms with optional filters
demeter_get_farm_typesGet supported farm types (UniV3, Camelot, Balancer)

Dripper (5 tools)

ToolDescription
dripper_get_statusGet Dripper operational status and health
dripper_get_balanceGet pending yield balance waiting to be distributed
dripper_get_configGet drip period and distribution configuration
dripper_estimate_next_rebaseEstimate next rebase time and expected amount
dripper_calculate_earningsCalculate projected earnings for USDs holdings

Oracle (5 tools)

ToolDescription
oracle_get_all_pricesGet all collateral prices from Chainlink oracles
oracle_get_priceGet specific asset price with timestamp
oracle_check_stalenessCheck if oracle data is fresh (within heartbeat)
oracle_check_deviationCheck price deviation from $1 peg
oracle_get_sourcesGet oracle source information and configuration

Analytics (6 tools)

ToolDescription
analytics_get_tvlGet Total Value Locked breakdown by component
analytics_get_revenueGet protocol revenue metrics and trends
analytics_get_apy_historyGet historical APY data (7d, 30d, 90d, 1y)
analytics_get_user_statsGet comprehensive user statistics
analytics_compare_yieldsCompare USDs yields with competitors (Aave, Compound)
analytics_get_protocol_healthGet overall protocol health score and indicators

Governance (5 tools)

ToolDescription
governance_get_overviewGet governance overview and current state
governance_get_proposalsList recent/active governance proposals
governance_get_proposal_detailsGet specific proposal details and voting status
governance_get_voting_powerGet voting power for address (veSPA-based)
governance_get_delegatesGet delegation information for address

Yield Reserve (4 tools)

ToolDescription
yield_reserve_get_statusGet yield reserve status and balance
yield_reserve_get_balanceGet available yield for distribution
yield_reserve_get_configGet reserve configuration parameters
yield_reserve_get_historyGet historical yield collection data

πŸ“š Available Resources

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Stripe AI logoStripe AI

    MCP server integrating with Stripe - tools for customers, products, payments, and more.

    πŸ’° Finance & Fintech0 views
    Compare vs Stripe AI β†’
  • FlashBank logoFlashBank

    Fixed-fee P2P term loans (no oracles) and flash loans on Ethereum, Base, Arbitrum and Sepolia.

    πŸ’° Finance & Fintech1 views
    Compare vs FlashBank β†’
  • Brazilian Central Bank (BCB) MCP logoBrazilian Central Bank (BCB) MCP
    Verified

    MCP server for the Brazilian Central Bank (Banco Central do Brasil): SGS time series (Selic, IPCA, exchange rates, GDP and 139 curated, source-verified indicators), the Focus market-expectations survey and PTAX official exchange rates. 15 tools, 3 resources and 3 prompts, with provenance metadata on every response. Runs locally via npx (stdio) or through the hosted endpoint at https://bcb.sidneybissoli.com/mcp β€” no API key or signup required.

    πŸ’° Finance & Fintech7 views
    Compare vs Brazilian Central Bank (BCB) MCP β†’
  • Hera Agent Unity logoHera Agent Unity

    Control and verify a live Unity Editor through a local, low-token MCP server.

    πŸ’° Finance & Fintech0 views
    Compare vs Hera Agent Unity β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about SperaxOS

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "speraxos": { "command": "npx", "args": ["-y", "SperaxOS"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSperaxOS AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/speraxos?style=directory)](https://allmcps.com/mcp/speraxos)
HTML Embed
<a href="https://allmcps.com/mcp/speraxos"><img src="https://allmcps.com/api/badge/speraxos?style=directory" alt="SperaxOS on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to SperaxOS β†’Install in Claude DesktopInstall in CursorInstall in VS Code