New:Socket for Asana Is Now Available.Learn more
Get Started

@postbag/mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postbag/mcp - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+2
-2
package.json
{
"name": "@postbag/mcp",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",

@@ -39,3 +39,3 @@ "description": "MCP server for Postbag — every /v1 operation as a tool, plus quickstart and explain.",

],
"mcpName": "io.github.faahim/postbag",
"mcpName": "dev.postbag/mcp",
"publishConfig": {

@@ -42,0 +42,0 @@ "access": "public"

{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.faahim/postbag",
"description": "Postbag — a form backend that routes. One MCP tool per API operation, plus quickstart and explain, so an agent holding only an API key can create and manage forms, streams, destinations, routes and deliveries.",
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "dev.postbag/mcp",
"description": "Postbag \u2014 a form backend that routes. One MCP tool per API operation, plus quickstart and explain, so an agent holding only an API key can create and manage forms, streams, destinations, routes and deliveries.",
"repository": {

@@ -9,3 +9,3 @@ "url": "https://github.com/faahim/postbag",

},
"version": "0.1.0",
"version": "0.1.1",
"packages": [

@@ -16,3 +16,3 @@ {

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

@@ -32,3 +32,3 @@ "type": "stdio"

"name": "POSTBAG_API_KEY",
"description": "A Postbag API key (pb_live_… or pb_test_…). Mint one at https://postbag.dev/app or with `postbag login`.",
"description": "A Postbag API key (pb_live_\u2026 or pb_test_\u2026). Mint one at https://postbag.dev/app or with `postbag login`.",
"isRequired": true,

@@ -39,3 +39,3 @@ "isSecret": true

"name": "POSTBAG_API_URL",
"description": "Base URL of the Postbag API. Defaults to https://postbag.dev — set this only for a self-hosted instance.",
"description": "Base URL of the Postbag API. Defaults to https://postbag.dev \u2014 set this only for a self-hosted instance.",
"isRequired": false,

@@ -47,3 +47,4 @@ "isSecret": false,

}
]
],
"websiteUrl": "https://postbag.dev/for-ai-agents/"
}