MCP Server
Rank #59,767com.everstake/mcp
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
MCP Server is a Model Context Protocol (MCP) server published by everstake. It ranks #59,767 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Jul 1, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 55,824 of 115,591 servers on MCP Toplist.
Use MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http everstake https://mcp.everstake.com/[mcp_servers.everstake]
url = "https://mcp.everstake.com/"Add to ~/.codex/config.toml.
https://mcp.everstake.com/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"everstake": {
"url": "https://mcp.everstake.com/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"everstake": {
"type": "http",
"url": "https://mcp.everstake.com/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"everstake": {
"serverUrl": "https://mcp.everstake.com/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"everstake": {
"url": "https://mcp.everstake.com/"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.everstake%2Fmcp)<a href="https://mcptoplist.com/server/com.everstake%2Fmcp"><img src="https://mcptoplist.com/badge/com.everstake%2Fmcp.svg" alt="MCP Toplist: #59,767 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
everstake
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 26, 2026 |
Frequently asked questions
- Who maintains MCP Server?
- MCP Server is maintained by everstake, which publishes 4 MCP servers (2 total versions) tracked on MCP Toplist.
- Is MCP Server listed on the Official MCP Registry?
- Yes — MCP Server is listed on the Official MCP Registry.
- How many versions does MCP Server have?
- MCP Toplist tracks 1 version of MCP Server, most recently published on Aug 26, 2026.
- Where can I find the source code for MCP Server?
- The source code for MCP Server is hosted at github.com/everstake/mcp.