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.
/plugin marketplace add BlockRunAI/blockrun-mcpnpx agentmods add plugins/blockrunai/blockrun-mcp/marketplacegit clone --depth 1 https://github.com/BlockRunAI/blockrun-mcpGrade A, and why
blockrun-mcp 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.
{
"name": "blockrun-mcp",
"owner": {
"name": "BlockRun",
"email": "[email protected]"
},
"plugins": [
{
"name": "blockrun",
"source": "./skills/blockrun",
"description": "Start here. Pay-per-call access to AI models, real-time data, media generation and multi-chain RPC over x402 — which tool to reach for, how the wallet works, and how to get a first call working without spending anything."
},
{
"name": "blockrun-setup",
"source": "./skills/blockrun-setup",
"description": "Use when asked to install, add, or set up the BlockRun MCP server in Claude Code, Cursor, Codex or another client — the nvm/Homebrew PATH fix, first-run wallet, funding with USDC, profiles, and proving the install works."
},
{
"name": "blockrun-debug",
"source": "./skills/blockrun-debug",
"description": "Use when BlockRun MCP is installed but misbehaving — Failed to connect, spawn npx ENOENT, HTTP 402, fetch failed, media timeouts, missing spend dialogs, or a Polymarket order failing after funding. Symptom → cause → fix, plus what never to do."
},
{
"name": "blockrun-upgrade",
"source": "./skills/blockrun-upgrade",
"description": "Use when the server prints 'Update available', when asked to upgrade, pin or roll back @blockrun/mcp, when a fix should be in the new version but the client still runs the old one, or when refreshing skills copied into a project."
},
{
"name": "exa-research",
"source": "./skills/exa-research",
"description": "Use when researching products, finding academic papers, discovering competitors, reading webpage content, or getting cited answers grounded in real web sources."
},
{
"name": "search",
"source": "./skills/search",
"description": "Use when the user wants real-time web or news results with AI-summarized answers and citations — the cheapest path for \"what just happened\" questions where freshness beats sWhat 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.
- 2d ago First seen · 90 lines scan A 93969971414c
blockrun-mcp is a plugin published in the GitHub repository BlockRunAI/blockrun-mcp (393 stars, last pushed 2d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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 plugins, from other repositories
agent-teams
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams.
agency-os
Run your work like an AI agency, from a single Notion board. Agents discuss, plan, and execute tasks in parallel with dependency ordering and model routing.
oh-my-agent
Plugin marketplace listing 1 plugin: oma.
anti-slop
The antislop skill/plugin. Anti Slop: Rules for AI Coding Agents.
supergoal
Supergoal marketplace — deep planning + autonomous /goal-driven execution for Claude Code and Codex.
supergoal
Plan and autonomously build a software task end-to-end. Recons the codebase, applies preloaded memory, decomposes into the right number of phases, gets one confirmation, then prepares a single ready-to-paste /goal command — one paste between you and done — that drives execution to completion with built-in retry…