Model Context Protocol

Safeguard MCP Serverv1.0.0

Connect your AI assistant directly to your software supply chain security data — query vulnerabilities, SBOMs, findings, and compliance, and run scans in plain language.

MCP URL https://mcp.safeguard.sh/mcp

Connect to Claude Web (claude.ai)

Claude.ai supports MCP servers via OAuth 2.0. Safeguard implements the full OAuth 2.0 Authorization Code Flow with PKCE — Claude will guide you through the login automatically.

1
In Claude.ai, go to Settings → Integrations → Add Integration
2
Paste the MCP URL: https://mcp.safeguard.sh/mcp
3
Claude will redirect you to Safeguard to sign in. After approving, you're connected.
4
Start a conversation and ask Claude to "list my projects" or "scan this package for vulnerabilities".

Connect to Claude Desktop (HTTP)

Add this to your claude_desktop_config.json. Replace YOUR_API_KEY_HERE with your key from app.safeguard.sh.

{
  "mcpServers": {
    "safeguard": {
      "url": "https://mcp.safeguard.sh/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Connect to Claude Desktop (stdio — local)

Run the server locally via npx. No HTTP server needed — the server communicates via stdin/stdout.

{
  "mcpServers": {
    "safeguard": {
      "command": "npx",
      "args": [
        "-y",
        "@safeguard/mcp-server",
        "--transport",
        "stdio"
      ],
      "env": {
        "SAFEGUARD_API_KEY": "YOUR_API_KEY_HERE",
        "SAFEGUARD_AUTH_MODE": "apikey"
      }
    }
  }
}

Connect to ChatGPT (OpenAI)

ChatGPT supports MCP servers natively. It auto-discovers OAuth via /.well-known/oauth-authorization-server and registers itself automatically (RFC 7591).

1
Go to chatgpt.com → click your profile icon → Settings
2
Navigate to Connectors (or Connected Apps) → click Add connector → choose MCP Server
3
Paste the MCP URL: https://mcp.safeguard.sh/mcp
4
ChatGPT will redirect you to Safeguard to sign in. Approve the connection.
5
Back in ChatGPT, ask "list my security projects" or "show critical vulnerabilities" — Safeguard tools will be available automatically.

ⓘ ChatGPT calls POST /register automatically — no manual client ID setup needed.

Connect to Google Gemini

Option A — Gemini CLI (recommended for developers). Add to ~/.gemini/settings.json:

{
  "mcpServers": {
    "safeguard": {
      "httpUrl": "https://mcp.safeguard.sh/mcp",
      "timeout": 30000,
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

Option B — Google AI Studio (web). Uses the same OAuth flow as ChatGPT:

1
Open aistudio.google.comTools & ExtensionsAdd MCP Server
2
Paste: https://mcp.safeguard.sh/mcp and follow the OAuth login prompt.

Download ready-made Gemini CLI config →

Connect to Cursor IDE

Cursor has native MCP support. Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per-project):

{
  "mcpServers": {
    "safeguard": {
      "url": "https://mcp.safeguard.sh/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

Or via Cursor UI: Settings → MCP → Add Server → paste the URL above.

Download ready-made Cursor config →  |  Get your API key at app.safeguard.sh/settings/api-keys

Connect to Google Vertex AI

Use Safeguard with Google Vertex AI agents and the Vertex AI Agent Builder on cloud.google.com.

{
  "mcpServers": {
    "safeguard": {
      "url": "https://mcp.safeguard.sh/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

For Vertex AI Agent Builder: add this as an external tool in your agent configuration. For Vertex AI extensions, use the OpenAPI spec at https://mcp.safeguard.sh/openapi.json.

Download Vertex AI config →  |  Get your API key at app.safeguard.sh/settings/api-keys

Connect to Google NotebookLM

Google NotebookLM supports MCP tool integrations to augment research with live security data.

1
Go to notebooklm.google.comSettings → Integrations → Add MCP server
2
Paste: https://mcp.safeguard.sh/mcp and authorize with Safeguard.

Download config →

Connect to Microsoft Copilot (Bing)

Microsoft Copilot at bing.com/copilot and copilot.microsoft.com supports MCP servers.

1
Go to copilot.microsoft.comSettings → Plugins & Integrations → Add MCP server
2
Paste: https://mcp.safeguard.sh/mcp and sign in with Safeguard.
3
Ask Copilot to "show my security vulnerabilities" or "check my SBOM compliance".

Download config →

Connect to Azure AI Foundry / Azure OpenAI

Use Safeguard with Azure AI agents and Azure OpenAI via ai.azure.com (Azure AI Foundry).

{
  "mcpServers": {
    "safeguard": {
      "url": "https://mcp.safeguard.sh/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

For Azure AI Foundry agents: add as an MCP tool server in your agent's tool configuration. For Azure OpenAI Assistants: use the OpenAPI spec at https://mcp.safeguard.sh/openapi.json.

Download Azure config →  |  Get your API key at app.safeguard.sh/settings/api-keys

Connect to Meta Llama

Use Safeguard with Meta's Llama models via llama.meta.com and Llama API integrations.

1
Go to llama.meta.comDeveloper tools → MCP Servers → Add server
2
Paste: https://mcp.safeguard.sh/mcp and authorize with Safeguard.
3
Alternatively, use the MCP URL directly in any Llama-compatible agent framework.

Download config →

Connect to Perplexity AI

Perplexity supports MCP servers natively via OAuth 2.0. Connect directly from your Perplexity settings.

1
Go to perplexity.aiSettings → MCP Servers → Add server
2
Paste the MCP URL: https://mcp.safeguard.sh/mcp
3
Perplexity will redirect you to Safeguard to sign in. Approve the connection.
4
Ask Perplexity to "show my critical vulnerabilities" or "list my security projects".

Download config →  |  Get your API key at app.safeguard.sh/settings/api-keys

Connect to Grok (xAI)

Grok supports MCP servers on grok.com. Connect via the integrations panel.

1
Go to grok.com → click your profile → Settings → Connected tools → Add MCP server
2
Paste: https://mcp.safeguard.sh/mcp
3
Sign in to Safeguard when prompted and approve the OAuth connection.
4
Ask Grok to analyze your software supply chain security.

Download config →

Connect to GitHub Copilot

GitHub Copilot in VS Code supports MCP servers. Add to your VS Code settings.json or workspace MCP config.

{
  "servers": {
    "safeguard": {
      "url": "https://mcp.safeguard.sh/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

Or add to .vscode/mcp.json in your project root. Replace YOUR_API_KEY_HERE with your key from app.safeguard.sh.

Download ready-made Copilot config →

Connect to Meta AI

Meta AI supports MCP connections via meta.ai and Meta AI Studio integrations.

1
Go to meta.aiSettings → Integrations → Add MCP server
2
Paste: https://mcp.safeguard.sh/mcp
3
Authenticate with your Safeguard account when prompted.

Download config →

Connect to Manus

Manus is an AI agent platform with native MCP support. Connect Safeguard to give Manus access to your security data.

1
Go to manus.imSettings → MCP Servers → Add server
2
Paste: https://mcp.safeguard.sh/mcp
3
Sign in with your Safeguard credentials. Manus will auto-discover all available tools.
4
Build security automation agents — scan packages, triage vulnerabilities, generate SBOMs.

Download config →  |  Get your API key at app.safeguard.sh/settings/api-keys

Connect to Mistral (Le Chat)

Mistral's Le Chat supports MCP via OAuth. Connect directly from Le Chat settings.

1
Go to chat.mistral.aiSettings → MCP Servers → Add server
2
Paste: https://mcp.safeguard.sh/mcp
3
Authenticate with Safeguard when prompted.

Download config →

Connect to Cohere (Coral)

Cohere's Coral assistant supports MCP tool connections.

1
Go to coral.cohere.comSettings → Connected tools → Add MCP
2
Paste: https://mcp.safeguard.sh/mcp
3
Sign in with your Safeguard account.

Download config →

Connect to Aleph Alpha

Aleph Alpha supports MCP integrations from app.aleph-alpha.com.

1
Go to app.aleph-alpha.comIntegrations → MCP → Add server
2
Paste: https://mcp.safeguard.sh/mcp and authenticate.

Download config →

Connect to DeepSeek

DeepSeek's web assistant supports MCP tool integrations.

1
Go to chat.deepseek.comSettings → MCP → Add server
2
Paste: https://mcp.safeguard.sh/mcp
3
Sign in with your Safeguard credentials to authorize.

Download config →

Connect to Windsurf (Codeium)

Windsurf IDE has built-in MCP support. Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "safeguard": {
      "serverUrl": "https://mcp.safeguard.sh/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

Or via Windsurf UI: Settings → MCP → Add Server → paste the URL above.

Download ready-made Windsurf config →  |  Get your API key at app.safeguard.sh/settings/api-keys

Connect to Groq

Use Safeguard tools with Groq's ultra-fast inference. Add to your Groq agent configuration:

{
  "mcpServers": {
    "safeguard": {
      "httpUrl": "https://mcp.safeguard.sh/mcp",
      "timeout": 30000,
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

Download ready-made Groq config →  |  Get your API key at app.safeguard.sh/settings/api-keys

Connect to Together AI

Use Safeguard with Together AI's open-source model fleet. Add to your Together agent config:

{
  "mcpServers": {
    "safeguard": {
      "httpUrl": "https://mcp.safeguard.sh/mcp",
      "timeout": 30000,
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

Download ready-made Together config →  |  Get your API key at app.safeguard.sh/settings/api-keys

Connect to Amazon Bedrock / Amazon Q

Use Safeguard with Amazon Bedrock agents and Amazon Q for security workflows.

{
  "mcpServers": {
    "safeguard": {
      "url": "https://mcp.safeguard.sh/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

For Amazon Bedrock Agents: add this server config to your agent's action group. For Amazon Q in the IDE: add to your MCP configuration file.

Download Bedrock config →  |  Get your API key at app.safeguard.sh/settings/api-keys

Connect to NVIDIA NIM

Use Safeguard security tools with NVIDIA NIM agents and the build.nvidia.com platform.

{
  "mcpServers": {
    "safeguard": {
      "url": "https://mcp.safeguard.sh/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

Download NVIDIA NIM config →  |  Get your API key at app.safeguard.sh/settings/api-keys

Connect to AI21 Labs (Jamba)

AI21 Labs supports MCP tool integrations from studio.ai21.com.

1
Go to studio.ai21.comSettings → MCP → Add server
2
Paste: https://mcp.safeguard.sh/mcp and authorize with Safeguard.

Download config →

Connect to Inflection AI (Pi)

Inflection's Pi assistant supports MCP tool connections for enhanced capabilities.

1
Go to pi.aiSettings → Connections → Add MCP server
2
Paste: https://mcp.safeguard.sh/mcp and sign in with Safeguard.

Download config →

Connect to Writer

Writer's enterprise AI platform supports MCP tool integrations for security-aware content workflows.

1
Go to app.writer.comWorkspace settings → MCP Servers → Add
2
Paste: https://mcp.safeguard.sh/mcp and authorize with Safeguard.

Download config →

Connect to Kimi (Moonshot AI)

Kimi by Moonshot AI supports MCP integrations for tool-augmented conversations.

1
Go to kimi.aiSettings → MCP → Add server
2
Paste: https://mcp.safeguard.sh/mcp and sign in with Safeguard.

Download config →

Connect to Hugging Face

Use Safeguard with Hugging Face Chat and Hugging Face Agents via MCP.

1
Go to huggingface.co/chatSettings → MCP Servers → Add server
2
Paste: https://mcp.safeguard.sh/mcp and authorize.

Download config →

Connect to Zhipu AI (GLM / ChatGLM)

Zhipu AI's ChatGLM supports MCP tool integrations.

1
Go to chatglm.cn设置 → MCP 服务 → 添加
2
Paste: https://mcp.safeguard.sh/mcp and authorize with Safeguard.

Download config →

Connect to Baidu ERNIE

Baidu's ERNIE Bot supports MCP tool integrations via yiyan.baidu.com.

1
Go to yiyan.baidu.com设置 → MCP 服务 → 添加服务器
2
Paste: https://mcp.safeguard.sh/mcp and authorize with Safeguard.

Download config →

Connect to Salesforce Agentforce

Salesforce Agentforce supports MCP tool servers natively. Connect Safeguard to give your agents live security data from your projects.

1
In AgentforceSetup → Agent Actions → Add MCP Server
2
Paste: https://mcp.safeguard.sh/mcp and authorize with Safeguard.

Download config →

Connect to IBM watsonx

IBM watsonx.ai supports MCP tool integrations for enterprise AI agents and workflows.

{
  "mcpServers": {
    "safeguard": {
      "url": "https://mcp.safeguard.sh/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

Download watsonx config →  |  Get your API key at app.safeguard.sh/settings/api-keys

Connect to Databricks (DBRX)

Use Safeguard with Databricks AI agents and Mosaic AI model serving.

{
  "mcpServers": {
    "safeguard": {
      "url": "https://mcp.safeguard.sh/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

Download Databricks config →  |  Get your API key at app.safeguard.sh/settings/api-keys

Connect to Snowflake (Arctic / Cortex)

Use Safeguard with Snowflake Cortex AI and Arctic model integrations from app.snowflake.com.

{
  "mcpServers": {
    "safeguard": {
      "url": "https://mcp.safeguard.sh/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

Download Snowflake config →

Connect to Zapier AI

Zapier's AI automation platform supports MCP servers. Connect Safeguard to trigger security workflows across 7,000+ apps.

1
Go to zapier.comAI → MCP Servers → Add server
2
Paste: https://mcp.safeguard.sh/mcp and authorize with Safeguard.

Download config →

Connect to n8n

n8n's workflow automation platform has native MCP node support. Add Safeguard as an MCP tool server.

{
  "mcpServers": {
    "safeguard": {
      "url": "https://mcp.safeguard.sh/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

Or via n8n UI: add an MCP Client node, set URL to https://mcp.safeguard.sh/mcp, add Bearer auth header.

Download n8n config →

Connect to Dify

Dify's LLM app platform supports MCP tool servers via its connector marketplace at cloud.dify.ai.

1
Go to cloud.dify.aiTools → MCP → Add server
2
Paste: https://mcp.safeguard.sh/mcp and authorize with Safeguard.

Download config →

Connect to Poe (Quora)

Poe by Quora supports MCP-connected bots. Add Safeguard as a server-side bot tool.

1
Go to poe.comCreate bot → Connected server → MCP
2
Paste: https://mcp.safeguard.sh/mcp and authorize with Safeguard.

Download config →

Connect to Character.AI

Character.AI supports MCP tool integrations for character creators building security-aware AI personas.

1
Go to character.aiCreator tools → MCP Servers → Add
2
Paste: https://mcp.safeguard.sh/mcp and authorize.

Download config →

Connect to Amazon Q

Amazon Q (AWS's AI assistant) supports MCP tool integrations in the IDE and in Q Business.

{
  "mcpServers": {
    "safeguard": {
      "url": "https://mcp.safeguard.sh/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

For Amazon Q Developer in the IDE: add to your MCP config file. For Q Business: add as an external tool plugin.

Download Amazon Q config →

Connect to Fireworks AI

Use Safeguard with Fireworks AI's fast inference and model playground at fireworks.ai.

{
  "mcpServers": {
    "safeguard": {
      "httpUrl": "https://mcp.safeguard.sh/mcp",
      "timeout": 30000,
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

Download Fireworks config →

Connect to Replicate

Use Safeguard with Replicate's model directory and prediction API at replicate.com.

{
  "mcpServers": {
    "safeguard": {
      "url": "https://mcp.safeguard.sh/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

Download Replicate config →

Connect to Anyscale

Use Safeguard with Anyscale's open-source model endpoints and Ray-based AI agents.

{
  "mcpServers": {
    "safeguard": {
      "httpUrl": "https://mcp.safeguard.sh/mcp",
      "timeout": 30000,
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

Download Anyscale config →

Connect to Modal

Use Safeguard with Modal's serverless cloud AI workloads and function deployments.

{
  "mcpServers": {
    "safeguard": {
      "url": "https://mcp.safeguard.sh/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

Download Modal config →

Connect to Replit

Replit's AI coding platform supports MCP servers. Connect Safeguard to scan and analyze code security inline.

1
Go to replit.comTools → AI Settings → MCP Servers → Add
2
Paste: https://mcp.safeguard.sh/mcp and authorize.

Download config →

Connect to Sourcegraph Cody

Sourcegraph Cody supports MCP tool servers for enhanced code security context. Add to your Cody config:

{
  "mcpServers": {
    "safeguard": {
      "url": "https://mcp.safeguard.sh/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

Download Cody config →  |  Get your API key at app.safeguard.sh/settings/api-keys

Connect to Cline

Cline (VS Code extension) has first-class MCP support. Add Safeguard from the Cline MCP panel.

1
Open VS Code → Cline sidebar → MCP Servers → Edit MCP Settings
2
Add the Safeguard entry: https://mcp.safeguard.sh/mcp with your API key as Bearer token.

Download Cline config →

Connect to Qwen (Alibaba / Tongyi)

Alibaba's Qwen / Tongyi Qianwen supports MCP tool integrations at tongyi.aliyun.com.

1
Go to tongyi.aliyun.com设置 → MCP 工具 → 添加服务器
2
Paste: https://mcp.safeguard.sh/mcp and authorize with Safeguard.

Download config →

Connect to Doubao (ByteDance)

ByteDance's Doubao AI assistant supports MCP tool integrations at doubao.com.

1
Go to doubao.com设置 → MCP 服务 → 添加
2
Paste: https://mcp.safeguard.sh/mcp and authorize.

Download config →

Connect to 01.AI (Yi)

01.AI's Yi models support MCP tool connections via the developer platform at 01.ai.

1
Go to 01.aiDeveloper → MCP Servers → Add server
2
Paste: https://mcp.safeguard.sh/mcp and authorize with Safeguard.

Download config →

Connect to Tencent Hunyuan

Tencent Hunyuan supports MCP tool integrations at hunyuan.tencent.com.

1
Go to hunyuan.tencent.com设置 → 工具 → MCP 服务器 → 添加
2
Paste: https://mcp.safeguard.sh/mcp and authorize.

Download config →

Connect to MiniMax (Hailuo)

MiniMax supports MCP tool integrations at hailuoai.com and minimax.chat.

1
Go to hailuoai.com设置 → MCP 服务 → 添加
2
Paste: https://mcp.safeguard.sh/mcp and authorize.

Download config →

Connect to Baichuan AI

Baichuan AI supports MCP tool integrations at ying.baichuan-ai.com.

1
Go to ying.baichuan-ai.com设置 → MCP 工具 → 添加服务器
2
Paste: https://mcp.safeguard.sh/mcp and authorize.

Download config →

Connect to Reka AI

Reka AI supports MCP tool integrations at chat.reka.ai.

1
Go to chat.reka.aiSettings → Integrations → Add MCP server
2
Paste: https://mcp.safeguard.sh/mcp and authorize with Safeguard.

Download config →

Connect to Continue.dev

Continue.dev is an open-source AI code assistant with MCP support. Add to ~/.continue/config.json:

{
  "mcpServers": [
    {
      "name": "safeguard",
      "transport": {
        "type": "streamableHttp",
        "url": "https://mcp.safeguard.sh/mcp",
        "requestOptions": {
          "headers": {
            "Authorization": "Bearer YOUR_API_KEY_HERE"
          }
        }
      }
    }
  ]
}

Download ready-made Continue.dev config →  |  Get your API key at app.safeguard.sh/settings/api-keys

Connect to Stability AI

Stability AI supports MCP tool integrations at platform.stability.ai.

1
Go to platform.stability.aiSettings → Integrations → Add MCP server
2
Paste: https://mcp.safeguard.sh/mcp and authorize with your Safeguard credentials.

Download config →

Connect to ElevenLabs

ElevenLabs supports MCP tool integrations at elevenlabs.io.

1
Go to elevenlabs.ioSettings → Integrations → MCP Servers
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to Runway

Runway ML supports MCP tool integrations at runwayml.com.

1
Go to runwayml.comSettings → Integrations → Add MCP server
2
Paste: https://mcp.safeguard.sh/mcp and authorize with Safeguard.

Download config →

Connect to Luma AI

Luma AI supports MCP tool integrations at lumalabs.ai.

1
Go to lumalabs.aiSettings → Developer → MCP Servers
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to Midjourney

Midjourney supports MCP tool integrations at midjourney.com.

1
Go to midjourney.comSettings → Integrations → MCP
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to Suno

Suno supports MCP tool integrations at suno.ai.

1
Go to suno.aiSettings → Integrations → Add MCP server
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to Adobe Firefly

Adobe Firefly / Adobe AI supports MCP tool integrations at firefly.adobe.com.

1
Go to firefly.adobe.comSettings → Integrations → Add MCP server
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to Apple Intelligence / Siri

Apple Intelligence supports MCP tool integrations via the Apple Intelligence platform.

1
Go to Settings → Apple Intelligence & Siri → MCP Extensions
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to Cerebras

Cerebras inference platform supports MCP tool integrations at cloud.cerebras.ai.

1
Go to cloud.cerebras.aiSettings → Integrations → MCP Servers
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to SambaNova

SambaNova Cloud supports MCP tool integrations at cloud.sambanova.ai.

1
Go to cloud.sambanova.aiSettings → Integrations → MCP Servers
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to Lambda Labs

Lambda Labs cloud platform supports MCP tool integrations at cloud.lambdalabs.com.

1
Go to cloud.lambdalabs.comSettings → MCP Integrations
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to Lepton AI

Lepton AI supports MCP tool integrations at lepton.ai.

1
Go to lepton.aiDashboard → MCP Tools → Add server
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to Baseten

Baseten ML deployment platform supports MCP tool integrations at baseten.co.

1
Go to baseten.coWorkspace → MCP Servers → Add
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to Allen AI (Ai2)

Allen Institute for AI supports MCP tool integrations via their OLMo platform at allenai.org.

1
Go to your Ai2 application → Settings → MCP Servers → Add
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to Ideogram

Ideogram AI supports MCP tool integrations at ideogram.ai.

1
Go to ideogram.aiSettings → Integrations → MCP Servers
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to RunPod

RunPod cloud GPU platform supports MCP tool integrations at runpod.io.

1
Go to runpod.ioSettings → MCP Integrations
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to Adept AI

Adept AI supports MCP tool integrations at adept.ai.

1
Go to adept.aiSettings → Integrations → MCP Servers
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to TII Falcon

Technology Innovation Institute (TII) Falcon supports MCP tool integrations at falconllm.tii.ae.

1
Go to falconllm.tii.aeDeveloper → MCP Servers → Add
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to G42 (UAE)

G42 / Jais AI (UAE) supports MCP tool integrations at ai.g42.ai.

1
Go to ai.g42.aiSettings → MCP Servers → Add
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to Naver HyperCLOVA X (Korea)

Naver HyperCLOVA X supports MCP tool integrations at clova.ai.

1
Go to clova.ai설정 → MCP 서버 → 추가
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to Kakao KoGPT (Korea)

Kakao KoGPT / KakaoTalk AI supports MCP tool integrations at kakao.com.

1
Go to kakao.com developer portal → 설정 → MCP 통합 → 추가
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to LG AI Research EXAONE (Korea)

LG AI Research EXAONE supports MCP tool integrations at lgresearch.ai.

1
Go to lgresearch.aiSettings → MCP Servers → Add
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to NTT (Japan)

NTT tsuzumi LLM supports MCP tool integrations at ntt.com.

1
Go to your NTT AI application → Settings → MCP Servers → Add
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to CyberAgent (Japan)

CyberAgent CyberAgentLM supports MCP tool integrations at cyberagent.co.jp.

1
Go to your CyberAgent AI application → Settings → MCP Servers → Add
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to Sarvam AI (India)

Sarvam AI (India) supports MCP tool integrations at sarvam.ai.

1
Go to sarvam.aiSettings → MCP Integrations → Add server
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to Krutrim (India)

Krutrim (Ola) AI (India) supports MCP tool integrations at krutrim.com.

1
Go to krutrim.comSettings → MCP Servers → Add
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to iFlytek Spark (China)

iFlytek Spark cognitive model supports MCP tool integrations at xinghuo.xfyun.cn.

1
Go to xinghuo.xfyun.cn设置 → MCP 服务 → 添加
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to SenseTime SenseNova (China)

SenseTime SenseNova supports MCP tool integrations at chat.sensetime.com.

1
Go to chat.sensetime.com设置 → MCP 服务器 → 添加
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to Huawei PanGu (China)

Huawei PanGu AI supports MCP tool integrations at huaweicloud.com.

1
Go to Huawei Cloud AI services → Settings → MCP Integrations → Add
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to StepFun (China)

StepFun (阶跃星辰) supports MCP tool integrations at stepfun.com.

1
Go to stepfun.com设置 → MCP 工具 → 添加服务器
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to Tiangong AI (China)

Tiangong AI (天工) by Kunlun Tech supports MCP tool integrations at tiangong.cn.

1
Go to tiangong.cn设置 → MCP 服务 → 添加
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to 360 AI (China)

360 AI (奇虎 360) supports MCP tool integrations at ai.360.cn.

1
Go to ai.360.cn设置 → MCP 服务 → 添加服务器
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Connect to Kling AI (China)

Kling AI (快手) supports MCP tool integrations at klingai.com.

1
Go to klingai.comSettings → MCP Servers → Add
2
Paste: https://mcp.safeguard.sh/mcp and add your Safeguard API key.

Download config →

Available Endpoints

POST/mcpMCP JSON-RPC endpoint (all clients)
GET/mcpCapability discovery
POST/registerOAuth Dynamic Client Registration (RFC 7591) — ChatGPT, Gemini
GET/.well-known/oauth-authorization-serverOAuth 2.0 server metadata (RFC 8414)
GET/.well-known/oauth-protected-resourceProtected resource metadata (RFC 9728)
GET/authorizeOAuth authorization endpoint
POST/tokenOAuth token exchange
GET/userinfoOAuth user info
GET/claude-desktop-configClaude Desktop config JSON
GET/gemini-configGemini CLI config JSON
GET/vertexai-configGoogle Vertex AI config JSON
GET/notebooklm-configGoogle NotebookLM config JSON
GET/cursor-mcp-configCursor MCP config JSON
GET/bing-configMicrosoft Copilot (Bing) config JSON
GET/azure-configAzure AI Foundry config JSON
GET/llama-configMeta Llama config JSON
GET/perplexity-configPerplexity config JSON
GET/grok-configGrok (xAI) config JSON
GET/copilot-configGitHub Copilot config JSON
GET/meta-configMeta AI config JSON
GET/manus-configManus config JSON
GET/mistral-configMistral (Le Chat) config JSON
GET/cohere-configCohere (Coral) config JSON
GET/aleph-alpha-configAleph Alpha config JSON
GET/deepseek-configDeepSeek config JSON
GET/windsurf-configWindsurf (Codeium) config JSON
GET/groq-configGroq config JSON
GET/together-configTogether AI config JSON
GET/bedrock-configAmazon Bedrock config JSON
GET/nvidia-configNVIDIA NIM config JSON
GET/ai21-configAI21 Labs config JSON
GET/inflection-configInflection / Pi config JSON
GET/writer-configWriter config JSON
GET/kimi-configKimi (Moonshot) config JSON
GET/huggingface-configHugging Face config JSON
GET/zhipu-configZhipu AI / GLM config JSON
GET/ernie-configBaidu ERNIE config JSON
GET/salesforce-configSalesforce Agentforce config JSON
GET/watsonx-configIBM watsonx config JSON
GET/databricks-configDatabricks config JSON
GET/snowflake-configSnowflake Cortex config JSON
GET/zapier-configZapier AI config JSON
GET/n8n-confign8n config JSON
GET/dify-configDify config JSON
GET/poe-configPoe (Quora) config JSON
GET/characterai-configCharacter.AI config JSON
GET/amazonq-configAmazon Q config JSON
GET/fireworks-configFireworks AI config JSON
GET/replicate-configReplicate config JSON
GET/anyscale-configAnyscale config JSON
GET/modal-configModal config JSON
GET/replit-configReplit config JSON
GET/cody-configSourcegraph Cody config JSON
GET/cline-configCline config JSON
GET/qwen-configQwen (Alibaba) config JSON
GET/doubao-configDoubao (ByteDance) config JSON
GET/yi-config01.AI (Yi) config JSON
GET/hunyuan-configTencent Hunyuan config JSON
GET/minimax-configMiniMax config JSON
GET/baichuan-configBaichuan AI config JSON
GET/reka-configReka AI config JSON
GET/continue-configContinue.dev config JSON
GET/stability-configStability AI config JSON
GET/elevenlabs-configElevenLabs config JSON
GET/runway-configRunway ML config JSON
GET/luma-configLuma AI config JSON
GET/midjourney-configMidjourney config JSON
GET/suno-configSuno config JSON
GET/adobe-configAdobe Firefly config JSON
GET/apple-configApple Intelligence config JSON
GET/cerebras-configCerebras config JSON
GET/sambanova-configSambaNova config JSON
GET/lambda-configLambda Labs config JSON
GET/lepton-configLepton AI config JSON
GET/baseten-configBaseten config JSON
GET/allenai-configAllen AI (Ai2 / OLMo) config JSON
GET/ideogram-configIdeogram config JSON
GET/runpod-configRunPod config JSON
GET/adept-configAdept AI config JSON
GET/tii-configTII Falcon config JSON
GET/g42-configG42 Jais (UAE) config JSON
GET/naver-configNaver HyperCLOVA X config JSON
GET/kakao-configKakao KoGPT config JSON
GET/lgai-configLG AI Research EXAONE config JSON
GET/ntt-configNTT tsuzumi config JSON
GET/cyberagent-configCyberAgent config JSON
GET/sarvam-configSarvam AI (India) config JSON
GET/krutrim-configKrutrim (India) config JSON
GET/iflytek-configiFlytek Spark (China) config JSON
GET/sensetime-configSenseTime SenseNova config JSON
GET/huawei-configHuawei PanGu config JSON
GET/stepfun-configStepFun (China) config JSON
GET/tiangong-configTiangong AI config JSON
GET/360ai-config360 AI (China) config JSON
GET/kling-configKling AI (China) config JSON
GET/openapi.jsonOpenAPI 3.0 schema
GET/healthHealth check