Skip to main content

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).

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-5.0.0.tar.gz (3.2 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-5.0.0-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mcp_bastion_langchain-5.0.0.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mcp_bastion_langchain-5.0.0.tar.gz
Algorithm Hash digest
SHA256 992604b08a2d4c0ea6dc50607b2d3a0cd5c85afe7d679c9066d5c4b64d25a85f
MD5 8048d76409e5a72b332c57d16eb4a2f3
BLAKE2b-256 cd1c8976860ad3474ff6b7a34f11271330d2959b4dd895f91c5f3e701dad87e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcp_bastion_langchain-5.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-5.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_bastion_langchain-5.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 47ad4517c092651d7fb3a9f98e8b0af89bf8e5da76924c4cd0ca8eebbfa77924
MD5 6775ad02a591c89dcafc75fab533dfbd
BLAKE2b-256 88c9764c69fb5e5a842936048e78c802bfa6251ef29e7fb8ddcb047d05b239e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcp_bastion_langchain-5.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