openbsp

openbsp is an MCP server for Claude Code from matiasbattocchia/open-bsp-api. Its token cost is not measured, scanned A, original, Unlicense.

A configured MCP server named openbsp, started with Deno and granted access to the network, files, environment variables, and other programs. MCP is a way for an AI coding agent to connect to external tools or services.

In plain words
What is it for?
Running the openbsp server configuration from the open-bsp-api project. The supplied information identifies how it starts, but does not describe the specific operations it provides.
Why use it?
It provides the agent with a defined external server connection instead of requiring the connection details to be set up each time.

MCP server for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: listed in a Claude config.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the openbsp plugin — 1 skill, 1 MCP server shipped together

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add matiasbattocchia/open-bsp-api
Claude Code
/plugin install openbsp

Made for: Claude Code.

Or install openbsp, the plugin that ships this one along with the rest of its 1 skill, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for openbsp

README.md
[![agentmods](https://agentmods.dev/badge/mcp/matiasbattocchia/open-bsp-api/openbsp.svg)](https://agentmods.dev/mcp/matiasbattocchia/open-bsp-api/openbsp)
Your own site
<a href="https://agentmods.dev/mcp/matiasbattocchia/open-bsp-api/openbsp"><img src="https://agentmods.dev/badge/mcp/matiasbattocchia/open-bsp-api/openbsp.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

openbsp 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 6d 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.

plugin/.mcp.json · 14 lines

What it actually says

{
  "openbsp": {
    "command": "deno",
    "args": [
      "run",
      "--allow-net",
      "--allow-read",
      "--allow-write",
      "--allow-env",
      "--allow-run",
      "${CLAUDE_PLUGIN_ROOT}/server.ts"
    ]
  }
}
Changes

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.

  1. 6d ago First seen · 14 lines scan A 7b6aeca46dc5

Subscribe to this mod's changes

openbsp is an MCP server published in the GitHub repository matiasbattocchia/open-bsp-api (568 stars, last pushed 5d ago), licensed Unlicense. 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.

Related

Other mcp servers, from other repositories

june-mcp

MCP server for Junê — give any MCP agent (Claude Desktop, Claude Code, …) a shared, cited knowledge-graph memory backed by a June endpoint. Runs locally from the june-mcp Python package. Needs 13 environment variables to run.

Junemind/june-mcp · not measured

dbgprobe-mcp-server

Debug probe Model Context Protocol server for AI agents and developer tooling. Runs locally from the dbgprobe-mcp-server Python package. Needs 9 environment variables to run.

es617/dbgprobe-mcp-server · not measured

eudi-wallet-mcp

EUDI Wallet MCP — EU Digital Identity Wallet under eIDAS 2.0 for AI agent authentication. ISO 18013-5 (mDoc) + W3C VC 2.0 + OID4VC + OID4VP. By MEOK AI Labs. Runs locally from the eudi-wallet-mcp Python package.

CSOAI-ORG/eudi-wallet-mcp · not measured

mcp-search

MCP server "mcp-search" as configured in thedotmack/claude-mem. Runs const f=require('fs'),p=require('path'),o=require('os'),c=require('child_process');const h=o.homedir();const C=process.env.CLAUDE_CONFIG_DIR||p.join(h,'.claude');const E=process.env.CLAUDE_PLUGIN_ROOT||process.env.PLUGIN_ROOT||'';const…

thedotmack/claude-mem · not measured

claude-flow

Ruflo CLI - Enterprise AI agent orchestration with 60+ specialized agents, swarm coordination, MCP server, self-learning hooks, and vector memory for Claude Code. Runs locally from the @claude-flow/cli npm package. Needs 6 environment variables to run.

ruvnet/RuView · not measured

stagehand

MCP server "stagehand" as configured in browserbase/stagehand. Runs ../core/dist/facade/stdio-server.mjs with node.

browserbase/stagehand · not measured