{
    "name":  "New England Auto Logistics",
    "serverInfo":  {
                       "name":  "New England Auto Logistics Website MCP",
                       "version":  "1.0.0"
                   },
    "version":  "1.0.0",
    "description":  "Agent discovery manifest for New England Auto Logistics vehicle shipping content, contact links, and estimate workflows.",
    "url":  "https://neautologistics.com/",
    "transport":  {
                      "type":  "https",
                      "url":  "https://neautologistics.com/.well-known/mcp.json"
                  },
    "documentation":  "https://neautologistics.com/llms.txt",
    "endpoints":  {
                      "website":  "https://neautologistics.com/",
                      "estimate":  "https://neautologistics.com/estimate/",
                      "contact":  "https://neautologistics.com/redirect/",
                      "openapi":  "https://neautologistics.com/openapi.json"
                  },
    "capabilities":  {
                         "tools":  true,
                         "resources":  true,
                         "prompts":  false
                     },
    "authentication":  {
                           "type":  "none",
                           "description":  "Public website content and estimate forms do not require authentication."
                       },
    "resources":  [
                      {
                          "uri":  "https://neautologistics.com/llms.txt",
                          "name":  "Agent-readable site summary",
                          "mimeType":  "text/plain"
                      },
                      {
                          "uri":  "https://neautologistics.com/sitemap.xml",
                          "name":  "XML sitemap",
                          "mimeType":  "application/xml"
                      },
                      {
                          "uri":  "https://neautologistics.com/openapi.json",
                          "name":  "OpenAPI discovery document",
                          "mimeType":  "application/json"
                      }
                  ]
}
