MCP Server
Active
MIT
io.github.bch1212/injectshield MCP Server
io.github.bch1212/injectshield
What is the io.github.bch1212/injectshield MCP server?
Prompt-injection firewall for AI agents — scan untrusted text before LLM calls.
How to install io.github.bch1212/injectshield
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
INJECTSHIELD_API_KEYrequiredsecretAPI key from https://injectshield.dev (free tier: 10K req/mo).
INJECTSHIELD_API_BASEOverride the API base URL for self-hosted deployments.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"injectshield": {
"command": "npx",
"args": [
"-y",
"@injectshield/mcp"
],
"env": {
"INJECTSHIELD_API_KEY": "<YOUR_INJECTSHIELD_API_KEY>",
"INJECTSHIELD_API_BASE": "<YOUR_INJECTSHIELD_API_BASE>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"injectshield": {
"command": "npx",
"args": [
"-y",
"@injectshield/mcp"
],
"env": {
"INJECTSHIELD_API_KEY": "<YOUR_INJECTSHIELD_API_KEY>",
"INJECTSHIELD_API_BASE": "<YOUR_INJECTSHIELD_API_BASE>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"injectshield": {
"command": "npx",
"args": [
"-y",
"@injectshield/mcp"
],
"env": {
"INJECTSHIELD_API_KEY": "<YOUR_INJECTSHIELD_API_KEY>",
"INJECTSHIELD_API_BASE": "<YOUR_INJECTSHIELD_API_BASE>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"injectshield": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@injectshield/mcp"
],
"env": {
"INJECTSHIELD_API_KEY": "<YOUR_INJECTSHIELD_API_KEY>",
"INJECTSHIELD_API_BASE": "<YOUR_INJECTSHIELD_API_BASE>"
}
}
}
}Claude Code
claude mcp add injectshield --env INJECTSHIELD_API_KEY=<YOUR_INJECTSHIELD_API_KEY> --env INJECTSHIELD_API_BASE=<YOUR_INJECTSHIELD_API_BASE> -- npx -y @injectshield/mcpRelated MCP servers
Secure SQL proxy for AI agents — NL→SQL, AST safety, per-agent RLS, audit log.
1
View repository →Python
MIT
io.github.bch1212/agent-commerce-mcp
Maintained
Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.
0
View repository →TypeScript
MIT
Token-budgeted web fetch for AI agents — auto-routes Jina, FireCrawl, Trafilatura, PDF.
0
View repository →Python
MIT
io.github.bch1212/agenttrust
Maintained
Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.
0
View repository →Python
MIT
Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.
0
View repository →Python
MIT