Stats
Actions
Tags
From OSINT GEOINT
Connects to external APIs for open-source intelligence (OSINT) and geospatial intelligence (GEONT) data gathering and analysis. Runs locally as a Python subprocess.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"osint-geoint": {
"command": "${user_config.python}",
"args": [
"-m",
"app.mcp_server"
],
"env": {
"API_BASE": "${user_config.api_base}",
"PYTHONPATH": "${user_config.repo_dir}/apps/api"
}
}
}
}Server configuration and connection parameters
${user_config.python}${user_config.repo_dir}/apps/apiCommand-line arguments passed to the server process
Environment variables set when the server starts
API_BASE=${user_config.api_base}PYTHONPATH=${user_config.repo_dir}/apps/apinpx claudepluginhub andrewctf/velocity --plugin osint-geoint