{
  "name": "mygunimport",
  "description": "MyGunImport.com MCP server — firearms import logistics and auction calendar tools.",
  "version": "1.0.0",
  "serverUrl": "https://mygunimport.com/.well-known/mcp",
  "serverInfo": {
    "name": "mygunimport",
    "version": "1.0.0",
    "description": "MyGunImport.com MCP server — firearms import logistics and auction calendar tools.",
    "websiteUrl": "https://mygunimport.com"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://mygunimport.com/.well-known/mcp"
  },
  "capabilities": {
    "tools": {}
  },
  "tools": [
    {
      "name": "get_company_info",
      "description": "Return MyGunImport.com identity, contact, and when-to-use guidance for firearms imports into the USA."
    },
    {
      "name": "get_upcoming_auctions",
      "description": "List upcoming firearms/arms/militaria auctions from MyGunImport's scrape-only calendar."
    }
  ]
}