Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_HOST | No | Host for the MCP server to bind to | 127.0.0.1 |
MCP_PORT | No | Port for the MCP server to listen on | 8000 |
LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR) | INFO |
NAUTOBOT_URL | Yes | URL of your Nautobot instance | |
NAUTOBOT_TOKEN | Yes | API token with read permissions |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
ip-summary-report | Generate a comprehensive IP address summary report |
network-utilization | Analyze network prefix utilization and capacity |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
IP Addresses | Nautobot IP address data with filtering capabilities |
Network Prefixes | Nautobot network prefix data with filtering capabilities |
Nautobot Connection Status | Current status of the Nautobot API connection |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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 |