+21
| MIT License | ||
| Copyright (c) 2026 Inbin | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
+1
-1
@@ -6,3 +6,3 @@ #!/usr/bin/env node | ||
| var API_KEY = process.env["INBIN_API_KEY"]; | ||
| var ENDPOINT = process.env["INBIN_MCP_URL"] || "https://inbin.dev/api/mcp"; | ||
| var ENDPOINT = process.env["INBIN_MCP_URL"] || "https://api.inbin.dev/mcp"; | ||
| var DEBUG = process.env["INBIN_MCP_DEBUG"] === "1"; | ||
@@ -9,0 +9,0 @@ function debug(...args) { |
+1
-1
| { | ||
| "name": "@inbin/mcp", | ||
| "version": "0.1.1", | ||
| "version": "0.2.0", | ||
| "description": "Stdio MCP wrapper for Inbin — lets Claude Desktop and other stdio-only MCP clients talk to Inbin's remote HTTP MCP endpoint using a single INBIN_API_KEY environment variable.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
+5
-3
@@ -6,3 +6,3 @@ # @inbin/mcp | ||
| some Cursor builds, Zed, Cline) talk to Inbin's remote endpoint at | ||
| `https://inbin.dev/api/mcp`. | ||
| `https://api.inbin.dev/mcp`. | ||
@@ -31,3 +31,3 @@ ## Install & run | ||
| - Forwards each stdin JSON-RPC message to `https://inbin.dev/api/mcp` | ||
| - Forwards each stdin JSON-RPC message to `https://api.inbin.dev/mcp` | ||
| as an HTTPS POST with your Bearer key. | ||
@@ -46,2 +46,4 @@ - Streams the response back to stdout. | ||
| - `get_event` — a single event's parsed JSON + delivery history | ||
| - `query_events` — filter, sort, group and aggregate over extracted | ||
| records (your inbox as a table) | ||
| - `describe_schema` — the current extraction schema | ||
@@ -66,3 +68,3 @@ | ||
| "inbin": { | ||
| "url": "https://inbin.dev/api/mcp", | ||
| "url": "https://api.inbin.dev/mcp", | ||
| "headers": { | ||
@@ -69,0 +71,0 @@ "Authorization": "Bearer ink_live_..." |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
7554
18.25%5
25%77
2.67%