"""
Main entry point for the Censys MCP server.
This script loads the global FastMCP instance from tools.py,
which already has all tools registered, and starts the MCP server.
Usage:
python main.py # or via Docker
"""
from mcp.server.fastmcp import FastMCP
from mcp_censys.tools.discovery import mcp
if __name__ == "__main__":
mcp.run()
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nickpending/mcp-censys'
If you have feedback or need assistance with the MCP directory API, please join our Discord server