diff --git a/kRPC/kRPC-v0.4.3.ckan b/kRPC/kRPC-v0.4.3.ckan
new file mode 100644
index 0000000000..d700305568
--- /dev/null
+++ b/kRPC/kRPC-v0.4.3.ckan
@@ -0,0 +1,23 @@
+{
+    "spec_version": 1,
+    "identifier": "kRPC",
+    "name": "kRPC: Remote Procedure Call Server",
+    "abstract": "kRPC allows you to control the game from external programs. It comes with client libraries for several popular languages including Python, C++, C#, Java and Lua. Programs communicate with the game over a TCP/IP connection, and can be configured to work on just the local machine or even over the wider internet.",
+    "author": "djungelorm",
+    "license": "GPL-3.0",
+    "resources": {
+        "homepage": "http://krpc.github.io/krpc",
+        "repository": "https://github.com/krpc/krpc"
+    },
+    "version": "v0.4.3",
+    "ksp_version_min": "1.2.2",
+    "ksp_version_max": "1.3.1",
+    "download": "https://github.com/krpc/krpc/releases/download/v0.4.3/krpc-0.4.3.zip",
+    "download_size": 6846971,
+    "download_hash": {
+        "sha1": "4FCAD952A52C44D7705E651F4CD08D45A6DE7CA7",
+        "sha256": "EDD4D633EF28079C33579AE07F76EB6E4AA8A3973EEBE9ED4F5162A0B85A09F4"
+    },
+    "download_content_type": "application/zip",
+    "x_generated_by": "netkan"
+}