Skip to main content
Glama
seranoxxyz

Seranox MCP Server

Official
by seranoxxyz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SERANOX_API_KEYNoKey bound to a staked account. Optional for read tools; required for seranox_build_route.
SERANOX_API_URLNoAPI 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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. WKND or $WKND), or contract address. Burns 1 SERA.

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 unsignedTx to the user's wallet to sign. Requires SERANOX_API_KEY (staked account, utility #10).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 8 tools

Disambiguation5/5

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.

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues