Skip to main content
Glama
nexus-xyz

nexus-exchange-mcp

Official
by nexus-xyz

login

Authenticate with an EVM wallet by submitting a personal_sign signature to obtain a 24-hour session token for accessing Nexus Exchange tools.

Instructions

Sign in with an EVM wallet to get a 24h session token. Submit an EIP-191 personal_sign signature over the exact message "Sign in to Nexus Exchange". This server cannot sign for you — produce the signature in the wallet and pass it as signature. The returned token is used as the Bearer credential for the *_api_key tools (set it as NEXUS_EXCHANGE_SESSION_TOKEN). No credentials needed to call this.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageNoSigned message. Must be exactly "Sign in to Nexus Exchange" (the default if omitted).
signatureYesEIP-191 personal_sign hex (0x-prefixed, 65 bytes) over the login message.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description fully discloses behavior: token lifetime (24h), exact message to sign, that the server cannot sign, signature format (EIP-191, hex), and token credential usage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences with zero waste. The purpose is front-loaded, followed by specific instructions and token usage. Every sentence adds essential information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple authentication tool with two parameters and no output schema, the description completely covers the flow, prerequisites, and integration with sibling tools.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%; description adds value by clarifying the default message, hex signature format, and the critical instruction that the server cannot produce the signature.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the verb 'Sign in' and the resource 'EVM wallet' to obtain a '24h session token'. It distinguishes this tool as the authentication entry point among many trading and account tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides context that no credentials are needed and that the returned token is for Bearer authentication with `*_api_key` tools, implying usage order. However, it lacks explicit 'when not to use' or alternative methods.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nexus-xyz/nexus-exchange-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server