Skip to main content
Glama

MCP Nautobot Server

by aiopnet
MIT License
1

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHost for the MCP server to bind to127.0.0.1
MCP_PORTNoPort for the MCP server to listen on8000
LOG_LEVELNoLogging level (DEBUG, INFO, WARNING, ERROR)INFO
NAUTOBOT_URLYesURL of your Nautobot instance
NAUTOBOT_TOKENYesAPI token with read permissions

Schema

Prompts

Interactive templates invoked by user choice

NameDescription
ip-summary-reportGenerate a comprehensive IP address summary report
network-utilizationAnalyze network prefix utilization and capacity

Resources

Contextual data attached and managed by the client

NameDescription
IP AddressesNautobot IP address data with filtering capabilities
Network PrefixesNautobot network prefix data with filtering capabilities
Nautobot Connection StatusCurrent status of the Nautobot API connection

Tools

Functions exposed to the LLM to take actions

NameDescription
get_ip_addresses

Retrieve IP addresses from Nautobot with filtering options

get_prefixes

Retrieve network prefixes from Nautobot with filtering options

get_ip_address_by_id

Retrieve a specific IP address by its Nautobot ID

search_ip_addresses

Search IP addresses using a general query string

test_connection

Test the connection to the Nautobot API

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/aiopnet/mcp-nautobot'

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