diff --git a/geomagio/Metadata.py b/geomagio/Metadata.py
index ded8a141ddf9a20a39e5c1f4e6c994a136320f3b..f2a45407d61fae532fa29d11546a9a7d46950bdd 100644
--- a/geomagio/Metadata.py
+++ b/geomagio/Metadata.py
@@ -60,6 +60,29 @@ _INSTRUMENT_METADATA = [
             },
         },
     },
+    {
+        "network": "NT",
+        "station": "BXX",
+        "start_time": None,
+        "end_time": None,
+        "instrument": {
+            "type": "Narod",
+            "channels": {
+                "U": [
+                    {"channel": "U_Volt", "offset": 0, "scale": 100},
+                    {"channel": "U_Bin", "offset": 0, "scale": 500},
+                ],
+                "V": [
+                    {"channel": "V_Volt", "offset": 0, "scale": 100},
+                    {"channel": "V_Bin", "offset": 0, "scale": 500},
+                ],
+                "W": [
+                    {"channel": "W_Volt", "offset": 0, "scale": 100},
+                    {"channel": "W_Bin", "offset": 0, "scale": 500},
+                ],
+            },
+        },
+    },
     {
         "network": "NT",
         "station": "BRT",
diff --git a/geomagio/api/ws/Observatory.py b/geomagio/api/ws/Observatory.py
index 34c5021d11c54b5fac66015d952dc31b02eea4bd..fe857c9acfed34b9fbe96da7b2ad1b85fc9b3589 100644
--- a/geomagio/api/ws/Observatory.py
+++ b/geomagio/api/ws/Observatory.py
@@ -125,6 +125,15 @@ OBSERVATORIES = [
         agency="USGS",
         declination_base=215772,
     ),
+    Observatory(
+        id="BXX",
+        elevation=1682,
+        latitude=40.137,
+        longitude=254.763,
+        name="Boulder Test(Coil Building)",
+        agency="USGS",
+        declination_base=5527,
+    ),
     Observatory(
         id="CMO",
         elevation=197,