4,500+ servers built on MCP Fusion
Vinkius
Censys logo
Vinkius
CrewAI logo

How to Use the Censys MCP in CrewAI

Deploy specialized agent teams to hunt threats and analyze attack surfaces using CrewAI and Censys.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Censys MCP on Cursor AI Code Editor MCP Client Censys MCP on Claude Desktop App MCP Integration Censys MCP on OpenAI Agents SDK MCP Compatible Censys MCP on Visual Studio Code MCP Extension Client Censys MCP on GitHub Copilot AI Agent MCP Integration Censys MCP on Google Gemini AI MCP Integration Censys MCP on Lovable AI Development MCP Client Censys MCP on Mistral AI Agents MCP Compatible Censys MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Censys MCP to CrewAI

Create your Vinkius account to connect Censys to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Autonomous Recon Teams with CrewAI and Censys

This MCP Server lets your research agent scan public networks for exposed services and active protocols using `search_hosts`. The agent passes these raw IP addresses to an analyst agent to inspect the configuration details. This multi-agent setup uses shared memory to build a complete picture of your exposure. One agent finds the targets, while another determines if the open ports pose an immediate security risk.

Deep Certificate Audits via CrewAI MCP Server

`get_certificate` retrieves complete parsed certificate data including subject names, issuers, and validity windows. Your certificate auditor agent can inspect these fields to verify that your TLS configurations comply with internal standards. The auditor can then hand off the findings to a domain-mapping agent using `get_certificate_hosts`. Together, they uncover hidden subdomains and associated hosts sharing the same credentials.

Compare Host Configurations Dynamically

`view_host_diff` compares two distinct hosts to identify differences in their active services, ports, and operating systems. A monitoring agent can run this comparison daily against your known baseline servers. If any discrepancies show up, `get_host_history` is called to trace when the services changed. The crew then compiles a unified incident report and escalates it to your security team.

Setup guide

Set up Censys MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Censys tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Censys Analyst",
    goal="Access and analyze Censys data via MCP.",
    backstory="Expert analyst with direct Censys access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Censys transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

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 CrewAI

You can pass your Vinkius HTTP URL directly into the server configuration list when defining your agents. For more control, use the HTTP server class from the CrewAI package to filter which tools each agent can access.
Yes, you can restrict tool access so your recon agent only uses `search_hosts` while your compliance agent is limited to `get_certificate`. This keeps your agent roles focused and efficient.
Tools like `search_hosts` support pagination using cursors. Your agents can query successive pages of host data autonomously, processing batches of IPs without overloading their context windows.
Yes, your lead agent can run `get_account_info` at the start of a task. Based on the remaining quota, the crew can decide to run a deep scan or scale back their search queries.
Vinkius runs the server in an ephemeral sandbox, meaning your scanned host histories and IP lists are never stored. Your credentials and query parameters are kept strictly within your secure execution environment.

Start using the Censys MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 9 tools

We've already built the connector for Censys. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 9 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.