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.2.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.2-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mcp_bastion_langchain-2.0.2.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.2.tar.gz
Algorithm Hash digest
SHA256 5392b1d79906d29f6ada11ebe59e6fce9bd585f4bde06df155d582d2ae4df665
MD5 c4aa049f7003061bb1b6341406cc1063
BLAKE2b-256 b6efe3d4b29636f5abbda9635a51a20990e42f3ba14f1fca69241a5ee50321bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mcp_bastion_langchain-2.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 110e3419bd51aba4b18a0b1d7472d2004f56783b4f0c4f62d53db006b3370b8e
MD5 3561c06776c4c7ffbbd274720c3cfc4b
BLAKE2b-256 dce9660625d96b45677636d302f394c2ecd54f1a3e796c621a182051b326a198

See more details on using hashes here.

Provenance

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