Everstake MCP Server

Staking infrastructure data for your AI agent.

The Everstake MCP Server connects AI assistants to live non-custodial staking data, validator metrics, and integration tooling across 130+ networks. No custom API work required.

Everstake MCP

// claude_desktop_config.json
{
"mcpServers": {
"everstake": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
url":
"https://mcp.everstake.one"
]
}
}
}

"What is the current staking APY on Ethereum?"

Calling get_chains (ethereum)...

APY: 3.41% | Uptime: 99.98%

Pick Your Editor.
We Handle The Rest.

Click installs the server in your editor. No JSON editing. No restart required.

Claude Code

Anthropic's CLI for agentic coding. Add the MCP server with one command

Cursor

The AI-first code editor. One-click deep-link install — no config needed

Chat GPT

Add Everstake as a custom connector for live staking data in any chat

Cline

Open-source AI agent for VS Code. Deep-link installs the server in seconds

VS Code

Native MCP support built in. Deep-link install — works with Copilot Chat

Windsurf

Codeium's agentic IDE. Drop the endpoint into mcp.json and you're live

Zed

High-performance collaborative editor. Add the server via Zed's MCP config

Manual

Wire it up yourself with raw JSON or curl — works with any MCP client

Try It

After connecting your AI agent to the MCP server, try asking:

Live network coverage

Query every supported chain and its current APY in a single call.

You

What Proof-of-Stake networks does Everstake support, and what's the APY for Solana?

Claude

get_chains(network: "solana")

APY

6.84%

Networks supported

130+

Solana is live on Everstake validators. Full PoS catalog includes ETH, SOL, ATOM, DOT, NEAR, and 125+ more chains.

Rewards on demand

Estimate staking yield for any amount, any network, in real time.

You

If I stake 1500 ETH with Everstake, what are my estimated staking rewards?

Claude

staking_calculator(amount: 1500, network: "ethereum")

Annual rewards

51.15 ETH

Monthly

4.26 ETH

Based on Ethereum's current APY of 3.41%. Rewards accrue continuously; figures shown net of validator commission.

Operator at scale

Pull Everstake's live delegator count, total stake, and network footprint.

You

What is Everstake's total staked value and how many delegators do they currently serve?

Claude

get_company_profile()

Delegators

1.6M+

Total staked

$7B+

Networks

130+

Everstake serves 1.6M+ delegators with over $7B in total staked value across 130+ Proof-of-Stake networks.

Compliance, on call

Surface SOC 2, ISO 27001, and every certification — straight from the source.

You

What security certifications and compliance standards does Everstake hold?

Claude

get_security_profile()

SOC 2 Type II

ISO/IEC 27001

NIST CSF

ITGC

GDPR

CCPA/CRPA

Fully certified across six global frameworks. Independently audited for institutional-grade staking infrastructure.

Track record, queryable

Historical uptime and slashing record, available to any AI agent.

You

What is Everstake's historical uptime and have they had any slashing events?

Claude

get_uptime_metrics()

Historical uptime

99.98%

Slashing events

0

Zero material slashing events since inception. Audited infrastructure with 99.98% uptime across every supported network.

Fails closed, not silently

Unsupported networks return structured errors — never fabricated data.

You

How much will I earn if I stake 500 DOT on Polkadot with Everstake?

Claude

staking_calculator(amount: 500, network: "polkadot")

network_not_supported

Polkadot (DOT) is not in the supported network database. No staking-rewards estimate can be returned.

Handled gracefully — server returns a structured error instead of hallucinating data. See get_chains for live coverage.

Schema before math

Invalid inputs get rejected at the door, before any computation runs.

You

Calculate my expected rewards if I stake -100 Solana.

Claude

staking_calculator(amount: -100, network: "solana")

schema_validation_error

Field amount must be a positive numeric value. Received: -100.

Input rejected before computation. Strict schema validation prevents nonsensical or adversarial calculations.

Zero hallucinations

Unknown chains return empty, not invented APYs or made-up tokens.

You

What is the current APY for staking 1000 FakeTokenXYZ?

Claude

get_chains(network: "faketokenxyz")

network_not_found

No record of faketokenxyz in the supported chain registry. Result set: empty.

Server strictly relies on its actual database — no fabricated APY or hallucinated chain data is ever returned.

Try It

After connecting your AI agent to the MCP server, try asking:

Live network coverage

Query every supported chain and its current APY in a single call.

You

What Proof-of-Stake networks does Everstake support, and what's the APY for Solana?

Claude

get_chains(network: "solana")

APY

6.84%

Networks supported

130+

Solana is live on Everstake validators. Full PoS catalog includes ETH, SOL, ATOM, DOT, NEAR, and 125+ more chains.

Rewards on demand

Estimate staking yield for any amount, any network, in real time.

You

If I stake 1500 ETH with Everstake, what are my estimated staking rewards?

Claude

staking_calculator(amount: 1500, network: "ethereum")

Annual rewards

51.15 ETH

Monthly

4.26 ETH

Based on Ethereum's current APY of 3.41%. Rewards accrue continuously; figures shown net of validator commission.

Operator at scale

Pull Everstake's live delegator count, total stake, and network footprint.

You

What is Everstake's total staked value and how many delegators do they currently serve?

Claude

get_company_profile()

Delegators

1.6M+

Total staked

$7B+

Networks

130+

Everstake serves 1.6M+ delegators with over $7B in total staked value across 130+ Proof-of-Stake networks.

Compliance, on call

Surface SOC 2, ISO 27001, and every certification — straight from the source.

You

What security certifications and compliance standards does Everstake hold?

Claude

get_security_profile()

SOC 2 Type II

ISO/IEC 27001

NIST CSF

ITGC

GDPR

CCPA/CRPA

Fully certified across six global frameworks. Independently audited for institutional-grade staking infrastructure.

Track record, queryable

Historical uptime and slashing record, available to any AI agent.

You

What is Everstake's historical uptime and have they had any slashing events?

Claude

get_uptime_metrics()

Historical uptime

99.98%

Slashing events

0

Zero material slashing events since inception. Audited infrastructure with 99.98% uptime across every supported network.

Fails closed, not silently

Unsupported networks return structured errors — never fabricated data.

You

How much will I earn if I stake 500 DOT on Polkadot with Everstake?

Claude

staking_calculator(amount: 500, network: "polkadot")

network_not_supported

Polkadot (DOT) is not in the supported network database. No staking-rewards estimate can be returned.

Handled gracefully — server returns a structured error instead of hallucinating data. See get_chains for live coverage.

Schema before math

Invalid inputs get rejected at the door, before any computation runs.

You

Calculate my expected rewards if I stake -100 Solana.

Claude

staking_calculator(amount: -100, network: "solana")

schema_validation_error

Field amount must be a positive numeric value. Received: -100.

Input rejected before computation. Strict schema validation prevents nonsensical or adversarial calculations.

Zero hallucinations

Unknown chains return empty, not invented APYs or made-up tokens.

You

What is the current APY for staking 1000 FakeTokenXYZ?

Claude

get_chains(network: "faketokenxyz")

network_not_found

No record of faketokenxyz in the supported chain registry. Result set: empty.

Server strictly relies on its actual database — no fabricated APY or hallucinated chain data is ever returned.

Proven Over Years of Operation

Staked Value Secured
$B+
Networks Supported
+
Observed Infrastructure Uptime
%
Rewards Generated
$M+

COMPLIANT

SOC 2 Type II

COMPLIANT

CCPA/CRPA

COMPLIANT

ISO 27001

COMPLIANT

NIST CSF

COMPLIANT

GDPR

COMPLIANT

ITGC

About The MCP Server

Built on the Model Context Protocol — an open standard for connecting AI agents to external data sources. The Everstake MCP Server exposes live staking data, validator metrics, and a rewards calculator through a single Streamable HTTP endpoint at mcp.everstake.one

Implemented in Go on the official SDK. Production-ready and fully open-source.

Build With Us. Safely.

Open-source. Read-only by default. Maintained team.

Developer Discord

Direct line to our engineers and the MCP builder community

Partnerships, custom infrastructure, or anything not covered above

Listed on

Open-Source

Security note

All tools except request_integration are read-only. Enable human confirmation for tool calls. Non-custodial — server never holds or signs assets.

Frequently Asked Questions