Add Slashr to community servers list#3824
Open
simonmorley wants to merge 2 commits intomodelcontextprotocol:mainfrom
Open
Add Slashr to community servers list#3824simonmorley wants to merge 2 commits intomodelcontextprotocol:mainfrom
simonmorley wants to merge 2 commits intomodelcontextprotocol:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds [Slashr](https://slashr.dev) to the community servers list — a live cross-chain validator incident MCP server covering Solana, Ethereum, Sui, and Cosmos.
Publishing Your Server
Already submitted to the MCP Registry via
mcp-publisher.Server Details
mcp.slashr.dev)Motivation and Context
No existing MCP server surfaces blockchain validator incident data. Slashr tracks delinquency, slashing, jailing, and missed votes in real time across four networks, and exposes this via a hosted remote MCP server. Useful for agents monitoring staking portfolios, validator operations, or delegator health.
Tools exposed:
get_validator_incidents— incident history by address and chainget_validator_stats— current performance, stake, commissionget_scan_results— infrastructure scan results, CVEs, port statesget_rankings— worst/most reliable validators by periodcheck_wallet— delegation health for a wallet addressTransport: Streamable HTTP · Auth: Bearer token · Read-only
How Has This Been Tested?
Tested with Claude Desktop and Claude.ai. Verified all five tools return structured data across Solana, Ethereum, Sui, and Cosmos endpoints.
Breaking Changes
None.
Types of changes
Checklist
Additional context
Developer docs and quickstart at [slashr.dev/developers](https://slashr.dev/developers). The server is read-only with Bearer token auth — no write access to any chain or wallet.