MCP.so
ログイン

Maigret MCP Server

@BurtTheCoder

Maigret MCP Server について

MCP server for maigret, a powerful OSINT tool that collects user account information from various public sources.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

BurtTheCoder

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-maigret": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "mcp-maigret",
        "--client",
        "claude"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Maigret MCP Server?

An MCP server that wraps the OSINT tool maigret for searching usernames across hundreds of public sources and analyzing URLs. Designed for use with MCP-compatible clients such as Claude Desktop.

How to use Maigret MCP Server?

Install via Smithery (npx -y @smithery/cli install mcp-maigret --client claude) or manually with npm install -g mcp-maigret, create a reports directory, and add the server configuration (with MAIGRET_REPORTS_DIR env var) to your Claude Desktop config. The server provides two tools: search_username (with optional format, use_all_sites, and tags parameters) and parse_url.

Key features of Maigret MCP Server

  • Username search across hundreds of social networks and websites
  • URL analysis to extract information and find associated usernames
  • Multiple output formats: txt, html, pdf, json, csv, xmind
  • Site filtering by tags (e.g., photo, dating, us)
  • Docker-based execution for reliable cross-platform operation

Use cases of Maigret MCP Server

  • Performing legitimate OSINT research by searching for usernames across platforms
  • Analyzing a URL to discover linked usernames and account information
  • Generating structured reports in various formats for further analysis
  • Filtering searches to specific site categories (tags) to narrow results

FAQ from Maigret MCP Server

What are the system requirements?

Node.js v18 or later, Docker (with Docker Desktop on macOS/Windows), and write access to a reports directory.

How do I install and configure the server?

Install globally via npm (npm install -g mcp-maigret) or set up from source. Create a reports directory and set the MAIGRET_REPORTS_DIR environment variable in your Claude Desktop configuration file.

What security measures are in place?

Usernames are restricted to alphanumeric, underscores, hyphens, and periods (max 100 chars); URLs must be valid HTTP/HTTPS with no shell metacharacters; tags allow only alphanumeric, underscores, and hyphens. Commands use execFile() to prevent shell injection.

What output formats does the username search support?

Txt, html, pdf, json, csv, and xmind. The default format is pdf.

How can I troubleshoot Docker or reports directory issues?

Verify Docker is installed and running (docker --version, docker ps). Ensure the MAIGRET_REPORTS_DIR path exists and your user has write permissions. Common fixes include checking permissions, removing trailing slashes, and restarting Claude Desktop after changes.

コメント

「その他」の他のコンテンツ