
MCP Subfinder Server
Model Context Protocol (MCP) server that wraps ProjectDiscovery's subfinder tool for powerful subdomain enumeration through a JSON-RPC API.
What is MCP Subfinder Server?
MCP Subfinder Server is a Model Context Protocol (MCP) server that wraps ProjectDiscovery's subfinder tool, enabling powerful subdomain enumeration through a JSON-RPC API.
How to use MCP Subfinder Server?
To use the MCP Subfinder Server, clone the repository, build the server using the Makefile, and run it. You can interact with the server via the JSON-RPC API using curl commands.
Key features of MCP Subfinder Server?
- JSON-RPC API for subdomain enumeration
- Support for recursive subdomain discovery
- Source filtering capabilities
- Configurable timeouts and threading
- Detailed logging for troubleshooting
Use cases of MCP Subfinder Server?
- Enumerating subdomains for security assessments.
- Integrating with other tools for automated security testing.
- Conducting research on domain structures and their subdomains.
FAQ from MCP Subfinder Server?
- Can I run the server on a custom port?
Yes, you can specify a custom port when running the server using the command
PORT=9090 make run
.
- Is there Docker support for this project?
Yes, the project includes Docker support for easy deployment.
- How can I test the API endpoints?
A Postman collection is included in the
docs
folder for easy testing of all API endpoints.
What is MCP Subfinder Server?
MCP Subfinder Server is a Model Context Protocol (MCP) server that wraps ProjectDiscovery's subfinder tool, enabling powerful subdomain enumeration through a JSON-RPC API.
How to use MCP Subfinder Server?
To use the MCP Subfinder Server, clone the repository, build the server using the Makefile, and run it. You can interact with the server via the JSON-RPC API using curl commands.
Key features of MCP Subfinder Server?
- JSON-RPC API for subdomain enumeration
- Support for recursive subdomain discovery
- Source filtering capabilities
- Configurable timeouts and threading
- Detailed logging for troubleshooting
Use cases of MCP Subfinder Server?
- Enumerating subdomains for security assessments.
- Integrating with other tools for automated security testing.
- Conducting research on domain structures and their subdomains.
FAQ from MCP Subfinder Server?
- Can I run the server on a custom port?
Yes, you can specify a custom port when running the server using the command
PORT=9090 make run
.
- Is there Docker support for this project?
Yes, the project includes Docker support for easy deployment.
- How can I test the API endpoints?
A Postman collection is included in the
docs
folder for easy testing of all API endpoints.