Everstake MCP Server
Rank #111,679pulsemcp/everstake
Connects AI agents to non-custodial staking data across 130+ blockchain networks.
Everstake MCP Server is a Model Context Protocol (MCP) server published by everstake. It ranks #111,679 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Everstake MCP Server is listed on PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Jul 1, 2026.
Ranks ahead of 3,912 of 115,591 servers on MCP Toplist.
Use Everstake 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.one/[mcp_servers.everstake]
url = "https://mcp.everstake.one/"Add to ~/.codex/config.toml.
https://mcp.everstake.one/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"everstake": {
"url": "https://mcp.everstake.one/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"everstake": {
"type": "http",
"url": "https://mcp.everstake.one/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"everstake": {
"serverUrl": "https://mcp.everstake.one/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"everstake": {
"url": "https://mcp.everstake.one/"
}
}
}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/pulsemcp%2Feverstake)<a href="https://mcptoplist.com/server/pulsemcp%2Feverstake"><img src="https://mcptoplist.com/badge/pulsemcp%2Feverstake.svg" alt="MCP Toplist: #111,679 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
everstake
Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Everstake MCP Server?
- Everstake MCP Server is maintained by everstake, which publishes 4 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Everstake MCP Server listed on the Official MCP Registry?
- Everstake MCP Server is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does Everstake MCP Server have?
- Everstake MCP Server ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Everstake MCP Server?
- The source code for Everstake MCP Server is hosted at github.com/everstake/mcp.