A MCP server for SperaxOS that supports Arbitrum One with USDs, SPA, Demeter, and other popular EVM-compatible networks.
A MCP server for SperaxOS that supports Arbitrum One with USDs, SPA, Demeter, and other popular EVM-compatible networks. Exposed over MCP by the sperax crypto mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Everything the assistant can do here goes through one of these:
usds_get_info — Get USDs overview including supply, APR, and last rebase timeusds_get_balance — Get USDs balance and rebase state for any addressusds_get_rebase_state — Check if an address receives yield rebasesusds_get_mint_params — Get current mint fees and parametersusds_get_yield_info — Get current yield metrics, APR, and distributionusds_get_collateral_ratio — Get protocol collateralization ratiousds_estimate_mint — Simulate minting USDs with specific collateralvault_get_status — Get Vault TVL, health status, utilization, and feesvault_get_collaterals — List all supported collaterals with current allocationsvault_get_collateral_details — Get detailed info for specific collateral (USDC, USDT, DAI, FRAX)vault_get_strategies — List all active yield strategies and their performancevault_get_strategy_details — Get specific strategy allocation and APYYou will need 2 environment variables: ARBITRUM_RPC_URL, CUSTOM_RPC_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
The server ships on npm as @modelcontextprotocol/inspector, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Sperax Crypto MCP's toolset — usds_get_info, usds_get_balance, usds_get_rebase_state and 11 more — is a fair guide to whether it matches your workflow. It is maintained by nirholas; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| usds_get_info | Get USDs overview including supply, APR, and last rebase time |
| usds_get_balance | Get USDs balance and rebase state for any address |
| usds_get_rebase_state | Check if an address receives yield rebases |
| usds_get_mint_params | Get current mint fees and parameters |
| usds_get_yield_info | Get current yield metrics, APR, and distribution |
| usds_get_collateral_ratio | Get protocol collateralization ratio |
| usds_estimate_mint | Simulate minting USDs with specific collateral |
| vault_get_status | Get Vault TVL, health status, utilization, and fees |
| vault_get_collaterals | List all supported collaterals with current allocations |
| vault_get_collateral_details | Get detailed info for specific collateral (USDC, USDT, DAI, FRAX) |
| vault_get_strategies | List all active yield strategies and their performance |
| vault_get_strategy_details | Get specific strategy allocation and APY |
| vault_get_oracle_prices | Get all collateral oracle prices from Chainlink |
| vault_get_peg_status | Check USDs peg health and deviation from $1 |
{
"mcpServers": {
"sperax": {
"command": "npx",
"args": ["-y", "@sperax/mcp-server"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| ARBITRUM_RPC_URL | Endpoint or connection string the server talks to. | Yes |
| CUSTOM_RPC_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.