BGPKIT MCP Server

A Model Context Protocol (MCP) server providing BGP data tools for AI assistants.

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "bgpkit": {
      "type": "remote",
      "url": "https://mcp.bgpkit.com/mcp",
      "enabled": true
    }
  }
}

Available Tools

broker_search - Search BGP MRT files
broker_latest - Get latest BGP data files
broker_health - Check service health
broker_peers - Get BGP peer information
broker_collectors - Get MRT collector metadata
ip_lookup - IP address intelligence
asn_lookup - ASN network analysis
asn_lookup_bulk - Bulk ASN lookup (up to 10,000)

Endpoints

POST /mcp - MCP protocol endpoint (Streamable HTTP)

Resources

BGPKIT API | MCP Documentation

Built with Cloudflare Agents