Skip to content
OSINT Tradecraft
OSINT Tradecraft
Investigation skills · Vol. 8
← MCP catalog#016 · OSINT — Technical Infrastructure

Censys MCP

host + cert search, deeper certificate transparency integration

Adversary Investigation platform's official MCP. Often catches infrastructure that Shodan misses, with deeper certificate transparency integration and richer service fingerprints.

Cost
Free tier · paid upgrade available
API key
Required
Slug
censys-mcp
MCP.md
---
name: censys-mcp
category: osint-technical-infrastructure
cost: freemium
api_key_required: yes
repo: https://docs.censys.com/docs/platform-threat-hunting-mcp-server
paired_skills: ["ip-and-asn-attribution", "ssl-certificate-pivoting", "cdn-and-origin-discovery", "censys-investigative-queries"]
capabilities: ["internet-scan", "certificate-search", "service-intel"]
---

# Censys MCP — host + cert search, deeper certificate transparency integration

Adversary Investigation platform's official MCP. Often catches infrastructure that Shodan misses, with deeper certificate transparency integration and richer service fingerprints.

## Install

Remote MCP connector. Sign up at censys.com, generate an API token, then add as a remote MCP in Claude settings.

## Configuration

```json
{
  "mcpServers": {
    "censys": {
      "command": "npx",
      "args": ["-y", "@censys/mcp-server"],
      "env": {
        "CENSYS_API_ID": "YOUR_CENSYS_API_ID",
        "CENSYS_API_SECRET": "YOUR_CENSYS_API_SECRET"
      }
    }
  }
}
```

Check the official Censys docs for the current recommended install method — the remote connector may be preferred.

## What it adds

Complementary to Shodan (015). Censys has stronger certificate-transparency integration and finds hosts that rotate ports or use non-standard banners that Shodan's crawl misses. Run both on high-value targets for maximum coverage.

## Pairs with skills

- 042 `ip-and-asn-attribution`
- 043 `ssl-certificate-pivoting`
- 045 `cdn-and-origin-discovery`
- 384 `censys-investigative-queries`

## Cost

Free tier with rate limits. Paid tier for production volumes. Free is sufficient for spot investigations.
Pairs with skills
  • #042ip-and-asn-attribution
  • #043ssl-certificate-pivoting
  • #045cdn-and-origin-discovery
  • #384censys-investigative-queries

This MCP gives your agent the tools to execute the workflow described by these skills — instead of just describing it.

Bundled in the Toolkit

This MCP is one of 36 pre-configured servers in the Investigator's MCP Toolkit. One-command installer, $149 one-time.

Pricing
Back to MCP catalog
Censys MCP — host + cert search, deeper certificate transparency integration — MCP server · OSINT Tradecraft