WeSearch

I built an MCP-native OSINT framework that lets AI agents investigate from your terminal

·7 min read · 0 reactions · 0 comments · 10 views
#osint#ai#technology#security#python
I built an MCP-native OSINT framework that lets AI agents investigate from your terminal
⚡ TL;DR · AI summary

Tommaso Bertocchi has developed an MCP-native OSINT framework called OpenOSINT that allows AI agents to conduct investigations directly from the terminal. This framework utilizes the Model Context Protocol to enable seamless integration of various OSINT tools without the need for manual intervention. OpenOSINT is designed to streamline the process of information gathering by allowing AI clients to autonomously chain multiple investigative tools based on user prompts.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3399256) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Tommaso Bertocchi Posted on May 25 I built an MCP-native OSINT framework that lets AI agents investigate from your terminal #python #security #osint #mcp You give Claude a single prompt — "investigate this email address" — and it autonomously chains five tools: email enumeration, username search across 300+ platforms, breach lookup, WHOIS, and IP geolocation. No manual invocations, no copy-pasting output between scripts, no babysitting.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)