pleamo
Officialpleamo MCP 서버
pleamo의 AI 사기/피싱 URL 검사를 MCP 도구로 노출하여, 모든 MCP 클라이언트 (Claude Desktop, Cursor, 자체 에이전트)가 링크를 열거나 추천하기 전에 pleamo에 "이 링크 안전한가요?"라고 물어볼 수 있게 합니다.
호스팅된 pleamo API에 대한 얇은 인증 프록시입니다 — 모든 검사는 서비스를 보호하는 동일한 사용자별 및 전역 한도를 거칩니다.
도구
도구 | 기능 |
| URL 판정: 결과(안전/의심/위험), 심각도, 신뢰도, 사유 |
| 잘못 차단된 도메인을 검토용으로 신고 |
| 내 플랜 + 오늘의 AI 검사 사용량 |
Related MCP server: Malicious Scanner MCP Server
설정
pleamo API 키를 받으세요 (
https://dash.pleamo.app/keys대시보드에서 폐기 가능한 키).MCP 클라이언트를 이 서버에 연결하세요. Claude Desktop의 경우
claude_desktop_config.json에 추가합니다:
{
"mcpServers": {
"pleamo": {
"command": "npx",
"args": ["-y", "pleamo-mcp"],
"env": {
"PLEAMO_TOKEN": "your-api-key-here"
}
}
}
}클라이언트를 다시 시작하세요. 그러면 "pleamo로 이 링크를 확인해줘: https://paypa1-login.example"
같은 말을 할 수 있고 에이전트가 check_url을 호출합니다.
환경 변수
변수 | 기본값 | 참고 |
| — | 필수. pleamo API용 Bearer 토큰. |
|
| 로컬 개발용 재정의 (예: |
개발
npm install
npm run verify # lint + format + unit tests
npm start # runs the stdio server (expects an MCP client on stdin)빠른 stdio 스모크 테스트 (도구 목록 표시):
printf '%s\n' \
'{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"smoke","version":"0"}}}' \
'{"jsonrpc":"2.0","method":"notifications/initialized"}' \
'{"jsonrpc":"2.0","id":2,"method":"tools/list","params":{}}' \
| node src/server.js원격(호스팅) 대안
클라이언트가 원격 MCP 서버를 지원한다면 이 로컬 프로세스가 전혀 필요하지 않습니다 — 호스팅 엔드포인트에 직접 연결하세요:
https://dash.pleamo.app/api/mcpHTTP를 통한 JSON-RPC를 사용하며(동일한 세 가지 도구), pleamo API 키를
Bearer 토큰으로 인증합니다. https://dash.pleamo.app/keys에서 폐기 가능한 키를
만드세요. 이 로컬 stdio 서버는 stdio만 지원하는 클라이언트(예: 현재 Claude Desktop)를
위한 것입니다.
참고 사항
인증 / 토큰 — 대시보드(
/keys)에서 폐기 가능한 API 키를 받아PLEAMO_TOKEN으로 설정하세요. (원시 세션 토큰도 작동하지만, 키가 올바르고 폐기 가능한 옵션입니다.)전송 방식 — 이 패키지는 stdio이며, 위의 호스팅
/api/mcp는 원격 Streamable-HTTP 변형입니다.다른 MCP 방향 — 확장 프로그램이 사용자 자신의 에이전트를 통해 검사를 라우팅하도록 하는 것(BYO-via-MCP)은 확장 프로그램 소스와 함께 pleamo/pleamo-chrome-extension에서 추적됩니다.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceProvides access to a malicious URL database API, enabling users to search, list, and retrieve information about potentially dangerous URLs for security analysis and threat detection.3MIT
- AlicenseBqualityDmaintenanceEnables real-time scanning of URLs for malicious content, spam/gray classification, and additional security flags like domain age through the Malicious Scanner API.1MIT

scanmalware-mcpofficial
AlicenseNot gradedqualityCmaintenanceWraps the ScanMalware.com API to enable phishing triage, malware scanning, and certificate inspection through natural language, allowing users to submit scans, retrieve results, and analyze threats via MCP tools.Apache 2.0- FlicenseNot gradedqualityBmaintenanceChecks URLs for phishing risks using URL, DNS, HTTP, HTML, and mobile rendering signals, and provides a 1024x1024 PNG visual summary of the page.
Related MCP Connectors
PhishTank MCP — wraps PhishTank API (checkurl.phishtank.com)
URLhaus MCP — wraps abuse.ch URLhaus malware URL database (free, no auth)
A paid remote MCP for developer endpoint scanner MCP, built to return verdicts, receipts, usage logs
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pleamo/pleamo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server