scan-url-mcp-server
If you are the rightful owner of scan-url-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Claude MCP Server is designed to handle requests for scanning URLs using the Model Context Protocol (MCP) and the urlscan.io API.
Claude MCP Server
Description
This project implements a server using the Model Context Protocol (MCP) to handle requests for scanning URLs. It utilizes the urlscan.io API to retrieve scan results for specified URLs.
Installation
To set up the project, follow these steps:
- Clone the repository:
git clone <repository-url> cd <repository-directory>
- Install the required dependencies:
npm install
Usage
Add Claude Desktop Config File:
"scan-url": {
"command": "node",
"args": [
"src/index.js FILEPATH"
]
}
Contributing
Contributions are welcome! Please submit a pull request or open an issue for any suggestions or improvements.
License
This project is licensed under the MIT License.