Pangea (Security APIs)

Pangea (Security APIs) MCP Connector for Claude

F

Secure your AI applications with Pangea's comprehensive security APIs — scan for PII, redact sensitive data, audit logs, and check for embargoed IPs.

40 tools Official Updated Jun 28, 2026 Official Vinkius Partner

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.

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.

How it works

  1. Subscribe to this server
  2. Enter your Pangea Token and Domain from the Pangea Console
  3. Start securing your AI agents in Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Security Engineers — Automate audit log analysis and threat intelligence checks within your existing tools.
  • AI Developers — Implement safety rails and PII redaction for LLM inputs and outputs without building custom middleware.
  • Compliance Officers — Quickly search and verify audit trails using natural language queries.
ai-guardrailspii-redactionthreat-intelligenceaudit-loggingprompt-injectiondata-privacy

40 tools expose this connector's capabilities to your AI agent.

ai_guard_prompt

Analyze and redact content in LLM inputs/outputs

ai_guard_text

Scan text for PII, malicious content, and prompt injections

aidr_chat_completions

Guard LLM chat completions with integrated logging and tracing

audit_log_bulk

Create multiple secure audit log entries

audit_log

Create a single secure audit log entry

audit_search_results

Paginate through audit search results

audit_search

Search the audit log using natural language queries

authn_flow_complete

Finalize the flow and receive session tokens

authn_flow_start

Start a sign-up or sign-in flow

authn_flow_update

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

authn_session_list

List active user sessions

authn_session_logout

Invalidate sessions

authn_user_create

Programmatically create a user

authz_check

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

authz_list_resources

List all resources a subject can access

authz_tuple_create

Define relationships for AuthZ

domain_whois

Get WHOIS details for a domain

embargo_ip_check

Check if an IP originates from an embargoed country

embargo_iso_check

Check a 2-character ISO country code against embargo lists

file_scan

Scan a file for malware

intel_reputation

Retrieve reputation scores for domains, URLs, or file hashes

ip_geolocate

Retrieve location data for an IP

ip_proxy

Detect if an IP is a proxy

ip_reputation

Get reputation score and verdict for an IP

ip_vpn

Detect if an IP is a VPN

password_breached

Check if a password hash prefix appears in breach data

redact_structured

Redact specific fields in a JSON object using JSONPath

redact_text

Redact sensitive data from plain text

sanitize_file

Apply sanitization rules to a file and receive a cleaned version

share_delete

Delete files or folders

share_folder_create

Create folders in Secure Share

share_get

Download a file or retrieve metadata

share_list

List objects in a bucket or folder with filtering

unredact

Decrypt data previously redacted using FPE

user_breached

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

vault_decrypt

Perform cryptographic decryption

vault_encrypt

Perform cryptographic encryption

vault_get

Retrieve item details or secret values from Vault

vault_key_generate

Generate symmetric or asymmetric keys in Vault

vault_secret_store

Store a secret or token in Vault

See how to talk to your AI agent using Pangea (Security APIs).

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

I've processed the text using `redact_text`. The redacted version is: 'My email is <EMAIL> and I live in <LOCATION>'.

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

I've queried the audit logs using `audit_search`. I found 3 login events. Would you like to see the details for each entry?

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

Running `embargo_ip_check` for 1.1.1.1... The check returned that this IP is not associated with any embargoed countries.

You can use the `ai_guard_prompt` tool to analyze LLM messages. It scans for prompt injections, PII, and other security risks, providing a safety score and redaction suggestions before the data is processed.

Related Connectors