Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Solana Security Standard
S
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:54:55 PM

Solana Security Standard

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository36 GitHub StarsTotal stargazers on GitHub for the source repository (36 stars).

Scan Solana/Anchor code against the Solana Security Standard and serve the ruleset to MCP clients.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "solana-security-standard": {
      "command": "npx",
      "args": [
        "-y",
        "@jelleo/solana-security-standard"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

Solana Security Standard

The Solana Security Standard β€” SOL-0XX rules distilled from $514M of real exploits, firing as you code in every AI tool (Claude Code, Codex, Cursor, Windsurf…), your editor, and CI. By the auditors who find them.

SOL-001 firing on a vulnerable Solana program β€” Bounty 6 H2 case study

Solana Security Standard CI License: MIT Version Bounty wins

The same SOL-0XX rules flag Solana-specific bugs while you code β€” caller-controlled clock values, cross-market state asymmetry, wrapper handlers that drift from engine logic, missing Anchor constraints, and 52 bug classes in all, drawn from real audits.

Works in: Claude Code Β· Codex Β· Copilot Β· Cursor Β· Windsurf Β· Cline Β· Aider Β· any MCP client Β· the VS Code extension (Open VSX) Β· the CLI Β· Semgrep Β· GitHub Actions. Pick your surface below.

Use it in Claude Code (30 seconds)

bash
mkdir -p .claude && \
  curl -sL https://raw.githubusercontent.com/Copenhagen0x/solana-security-standard/main/plugin-guidance.md \
       -o .claude/claude-security-guidance.md && \
  curl -sL https://raw.githubusercontent.com/Copenhagen0x/solana-security-standard/main/security-patterns.yaml \
       -o .claude/security-patterns.yaml

plugin-guidance.md is the compact ≀8 KB plugin digest (every rule as a one-line cue, generated from the full claude-security-guidance.md); it lands as the plugin's .claude/claude-security-guidance.md. Full per-rule detail is one MCP call (list_solana_security_rules) or one click (the master on GitHub) away.

Then make sure you have Anthropic's security-guidance plugin installed:

text
/plugin install security-guidance@claude-plugins-official
/reload-plugins

Done. Open a Solana program file in Claude Code and the plugin will catch issues as you write.

(This pulls from main with no integrity check. For supply-chain-sensitive use, see Verified install below.)

Or install the whole standard as a Claude Code plugin (the MCP scan tool + a /scan command, auto-wired):

text
/plugin marketplace add Copenhagen0x/solana-security-standard
/plugin install solana-security-standard@solana-security-standard

Verified install (pin + checksum)

For CI or supply-chain-sensitive setups, pin to a release tag and verify the download against the published CHECKSUMS.txt instead of pulling main:

Note: the plugin-guidance.md digest ships from v1.11.0 onward. Pin the latest release tag in the flow below.

bash
TAG=v1.12.0   # the digest ships from v1.11.0 on; older tags use claude-security-guidance.md directly
BASE="https://raw.githubusercontent.com/Copenhagen0x/solana-security-standard/$TAG"
tmp=$(mktemp -d) && cd "$tmp" && mkdir -p semgrep
curl -fsSL "$BASE/CHECKSUMS.txt"                          -o CHECKSUMS.txt
curl -fsSL "$BASE/plugin-guidance.md"                     -o plugin-guidance.md
curl -fsSL "$BASE/security-patterns.yaml"                 -o security-patterns.yaml
curl -fsSL "$BASE/semgrep/solana-security-standard.yaml"  -o semgrep/solana-security-standard.yaml
sha256sum -c CHECKSUMS.txt          # Linux β€” all three must print "OK"; aborts on any mismatch
# macOS (no sha256sum): shasum -a 256 -c CHECKSUMS.txt
mkdir -p "$OLDPWD/.claude"
cp security-patterns.yaml "$OLDPWD/.claude/"
cp plugin-guidance.md "$OLDPWD/.claude/claude-security-guidance.md"   # rename to the plugin's expected filename
# the verified semgrep ruleset stays in $tmp/semgrep/ β€” point `semgrep --config` at it or copy where you need it

Pinning to a tag freezes you to a known release (a tampered main can't reach you); the checksum confirms nothing was altered in transit. (Hashes are over the LF bytes GitHub serves β€” verify the downloaded files, not a CRLF local checkout.) Tags from v1.9.1 on are SSH-signed β€” verify origin with git verify-tag v1.12.0 (key + steps in SECURITY.md). (Checksums and the in-repo allowed-signers can't defend against a full account compromise that rewrites both β€” the signed tag, verified out of band, is the origin check for that.)

Run it in CI β€” GitHub Action

Gate every pull request on the standard. The same SOL-0XX patterns run as a check, with inline annotations on the diff:

yaml
# .github/workflows/solana-security.yml
name: Solana Security Standard
on: [pull_request]
permissions:
  contents: read
  security-events: write   # optional β€” enables inline PR annotations
jobs:
  scan:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: Copenhagen0x/solana-security-standard@v1
        with:
          paths: ./programs        # what to scan (default: .)
          # fail-on-findings: true # red X on findings (default)
          # upload-sarif: true     # GitHub code scanning (default)
          # min-tier: high         # noise floor: drop LOW-tier hygiene findings
          # baseline: .sss-baseline.json  # gate only on NEW findings (see cli/README)

Then show the world you adopt it β€” drop this badge in your README:

md
[![Solana Security Standard](https://img.shields.io/badge/Solana%20Security%20Standard-SOL--0XX-a855f7?labelColor=6d28d9)](https://github.com/Copenhagen0x/solana-security-standard)

Solana Security Standard

Run it from the CLI

Terminal
npx @jelleo/solana-security-standard scan ./programs

Human, JSON, or SARIF output; exits non-zero on findings (so it gates any CI). Zero dependencies. Details in cli/.

Every machine rule is scored against its canonical vulnerable/fixed example pair on every change β€” see BENCHMARK.md (generated, CI-enforced: a rule that stops detecting its bug, or starts flagging its fix, cannot merge).

Run it in your editor β€” VS Code / Cursor / Windsurf

The VS Code extension shows SOL-0XX findings as inline warning squiggles as you type, in Rust and TypeScript/JS files. Same engine as the CLI, 100% local (no telemetry). Install it from Open VSX β€” works in Cursor, Windsurf, and VSCodium; on stock VS Code, sideload the .vsix from extensions/vscode/ (the Microsoft Marketplace listing is pending publisher verification). Details in extensions/vscode/.

Run it with Semgrep

Already have a Semgrep pipeline? Point it at the ported ruleset:

bash
semgrep --config https://raw.githubusercontent.com/Copenhagen0x/solana-security-standard/main/semgrep/solana-security-standard.yaml ./programs

The same SOL-0XX rules as pattern-regex rules. Details in semgrep/.

Use it in your AI coding agent β€” Codex Β· Copilot Β· Cursor Β· Windsurf Β· Cline Β· Aider

Most AI coding tools read a rules/instructions file. integrations/ ships the SOL-0XX standard in each tool's native format β€” all generated from the one source β€” so your assistant writes and reviews Solana/Anchor code against the rules. Copy the file for your tool (full matrix in integrations/README.md):

ToolCopy into your repo
Codex / any AGENTS.md agentintegrations/codex/AGENTS.md
GitHub Copilotintegrations/copilot/.github/copilot-instructions.md
Cursorintegrations/cursor/.cursor/
Windsurfintegrations/windsurf/.windsurf/
Clineintegrations/cline/.clinerules
Aiderintegrations/aider/ (with an optional scanner lint command)

Use it via MCP β€” any MCP client

Prefer the Model Context Protocol? The MCP server gives any MCP client (Cline, Copilot, Cursor, Claude, Windsurf) a scan_solana_code tool plus the full rule set β€” no file to copy:

config.json
{ "mcpServers": { "solana-security-standard": { "command": "npx", "args": ["-y", "@jelleo/solana-security-mcp"] } } }

100% local, same scanner as the CLI. Details in mcp/.

Learn from real exploits β€” the Solana Hacks Database

hacks/ maps real, disclosed Solana exploits to the SOL-0XX rule class each one falls under β€” Wormhole, Mango Markets, Cashio, Crema, Nirvana, Cypher, Loopscale, and more ($514M+ in documented losses). Every entry is cited, and incidents no code rule can prevent (stolen keys, off-chain wallets) are flagged as such rather than misattributed β€” the same honesty the rest of this repo holds itself to. Browse the database β†’.

Every rule, explained β€” content/

content/ is a standalone explainer for all 52 rules: what each catches, the fix, whether it is machine-checkable or review-only, the real exploits in that class (cross-linked to the Hacks Database), and a code example where one exists. One page per rule β€” all generated from the standard + patterns + hacks + examples, so nothing drifts.

Grow it β€” the disclosures/ feed

The standard is a living one. disclosures/ ingests a new Solana disclosure β€” a GitHub Security Advisory, an Immunefi report, or a security-fix PR β€” and proposes a candidate Hacks-Database entry with suggested SOL-0XX mappings for a human to verify. It never auto-writes (a cited DB only takes reviewed entries). As an internal sanity check, the keyword classifier surfaces a labeled rule among its ranked suggestions for every exploit already catalogued β€” self-consistency on our own root-cause text, not a blind-accuracy or top-1 claim.

What you get

52 rules: 49 on-chain Solana program bug classes, plus 3 integrator / client-side rules (SOL-029–031) for the TypeScript/web3.js that builds and sends transactions (bots, keepers, integrators). SOL-001 covers two confirmed-exploitable bounty wins (the same caller-controlled now_slot class fixed in both the ACTIVATE and RETIRE branches of percolator). Most of the rest are drawn from documented Solana audit patterns β€” some from our published disclosures (with maintainer triage classifications noted in the Source column), some from public bug-class taxonomy; the integrator trio came from a live buyback-worker report.

RuleCatchesSource
SOL-001Unauthenticated now_slot / clock spoofingBounty wins (2): percolator-prog#107 ACTIVATE + percolator-cli#78 F33 RETIRE
SOL-002Cross-market state asymmetry β†’ counter inflationDocumented public class (percolator-prog#104) β€” not our bounty
SOL-003Wrapper handler re-implements engine logicPattern from our #78 F1 β€” maintainer fixed in-flight, not bountied
SOL-004Health/penalty terms omitted from calcPattern from our #78 F2 β€” engine-side, separate disclosure pending
SOL-005Anchor realloc() without guardsLatent pattern from our #78 F12 β€” reachable when 14-asset cap lifted
SOL-006Missing signer check on privileged handlerGeneric Solana
SOL-007Missing account.owner == program_idGeneric Solana
SOL-008Unverified PDA derivationGeneric Solana
SOL-009CPI without authority checkGeneric Solana
SOL-010Reinit attack via init_if_neededGeneric Solana
SOL-011Lamport drain via account closureGeneric Solana
SOL-012Rent exemption check missingGeneric Solana
SOL-013Token Program ID confusion (Token vs Token-2022)Generic Solana
SOL-014Unchecked integer arithmeticGeneric Solana
SOL-015Anchor has_one/constraint= missingGeneric Anchor
SOL-016Bump seed not validated against canonical bumpGeneric Solana
SOL-017Raw AccountInfo without typed deserializeGeneric Solana
SOL-018Hardcoded System Program ID literalGeneric Solana
SOL-019Missing discriminator check on deserializeGeneric Solana
SOL-020SetAuthority without prior verificationGeneric Solana
SOL-021Terminal/close op gated on a live-only condition β†’ funds lockJelleo v16 audit F1 β€” maintainer fixed as "Finding C"
SOL-022Write-only "impaired" counter never decremented β†’ funds encumberedJelleo v16 audit F2 β€” percolator#74, code-confirmed
SOL-023Fee/penalty rounds toward the user β†’ evasion + leakageJelleo v16 audit F3 (Low)
SOL-024Stale / unchecked Pyth/Switchboard oracle priceGeneric Solana DeFi
SOL-025Sysvar read by raw deserialize (not Clock::get())Generic Solana
SOL-026Duplicate mutable account unchecked (native + Anchor AccountLoader/remaining_accounts)Generic Solana
SOL-027Unvalidated remaining_accountsGeneric Solana
SOL-028Missing slippage / min-out boundGeneric Solana DeFi
SOL-029Preflight simulation disabled (skipPreflight: true) on a mainnet sendIntegrator β€” live buyback-worker report (TS/web3.js)
SOL-030Hardcoded priority fee β€” no congestion awarenessIntegrator β€” live buyback-worker report (TS/web3.js)
SOL-031Jupiter quote consumed without contextSlot freshnessIntegrator β€” live buyback-worker report (TS/web3.js)
SOL-032Decimals assumed (hardcoded scale) instead of read from the mintJelleo audit pattern β€” the decimals/accounting loss-of-funds class (review-only: a scale literal isn't machine-distinguishable)
SOL-033Account field read after a CPI without reload() β€” stale-state decisionsGeneric Anchor (documented reload footgun)
SOL-034Manual lamport mutation desyncs the program's internal ledgerGeneric Solana
SOL-035Instructions sysvar read unpinned β€” forged introspection spoofs a precompile/CPI-origin checkGeneric Solana (known precompile-bypass class)
SOL-036Token account trusted as an ATA without canonical (owner, mint) derivationGeneric Solana SPL (review-only)
SOL-037CPI callee program id unpinned β€” call redirected to an attacker programGeneric Solana (review-only; the callee-side gap SOL-009 doesn't cover)
SOL-038Unpinned PDA seed boundaries β€” two distinct accounts derive the same addressPublic Solana bug-class taxonomy (machine)
SOL-039Swallowed fund-moving CPI Result leaves half-applied statePublic Solana bug-class taxonomy (machine)
SOL-040Crediting the requested amount, not the measured balance delta (Token-2022 fee/hook)Public Solana bug-class taxonomy (review-only)
SOL-041Forced token balance / supply desyncs internal accountingPublic Solana bug-class taxonomy (review-only)
SOL-042Unbounded loop over caller-controlled remaining_accounts β€” CU-limit DoSPublic Solana bug-class taxonomy (machine)
SOL-043Attacker-grown storage / slot exhaustion bricks an instructionPublic Solana bug-class taxonomy (review-only)
SOL-044Hardcoded ~400ms slot time β€” interest/vesting drifts from wall-clockPublic Solana bug-class taxonomy (machine)
SOL-045Off-by-one in incremental Merkle tree insertionPublic Solana bug-class taxonomy (review-only)
SOL-046Raw-byte instruction dispatcher skips Anchor's account guardsPublic Solana bug-class taxonomy (machine)
SOL-047Receipt token/mint not pinned β€” forged redemptionPublic Solana bug-class taxonomy (review-only)
SOL-048Zeroed/default pubkey or value accepted as authorizedPublic Solana bug-class taxonomy (review-only)
SOL-049Hand-rolled zero-copy reads a non-canonical flag / padding bytePublic Solana bug-class taxonomy (machine)
SOL-050serialize/deserialize asymmetry corrupts or forges statePublic Solana bug-class taxonomy (review-only)
SOL-051On-chain-observable value seeds a draw β€” grindable / leader-steerablePublic Solana bug-class taxonomy (machine)
SOL-052Token-2022 extensions (transfer hook / fee / freeze) assumed absentPublic Solana bug-class taxonomy (review-only)

Why these rules β€” honest provenance

We disclose exactly where each rule came from. Some are confirmed-exploitable bounty wins; some are documented patterns we surfaced but the maintainer classified differently in triage. We list both kinds because all of them are real Solana attack surfaces worth flagging β€” but we don't claim bounty credit we didn't earn.

  • SOL-001 β€” TWO confirmed-exploitable bounty wins (same class, two code paths). ACTIVATE branch: percolator-prog#107, fixed in 6512fa1. RETIRE branch: percolator-cli#78 F33, fixed in 3fd9b1d. Both maintainer-acknowledged via Lean theorem-prover models. Our suggested authenticated_slot_or_fallback patch shipped verbatim.

  • SOL-002 β€” public class, not our bounty. The cross-market pnl_pos_bound_tot inflation class was publicly disclosed at percolator-prog#104 by another researcher. Included because the pattern is reproducible across perp-DEX programs.

  • SOL-003, SOL-004, SOL-005 β€” patterns from our bounty 5 disclosure. All three were in our #78 submission (36 findings total). Maintainer triage outcomes: F1 already fixed in 0925ed4 before triage; F2 engine-side (separate disclosure pending at aeyakovenko/percolator); F12 latent (reachable when the 14-asset cap is lifted). Real Solana patterns worth flagging in future code, none paid as new bounties.

  • SOL-021, SOL-022, SOL-023 β€” patterns from our percolator v16 engine audit. F1 (terminal-close deadlock) was fixed by the maintainer as "Finding C". F2 (write-only impaired insurance counter) is disclosed at percolator#74 β€” code-confirmed, not yet reproduced on-chain. F3 (fee rounding) is Low. Code-analysis patterns, not claimed as paid bounties.

The remaining rules (SOL-006 through SOL-020, plus SOL-024 through SOL-028) cover documented Solana / DeFi audit patterns β€” signer/owner/PDA verification, Anchor constraints, CPI authority, lamport drains, Token Program ID confusion, integer overflow, oracle staleness, slippage bounds, etc. Standard auditor checklist territory.

All published cycle reports: jelleo.com/cycles

How it works

The standard is two source files β€” a YAML of deterministic patterns and a Markdown threat-model + rule catalog β€” plus a self-contained scanner. Every surface runs the same rules: the CLI, GitHub Action, editor extension, MCP server, and Semgrep apply them directly. In Claude Code specifically, Anthropic's security-guidance plugin reads the two files and reviews edits at three layers:

  1. On each file edit β€” fast pattern match (no model call). Reads .claude/security-patterns.yaml for regex/substring rules. Our file provides 30 deterministic patterns.
  2. At the end of each turn β€” background model review of the full diff. Reads .claude/claude-security-guidance.md for semantic guidance. Our file provides the Solana threat model + 52-rule catalog + review checklist.
  3. On each commit Claude makes β€” deeper agentic review that reads surrounding code. Uses the same guidance file.

Every time a rule fires, the reminder text includes the rule ID (e.g. Jelleo SOL-001:) and a link back to this repo so you can see the underlying bounty case study.

Examples

The examples/ directory contains 30 paired vulnerable/fixed snippets β€” one for every machine-checkable rule (Rust on-chain; TypeScript for the integrator rules). They're self-tested: the scanner must fire on each vulnerable file and clear on each fixed one, so they can't drift from the rules. Useful for understanding a bug class before reading the rule definition.

Contributing

PRs welcome β€” especially:

  • New rules drawn from your own audits (please include a reference to the disclosed finding)
  • Tightened regexes that reduce false positives
  • Additional vulnerable/fixed example pairs

Open an issue first if you're proposing a new rule category. Keep rules focused: each one should catch a single bug class with a low false-positive rate. Quality over quantity.

Versioning

This repo follows Semantic Versioning. Pin a tagged release rather than main (the plugin-guidance.md digest ships from v1.11.0 onward):

Terminal
curl -sL https://raw.githubusercontent.com/Copenhagen0x/solana-security-standard/v1.12.0/plugin-guidance.md \
     -o .claude/claude-security-guidance.md

A bare curl like this has no integrity check β€” for checksum + signed-tag verification use the Verified install flow above.

See CHANGELOG.md for the full version history.

License

MIT β€” use anywhere, attribution appreciated.

Maintained by

Jelleo β€” continuous Solana program audits. Every cycle is Ed25519-signed and Merkle-rooted; all artifacts public at jelleo.com/cycles.

Each new bounty cycle we publish adds rules to this guidance. If you want a deeper audit of your Solana program, see jelleo.com.

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Plugin logoPlugin

    Circulara Observe MCP plugin - meters your AI agents' token spend and carbon, free tier.

    πŸ’° Finance & Fintech0 views
    Compare vs Plugin β†’
  • R
    Ref Tools Ref Tools Mcp

    Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…

    πŸ’° Finance & Fintech0 views
    Compare vs Ref Tools Ref Tools Mcp β†’
  • A
    Agents

    Pay-per-call safety guards for AI agents: injection, tool-call, signing, secret, x402-trust.

    πŸ’° Finance & Fintech0 views
    Compare vs Agents β†’
  • M
    Mcp Server

    34 stock valuation, financial data, and portfolio management tools for AI agents.

    πŸ’° Finance & Fintech0 views
    Compare vs Mcp Server β†’

Frequently Asked Questions about Solana Security Standard

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "solana-security-standard": { "command": "npx", "args": ["-y", "Solana Security Standard"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSolana Security Standard AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/solana-security-standard?style=directory)](https://allmcps.com/mcp/solana-security-standard)
HTML Embed
<a href="https://allmcps.com/mcp/solana-security-standard"><img src="https://allmcps.com/api/badge/solana-security-standard?style=directory" alt="Solana Security Standard on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars36
GitHub Star CountTotal stargazers on GitHub representing community popularity (36 stars).
Last commit5d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 5, 2026
44Quality signal: Fair Β· 44/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity7/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Solana Security Standard β†’Install in Claude DesktopInstall in CursorInstall in VS Code