brilliant-directories-mcp
v6.58.2
io.github.andyscott88/agentsafe · v1.0.1
Real-time URL trust scoring for AI agents. Blocks phishing and malicious sites.
agentsafe 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"agentsafe": {
"command": "npx",
"args": [
"-y",
"agentsafe-mcp-server"
]
}
}
}AGENTSAFE_API_KEY可选secretYour AgentSafe API key from agentsafe.app
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.andyscott88/agentsafe",
"type": "mcp-server",
"version": "1.0.1",
"displayName": "agentsafe",
"description": "Real-time URL trust scoring for AI agents. Blocks phishing and malicious sites.",
"repository": {
"url": "https://github.com/andyscott88/AgentSafe",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "agentsafe-mcp-server",
"version": "1.0.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "AGENTSAFE_API_KEY",
"description": "Your AgentSafe API key from agentsafe.app",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.andyscott88/agentsafe",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.andyscott88%2Fagentsafe/versions/latest",
"isOfficial": true,
"status": "active"
}
}