uncover-mcp

uncover mcp server

GitHubスター

8

ユーザー評価

未評価

お気に入り

0

閲覧数

4

フォーク

0

イシュー

0

README
Uncover MCP

Uncover MCP is a MCP (Model Context Protocol) service implementation based on the uncover tool, designed for quickly discovering exposed hosts on the internet.

Engilsh | 中文
Features
  • Direct integration with projectdiscovery/uncover library for searching
  • Support for multiple search engines (currently Shodan and FOFA)
  • Multiple output format options
  • Simple and easy-to-use MCP service interface
  • Natural interaction with AI assistants
Installation
# Clone repository
git clone https://github.com/Co5mos/uncover-mcp
cd uncover-mcp

# Build project
go build -o uncover-mcp ./cmd/uncover-mcp
Usage

Run as an MCP service:

{
    "mcpServers": {
        "uncover-mcp": {
            "command": "./uncover-mcp",
            "args": [],
            "env": {
                "SHODAN_API_KEY": "",
                "FOFA_EMAIL": "",
                "FOFA_KEY": ""
            }
        }
    }
}
Examples

Use the following format in AI assistant:

Search using Shodan for ssl:"Uber Technologies, Inc."
Search using FOFA for app="ATLASSIAN-JIRA"
Declaration

This tool is intended for security research purposes only. Use this tool in compliance with relevant laws and regulations and the terms of use of the uncover project.

License

This project is licensed under the MIT License - see the LICENSE file

作者情報

28

フォロワー

22

リポジトリ

1

Gist

0

貢献数

関連するMCP
valetudo-mcp logo

Simple MCP server for Valetudo

Go
unsplash-mcp-server-go logo

a Swift implementation of hellokaton/unsplash-mcp-server, with additional features like get_photo and random_photo

Go
Litehat logo

Decentralized Ethereum-based platform for managing MCP servers.

Go