🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@inbin/mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inbin/mcp - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+3
-3
package.json
{
"name": "@inbin/mcp",
"version": "0.1.0",
"version": "0.1.1",
"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.",

@@ -20,3 +20,3 @@ "keywords": [

"type": "git",
"url": "https://github.com/emmanueltsakpo/inbin-mcp.git"
"url": "https://github.com/yaotsakpo/inbin-mcp.git"
},

@@ -36,3 +36,3 @@ "type": "module",

},
"mcpName": "io.github.emmanueltsakpo/inbin",
"mcpName": "io.github.yaotsakpo/inbin",
"scripts": {

@@ -39,0 +39,0 @@ "build": "esbuild src/index.ts --bundle --platform=node --format=esm --target=node18 --outfile=dist/index.js --banner:js='#!/usr/bin/env node' && chmod +x dist/index.js",

{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.emmanueltsakpo/inbin",
"description": "Give any app an email address. Inbound emails become typed JSON events against a schema you define. This MCP server exposes read-only tools (list_inboxes, list_events, search_events, get_event, describe_schema) so agents can query parsed newsletter, invoice, alert, and notification streams natively.",
"name": "io.github.yaotsakpo/inbin",
"description": "Query Inbin's parsed email events (newsletters, invoices, alerts) as typed JSON tools.",
"repository": {
"url": "https://github.com/emmanueltsakpo/inbin-mcp",
"url": "https://github.com/yaotsakpo/inbin-mcp",
"source": "github"
},
"version": "0.1.0",
"version": "0.1.1",
"packages": [

@@ -15,3 +15,3 @@ {

"identifier": "@inbin/mcp",
"version": "0.1.0",
"version": "0.1.1",
"transport": {

@@ -18,0 +18,0 @@ "type": "stdio"