Elyan Staking MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Elyan Staking MCP Serverstake 10 ELY to acquire Python skill"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 buildConfiguration
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
Staking: The agent calls
stake_and_acquirewith a skill and bond amount.Verdict: The server returns a verdict from the RustChain gate.
Verification: The agent uses
verify_staking_verdictto ensure the verdict is genuine before proceeding.
This server cannot be installed
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