
python projects
一个包含多个 Python 项目的仓库,目前没有详细描述。
Repository Info
About This Server
一个包含多个 Python 项目的仓库,目前没有详细描述。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
FLOW data recon MCP server -> calls -> remote recon server -> calls -> mock json endppoints
Command to run mock_json_endpoints python run.py
Command to run remote_recon_server python run.py
Command to run flask_mcp_server python run.py
Sample Request to send from terminal to send request to remote_recon_server
curl -X POST http://127.0.0.1:6000/reconcile
-H "Content-Type: application/json"
-d '{"endpoint1": "http://127.0.0.1:7000/mock1", "endpoint2": "http://127.0.0.1:7000/mock2"}'
Sample POST request to MCP server
curl -X POST http://127.0.0.1:5000/run-recon
-H "Content-Type: application/json"
-d '{"endpoint1": "http://127.0.0.1:7000/mock1", "endpoint2": "http://127.0.0.1:7000/mock2"}'
-o recon_output.csv
https://modelcontextprotocol.io/quickstart/server
Quick Start
Clone the repository
git clone https://github.com/reena2485/python-projectsInstall dependencies
cd python-projects
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.