Skip to main content
Glama
CloudWaddie

OSINT MCP Server

greynoise_ip_context

Check IP addresses in GreyNoise to identify internet background noise, benign activity, or malicious traffic for security research.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipYesIP address to check context in GreyNoise

Implementation Reference

  • Registration and handler implementation of the greynoise_ip_context tool.
    server.tool(
      "greynoise_ip_context",
      { ip: z.string().describe("IP address to check context in GreyNoise") },
      async ({ ip }) => {
        const result = await gnClient.getIpContext(ip);
        return {
          content: [{ type: "text", text: JSON.stringify(result, null, 2) }],
        };
      }
    );

Latest Blog Posts

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/CloudWaddie/osint-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server