
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
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.
A minimal stdio-to-HTTP proxy for Inbin's Model
Context Protocol surface. Lets stdio-only MCP clients (Claude Desktop,
some Cursor builds, Zed, Cline) talk to Inbin's remote endpoint at
https://api.inbin.dev/mcp.
Nothing to install globally. Your MCP client invokes it via npx:
{
"mcpServers": {
"inbin": {
"command": "npx",
"args": ["-y", "@inbin/mcp"],
"env": {
"INBIN_API_KEY": "ink_live_..."
}
}
}
}
Get an API key from https://inbin.dev/dashboard.
https://api.inbin.dev/mcp
as an HTTPS POST with your Bearer key.id) get no reply, per JSON-RPC.Every Inbin application is an MCP server. Available tools:
list_inboxes — enumerate inboxes in your applist_events — filter by inbox / status / since; paginatedsearch_events — substring search over id / subject / from / toget_event — a single event's parsed JSON + delivery historyquery_events — filter, sort, group and aggregate over extracted
records (your inbox as a table)describe_schema — the current extraction schema| Variable | Required | Description |
|---|---|---|
INBIN_API_KEY | yes | your Inbin API key |
INBIN_MCP_URL | no | override the endpoint (defaults to production) |
INBIN_MCP_DEBUG | no | set to 1 for stderr logs |
If your MCP client supports Streamable HTTP transport, skip this wrapper entirely and connect directly:
{
"mcpServers": {
"inbin": {
"url": "https://api.inbin.dev/mcp",
"headers": {
"Authorization": "Bearer ink_live_..."
}
}
}
}
MIT.
FAQs
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.
The npm package @inbin/mcp receives a total of 32 weekly downloads. As such, @inbin/mcp popularity was classified as not popular.
We found that @inbin/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.