4,000+ servers built on vurb.ts
Vinkius

Pangea (Security APIs) MCP Server for LangChainGive LangChain instant access to 40 tools to Ai Guard Prompt, Ai Guard Text, Aidr Chat Completions, and more

MCP Inspector GDPR Free for Subscribers

LangChain is the leading Python framework for composable LLM applications. Connect Pangea (Security APIs) through Vinkius and LangChain agents can call every tool natively. combine them with retrievers, memory, and output parsers for sophisticated AI pipelines.

Ask AI about this MCP Server for LangChain

The Pangea (Security APIs) MCP Server for LangChain is a standout in the Fort Knox category — giving your AI agent 40 tools to work with, ready to go from day one.

Built for AI Agents by Vinkius

Vinkius delivers Streamable HTTP and SSE to any MCP client

ClaudeClaude
ChatGPTChatGPT
CursorCursor
GeminiGemini
WindsurfWindsurf
VS CodeVS Code
JetBrainsJetBrains
VercelVercel
+ other MCP clients
python
import asyncio
from langchain_mcp_adapters.client import MultiServerMCPClient
from langchain_openai import ChatOpenAI
from langgraph.prebuilt import create_react_agent

async def main():
    # Your Vinkius token. get it at cloud.vinkius.com
    async with MultiServerMCPClient({
        "pangea-security-apis": {
            "transport": "streamable_http",
            "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
        }
    }) as client:
        tools = client.get_tools()
        agent = create_react_agent(
            ChatOpenAI(model="gpt-4o"),
            tools,
        )
        response = await agent.ainvoke({
            "messages": [{
                "role": "user",
                "content": "Using Pangea (Security APIs), show me what tools are available.",
            }]
        })
        print(response["messages"][-1].content)

asyncio.run(main())
Pangea (Security APIs)
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About Pangea (Security APIs) MCP Server

Integrate Pangea into your AI workflows to provide a robust security layer for LLM interactions and organizational data. This server provides a unified interface to Pangea's cloud-native security services.

LangChain's ecosystem of 500+ components combines seamlessly with Pangea (Security APIs) through native MCP adapters. Connect 40 tools via Vinkius and use ReAct agents, Plan-and-Execute strategies, or custom agent architectures. with LangSmith tracing giving full visibility into every tool call, latency, and token cost.

Key Capabilities

  • AI Security & Guarding — Use ai_guard_text and ai_guard_prompt to detect prompt injections, PII, and malicious content before they reach your model or user.
  • Data Privacy — Automatically redact sensitive information from plain text or structured JSON objects using redact_text and redact_structured.
  • Secure Auditing — Maintain a tamper-proof record of activities with audit_log and perform natural language searches through your security history via audit_search.
  • Threat Intelligence — Check for embargoed locations with embargo_ip_check and scan files for threats with sanitize_file.
  • Identity & Access — Manage authentication flows, user sessions, and authorization tuples directly from your agent.

The Pangea (Security APIs) MCP Server exposes 40 tools through the Vinkius. Connect it to LangChain in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

All 40 Pangea (Security APIs) tools available for LangChain

When LangChain connects to Pangea (Security APIs) through Vinkius, your AI agent gets direct access to every tool listed below — spanning ai-guardrails, pii-redaction, threat-intelligence, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.

ai

Ai guard prompt on Pangea (Security APIs)

Analyze and redact content in LLM inputs/outputs

ai

Ai guard text on Pangea (Security APIs)

Scan text for PII, malicious content, and prompt injections

aidr

Aidr chat completions on Pangea (Security APIs)

Guard LLM chat completions with integrated logging and tracing

audit

Audit log on Pangea (Security APIs)

Create a single secure audit log entry

audit

Audit log bulk on Pangea (Security APIs)

Create multiple secure audit log entries

audit

Audit search on Pangea (Security APIs)

Search the audit log using natural language queries

audit

Audit search results on Pangea (Security APIs)

Paginate through audit search results

authn

Authn flow complete on Pangea (Security APIs)

Finalize the flow and receive session tokens

authn

Authn flow start on Pangea (Security APIs)

Start a sign-up or sign-in flow

authn

Authn flow update on Pangea (Security APIs)

Update flow state (e.g., submit password, OTP)

authn

Authn session list on Pangea (Security APIs)

List active user sessions

authn

Authn session logout on Pangea (Security APIs)

Invalidate sessions

authn

Authn user create on Pangea (Security APIs)

Programmatically create a user

authz

Authz check on Pangea (Security APIs)

Check if a subject has permission for an action on a resource

authz

Authz list resources on Pangea (Security APIs)

List all resources a subject can access

authz

Authz tuple create on Pangea (Security APIs)

Define relationships for AuthZ

domain

Domain whois on Pangea (Security APIs)

Get WHOIS details for a domain

embargo

Embargo ip check on Pangea (Security APIs)

Check if an IP originates from an embargoed country

embargo

Embargo iso check on Pangea (Security APIs)

Check a 2-character ISO country code against embargo lists

file

File scan on Pangea (Security APIs)

Scan a file for malware

intel

Intel reputation on Pangea (Security APIs)

Retrieve reputation scores for domains, URLs, or file hashes

ip

Ip geolocate on Pangea (Security APIs)

Retrieve location data for an IP

ip

Ip proxy on Pangea (Security APIs)

Detect if an IP is a proxy

ip

Ip reputation on Pangea (Security APIs)

Get reputation score and verdict for an IP

ip

Ip vpn on Pangea (Security APIs)

Detect if an IP is a VPN

password

Password breached on Pangea (Security APIs)

Check if a password hash prefix appears in breach data

redact

Redact structured on Pangea (Security APIs)

Redact specific fields in a JSON object using JSONPath

redact

Redact text on Pangea (Security APIs)

Redact sensitive data from plain text

sanitize

Sanitize file on Pangea (Security APIs)

Apply sanitization rules to a file and receive a cleaned version

share

Share delete on Pangea (Security APIs)

Delete files or folders

share

Share folder create on Pangea (Security APIs)

Create folders in Secure Share

share

Share get on Pangea (Security APIs)

Download a file or retrieve metadata

share

Share list on Pangea (Security APIs)

List objects in a bucket or folder with filtering

action

Unredact on Pangea (Security APIs)

Decrypt data previously redacted using FPE

user

User breached on Pangea (Security APIs)

Check if an email, phone, or username appears in known data breaches

vault

Vault decrypt on Pangea (Security APIs)

Perform cryptographic decryption

vault

Vault encrypt on Pangea (Security APIs)

Perform cryptographic encryption

vault

Vault get on Pangea (Security APIs)

Retrieve item details or secret values from Vault

vault

Vault key generate on Pangea (Security APIs)

Generate symmetric or asymmetric keys in Vault

vault

Vault secret store on Pangea (Security APIs)

Store a secret or token in Vault

Connect Pangea (Security APIs) to LangChain via MCP

Follow these steps to wire Pangea (Security APIs) into LangChain. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.

01

Install dependencies

Run pip install langchain langchain-mcp-adapters langgraph langchain-openai
02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token
03

Run the agent

Save the code and run python agent.py
04

Explore tools

The agent discovers 40 tools from Pangea (Security APIs) via MCP

Why Use LangChain with the Pangea (Security APIs) MCP Server

LangChain provides unique advantages when paired with Pangea (Security APIs) through the Model Context Protocol.

01

The largest ecosystem of integrations, chains, and agents. combine Pangea (Security APIs) MCP tools with 500+ LangChain components

02

Agent architecture supports ReAct, Plan-and-Execute, and custom strategies with full MCP tool access at every step

03

LangSmith tracing gives you complete visibility into tool calls, latencies, and token usage for production debugging

04

Memory and conversation persistence let agents maintain context across Pangea (Security APIs) queries for multi-turn workflows

Pangea (Security APIs) + LangChain Use Cases

Practical scenarios where LangChain combined with the Pangea (Security APIs) MCP Server delivers measurable value.

01

RAG with live data: combine Pangea (Security APIs) tool results with vector store retrievals for answers grounded in both real-time and historical data

02

Autonomous research agents: LangChain agents query Pangea (Security APIs), synthesize findings, and generate comprehensive research reports

03

Multi-tool orchestration: chain Pangea (Security APIs) tools with web scrapers, databases, and calculators in a single agent run

04

Production monitoring: use LangSmith to trace every Pangea (Security APIs) tool call, measure latency, and optimize your agent's performance

Example Prompts for Pangea (Security APIs) in LangChain

Ready-to-use prompts you can give your LangChain agent to start working with Pangea (Security APIs) immediately.

01

"Redact any PII from this text: 'My email is john.doe@example.com and I live in New York'."

02

"Search the audit logs for any 'login' events from the last 24 hours."

03

"Check if the IP address 1.1.1.1 is from an embargoed country."

Troubleshooting Pangea (Security APIs) MCP Server with LangChain

Common issues when connecting Pangea (Security APIs) to LangChain through Vinkius, and how to resolve them.

01

MultiServerMCPClient not found

Install: pip install langchain-mcp-adapters

Pangea (Security APIs) + LangChain FAQ

Common questions about integrating Pangea (Security APIs) MCP Server with LangChain.

01

How does LangChain connect to MCP servers?

Use langchain-mcp-adapters to create an MCP client. LangChain discovers all tools and wraps them as native LangChain tools compatible with any agent type.
02

Which LangChain agent types work with MCP?

All agent types including ReAct, OpenAI Functions, and custom agents work with MCP tools. The tools appear as standard LangChain tools after the adapter wraps them.
03

Can I trace MCP tool calls in LangSmith?

Yes. All MCP tool invocations appear as traced steps in LangSmith, showing input parameters, response payloads, latency, and token usage.

Explore More MCP Servers

View all →