How to Use the Censys MCP in Claude Code
Query the internet from your terminal. Claude Code connects your shell scripts directly to the Censys API.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Censys MCP to Claude Code
Create your Vinkius account to connect Censys to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Integrate Censys into Your Pipelines
Add a step to your deployment pipeline that uses Claude Code to query Censys. The `get_host` tool can check a new server's public ports right after it comes online. If an unexpected port is open, the script fails the build. Pipe the JSON output from this MCP server to `jq` to parse the results and make decisions. This is how you automate security checks before they become production problems.
Run Recon from the Command Line
The `search_hosts` and `search_certificates` tools are built for scripting. Run Claude Code in a cron job to monitor for new subdomains or certificates associated with your brand. You can chain commands together in a simple shell script. Find hosts with `search_hosts`, then loop through the results and get details on each with `get_host_history`. This MCP Server makes Censys feel like a native command-line tool.
Scriptable Account and Asset Audits
Need to track your API usage? A simple script calling `get_account_info` gives you the current numbers without needing a browser. It's ideal for automated budget alerts. Use `aggregate_hosts` to quickly group your company's servers by ASN or country, then output it as clean JSON. It's perfect for quick checks or feeding data into other monitoring systems. With this MCP connection, there are no logins and no UIs, just raw data.
Set up Censys MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seecensys-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Censys transactions." It will automatically discover and invoke the available Censys tools.
claude mcp add --transport http censys-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Censys MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Censys MCP today
We host it, we monitor it, we maintain it. You just paste one token.