Seranox MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SERANOX_API_KEY | No | Key bound to a staked account. Optional for read tools; required for seranox_build_route. | |
| SERANOX_API_URL | No | API base URL. Use http://localhost:5173/api/v1 against a local seranox-dapp. | https://app.seranox.xyz/api/v1 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| seranox_statusA | Health of the Seranox API and whether this server has an API key (needed for routing). |
| seranox_list_pairsA | New memecoin pairs on Robinhood Chain with age, liquidity, market cap, 1h/24h change, holders, top-10 concentration, and a risk verdict (clean/caution/danger). Sponsored slots are labeled. Burns 1 SERA. |
| seranox_get_pairA | Full detail for one pair by id, symbol (e.g. |
| seranox_risk_scanA | Honeypot checks, mint authority, LP lock, deployer history, verified source, and top-10 concentration for a pair, with an overall verdict. Whitepaper utility #15 — burns 5 SERA per scan. |
| seranox_list_walletsA | Tracked wallets with labels, tags, 30d PnL, win rate, trade count, followers, and listing bond (if a copy-trade strategy is published). Burns 1 SERA. |
| seranox_wallet_flowA | Wallet-level intel for one tracked wallet by address or label: pattern tags, 30d PnL, win rate, activity, followers, bond. Burns 2 SERA. |
| seranox_equities_dislocationA | Tokenized equities: on-chain print vs last exchange close (spread %), 24h net flow, and accumulators vs distributors. Read-only by design — Seranox does not route equities. Burns 1 SERA. |
| seranox_build_routeA | Builds a memecoin swap through the Seranox router and returns an UNSIGNED transaction plus a fee quote. This tool never signs and never moves funds — hand the |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Every tool targets a distinct resource and action: status check, pair listing vs detail, risk scan, wallet list vs specific flow, equities dislocation, and route building. No overlapping functionality or ambiguous boundaries.
All tools follow a consistent lowercase_underscore pattern with the 'seranox_' prefix, but verb placement varies (e.g., 'list_pairs', 'risk_scan', 'wallet_flow'). This is largely predictable yet not a strict verb_noun convention throughout.
With 8 tools, the server is well-scoped for its crypto intelligence and routing domain. Each tool covers a distinct function without redundancy or bloat, fitting the ideal 3-15 range.
The surface covers the full lifecycle of user interactions: status check, pair discovery, deep-dive details, risk scanning, wallet tracking and flow analysis, equities dislocation data, and route building. No obvious missing operations for the stated purpose.