OSINT MCP Server
A unified Open Source Intelligence toolkit that integrates data sources like Censys, Shodan, and LinkedIn for comprehensive infrastructure and identity research. It enables users to perform automated email verification, vulnerability scanning, and person or company enrichment directly through Claude.
README
OSINT MCP Server
Unified Open Source Intelligence MCP server for Claude. Combines multiple data sources into a single, powerful intelligence gathering toolkit.
Features
Infrastructure Intelligence
- Censys - Host data, certificates, services, ASN info
- Shodan - Ports, services, vulnerabilities, DNS
- DNS/WHOIS - Domain records and registration data
Email & Identity
- Hunter.io - Email finder, verification, company emails
- HIBP - Data breach checking
- Holehe - Email service detection
- Sherlock - Username enumeration across platforms
Person Intelligence
- Apollo.io - Person enrichment (email, title, social)
- LinkedIn - Profile data, experience, education
- Perplexity - AI-powered research synthesis
Company Intelligence
- Apollo.io - Company enrichment (size, tech stack, industry)
- LinkedIn - Company profiles
- Perplexity - AI-powered company research
Installation
pip install -e .
Configuration
Create a .env file with your API keys:
# Infrastructure
CENSYS_API_TOKEN=your_censys_token
SHODAN_API_KEY=your_shodan_key
# Email & Identity
HUNTER_API_KEY=your_hunter_key
HIBP_API_KEY=your_hibp_key
# Person/Company
APOLLO_API_KEY=your_apollo_key
RAPIDAPI_KEY=your_rapidapi_key # For LinkedIn
# AI
PERPLEXITY_API_KEY=your_perplexity_key
Usage with Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"osint": {
"command": "osint-mcp",
"env": {
"CENSYS_API_TOKEN": "...",
"SHODAN_API_KEY": "...",
"HUNTER_API_KEY": "...",
"APOLLO_API_KEY": "...",
"RAPIDAPI_KEY": "...",
"PERPLEXITY_API_KEY": "..."
}
}
}
}
Available Tools
| Tool | Description |
|---|---|
osint_censys_host |
Censys host lookup |
osint_censys_search |
Censys query search |
osint_shodan_host |
Shodan host lookup |
osint_shodan_domain |
Shodan DNS/subdomains |
osint_dns_lookup |
DNS records |
osint_whois |
WHOIS registration |
osint_email_search |
Find company emails |
osint_email_finder |
Find person's email |
osint_email_verify |
Verify email validity |
osint_breach_check |
HIBP breach lookup |
osint_email_services |
Holehe service detection |
osint_username_search |
Sherlock username search |
osint_person_enrich |
Apollo person lookup |
osint_linkedin_find |
Find LinkedIn URL |
osint_linkedin_profile |
Get LinkedIn profile |
osint_person_research |
AI person research |
osint_company_enrich |
Apollo company lookup |
osint_company_people |
Find people at company |
osint_linkedin_company |
LinkedIn company data |
osint_company_research |
AI company research |
osint_api_status |
Check API availability |
osint_query |
General AI query |
Development
# Install with dev dependencies
pip install -e ".[dev]"
# Run in dev mode
fastmcp dev src/osint_mcp/server.py
# Run tests
pytest
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.