Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add mcp/nirholas/three.ws/metaplex-agentgit clone --depth 1 https://github.com/nirholas/three.wsGrade A, and why
metaplex-agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"metaplex-agent": {
"command": "npx",
"args": [
"-y",
"@three-ws/metaplex-agent-mcp"
],
"env": {
"SOLANA_SECRET_KEY": "",
"SOLANA_RPC_URL": "",
"METAPLEX_AGENT_NETWORK": "mainnet",
"REQUIRE_CONFIRM": "true",
"DEPLOY_FEE_SOL": "0.02",
"DEPLOY_FEE_WALLET": "",
"DEPLOY_FEE_ENABLED": "true",
"THREE_HALF_PRICE_AT": "50000",
"THREE_FREE_AT": "250000"
}
}
}What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 20 lines scan A 80bce532826e
metaplex-agent is an MCP server published in the GitHub repository nirholas/three.ws (107 stars, last pushed 4d ago), licensed Apache-2.0. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other mcp servers, from other repositories
sui-kapa
Semantic search across Sui documentation and knowledge sources, powered by kapa.ai. Remote server at sui.mcp.kapa.ai.
bsv-wallet
MCP server "bsv-wallet" as configured in Calhooon/bsv-wallet-cli. Launched with cargo run --release --manifest-path mcp/Cargo.toml. Needs 1 environment variable to run.
maya-mcp
MCP server for controlling Autodesk Maya via commandPort. Runs locally from the maya-mcp Python package.
chainstack
Deploy and manage blockchain nodes across 70+ protocols, search docs, request testnet funds. Remote server at mcp.chainstack.com.
SQD
MCP server "SQD", hosted remotely at portal.sqd.dev, as configured in subsquid-labs/portal-mcp-server.
cabal-hunter
MCP server "cabal-hunter", hosted remotely at api.cabal-hunter.com, as configured in paulf280-ui/solana-safe-sniper-mcp-template.