p3x-network-mcp
v2026.4.111
Published
๐ P3X Network MCP: AI-powered network analysis MCP server
Maintainers
Readme
๐ P3X Network MCP: AI-powered network analysis MCP server v2026.4.111
๐ Bugs are evidentโข - MATRIX๏ธ
๐ง This project is under active development!
๐ข We welcome your feedback and contributions.
NodeJS LTS is supported
๐ ๏ธ Built on NodeJs version
v24.14.1๐ Description
AI-powered network analysis MCP (Model Context Protocol) server. Works with any MCP-compatible client.
Wraps the network.corifeus.com API to provide network diagnostics directly from your AI assistant.
Install
Claude Code
claude mcp add p3x-network -- npx p3x-network-mcpOr with a global install:
npm install -g p3x-network-mcp
claude mcp add p3x-network -- p3x-network-mcpCodex
Add to your MCP config (~/.codex/config.json or project-level):
{
"mcpServers": {
"p3x-network": {
"command": "npx",
"args": ["p3x-network-mcp"]
}
}
}Generic MCP client
Any MCP-compatible client can use this server via stdio transport:
npx p3x-network-mcpAvailable Tools
| Tool | Description |
|------|-------------|
| network_audit | AI-powered comprehensive network analysis |
| dns_lookup | Query DNS records (A, AAAA, CNAME, NS, MX, TXT, SOA) |
| ssl_check | SSL/TLS certificate details |
| whois | WHOIS lookup for domains and IPs |
| security_headers | HTTP security headers analysis (HSTS, CSP, etc.) |
| mx_check | MX record and mail server check |
| email_deliverability | SPF, DKIM, DMARC validation |
| dnsbl | DNS blacklist check for IPs |
| bgp | BGP routing info by prefix or ASN |
| reverse_dns | PTR record lookup |
| http_check | HTTP response, redirects, status codes |
| dns_propagation | Global DNS propagation check |
| ipv6_check | IPv6 support verification |
| geolocation | IP geolocation data |
| my_ip | Server public IP address |
Usage Examples
"audit example.com"
"check DNS for cloudflare.com"
"is patrikx3.com secure?"
"whois google.com"
"check email deliverability for example.com"Configuration
| Environment Variable | Default | Description |
|---------------------|---------|-------------|
| P3X_NETWORK_URL | https://network.corifeus.com | Base URL for the network API |
License
MIT
Homepage
https://network.corifeus.com
๐ Quick and Affordable Web Development Services
If you want to quickly and affordably develop your next digital project, visit corifeus.eu for expert solutions tailored to your needs.
๐ Powerful Online Networking Tool
Discover the powerful and free online networking tool at network.corifeus.com.
๐ Free
Designed for professionals and enthusiasts, this tool provides essential features for network analysis, troubleshooting, and management.
Additionally, it offers tools for:
- ๐ก Monitoring TCP, HTTP, and Ping to ensure optimal network performance and reliability.
- ๐ Status page management to track uptime, performance, and incidents in real time with customizable dashboards.
All these features are completely free to use.
โค๏ธ Support Our Open-Source Project
If you appreciate our work, consider โญ starring this repository or ๐ฐ making a donation to support server maintenance and ongoing development. Your support means the world to usโthank you!
๐ About My Domains
All my domains, including patrikx3.com, corifeus.eu, and corifeus.com, are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional.
๐ Versioning Policy
Version Structure: We follow a Major.Minor.Patch versioning scheme:
- Major: ๐ Corresponds to the current year.
- Minor: ๐ Set as 4 for releases from January to June, and 10 for July to December.
- Patch: ๐ง Incremental, updated with each build.
๐จ Important Changes: Any breaking changes are prominently noted in the readme to keep you informed.
P3X-NETWORK-MCP Build v2026.4.111
