Skip to main content
Glama
nkar123412-hub

Elyan Staking MCP Server

Elyan Staking MCP Server

An MCP (Model Context Protocol) server that allows AI agents to interact with the Elyan Staking SDK for self-improvement.

Features

  • stake_and_acquire: Initiates a staking request to acquire a new skill.

  • verify_staking_verdict: Verifies the authenticity of a staking verdict using Ed25519 signatures.

Related MCP server: skvil-mcp

Installation

git clone https://github.com/nkar123412-hub/elyan-mcp-server.git
cd elyan-mcp-server
npm install
npm run build

Configuration

The server runs over stdio. Add it to your MCP config (e.g., in Claude Desktop):

{
  "mcpServers": {
    "elyan-staking": {
      "command": "node",
      "args": ["/absolute/path/to/elyan-mcp-server/dist/index.js"]
    }
  }
}

How it Works

  1. Staking: The agent calls stake_and_acquire with a skill and bond amount.

  2. Verdict: The server returns a verdict from the RustChain gate.

  3. Verification: The agent uses verify_staking_verdict to ensure the verdict is genuine before proceeding.

F
license - not found
-
quality - not tested
-
maintenance - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/nkar123412-hub/elyan-mcp-server'

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