Skip to main content

MCP-Bastion security middleware integration for LangChain — prompt injection, PII, and rate-limit protection for LLM agents

Project description

mcp-bastion-langchain

Security middleware for LangChain powered by MCP-Bastion.

Protects your LangChain agents from prompt injection, PII leakage, and resource exhaustion.

Install

pip install mcp-bastion-langchain

Usage

Callback (automatic protection)

from langchain_openai import ChatOpenAI
from mcp_bastion_langchain import BastionSecurityCallback

llm = ChatOpenAI(callbacks=[BastionSecurityCallback()])
llm.invoke("Hello, what is MCP?")

Tool decorator

from mcp_bastion_langchain import secure_tool

@secure_tool
def my_tool(query: str) -> str:
    return f"Result for {query}"

Features

  • Content filtering on all LLM prompts and tool inputs
  • Rate limiting per caller
  • Prompt injection detection
  • PII redaction

License

Same terms as the MCP-Bastion project: see LICENSE. Non-commercial use is free with required citation/attribution; copyright terms apply. Commercial use as defined in the License may need a separate agreement (COMMERCIAL_LICENSE.md).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_bastion_langchain-2.0.0.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_bastion_langchain-2.0.0-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file mcp_bastion_langchain-2.0.0.tar.gz.

File metadata

  • Download URL: mcp_bastion_langchain-2.0.0.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mcp_bastion_langchain-2.0.0.tar.gz
Algorithm Hash digest
SHA256 a40e26f2d2de01307a8d43676ed1f167f43a0b29b9780d79f26d53a1e117a8ef
MD5 a7817c573b0906362358f61f9a5bb5ee
BLAKE2b-256 fe820c9da220bff9d807d372ec9863ad4a6f99d575f1b1da0be02047cf1fdb14

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcp_bastion_langchain-2.0.0.tar.gz:

Publisher: publish-integrations.yml on vaquarkhan/MCP-Bastion

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mcp_bastion_langchain-2.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_bastion_langchain-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1f7e205b5611f791867b8a12d29fe5b10c7134a0e8fc825a0c1289ea6f2ba5b6
MD5 183f9f5546ab27163d06810ec050191b
BLAKE2b-256 c8dd90678f12569bd62c37c0408421633588f043fc8db1b4f193c28c7d35ff0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcp_bastion_langchain-2.0.0-py3-none-any.whl:

Publisher: publish-integrations.yml on vaquarkhan/MCP-Bastion

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page