@inbin/mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@inbin/mcpshow me my recent events"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@inbin/mcp
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.
Install & run
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.
Related MCP server: mcp-toolmux
What it does
Forwards each stdin JSON-RPC message to
https://api.inbin.dev/mcpas an HTTPS POST with your Bearer key.Streams the response back to stdout.
Notifications (messages with no
id) get no reply, per JSON-RPC.Concurrent in-flight requests are supported.
Tools exposed
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
Environment
Variable | Required | Description |
| yes | your Inbin API key |
| no | override the endpoint (defaults to production) |
| no | set to |
Remote (recommended)
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_..."
}
}
}
}License
MIT.
This server cannot be deployed
Maintenance
Related MCP Connectors
Search, inspect and invoke every public tool on Invokera through one MCP connection.
Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.
Host your MCP tool over streamable HTTP in one command.
The Instant MCP server is a wrapper around the Instant Platform SDK that enables creating, managing, and updating InstantDB applications directly within an editor. It provides tools for fetching rules files for LLMs, retrieving and pushing app schemas, managing permission rules, and executing database queries. Key capabilities include schema management (get-schema, push-schema), permission management (get-perms, push-perms), query execution, and listing recent query history.
Related MCP Servers
- AlicenseAqualityDmaintenanceA stdio MCP proxy that connects to one or more upstream MCP servers and exposes their tools, resources, and prompts through a single endpoint with a configurable middleware pipeline.1473MIT
- FlicenseNot gradedqualityDmaintenanceProxy-style MCP tool multiplexer that aggregates multiple downstream stdio MCP servers into one, offering meta-tools for status, search, call, parallel, batch, and pipeline operations with concurrency control and caching.-

@hyperstar/mcpofficial
AlicenseNot gradedqualityBmaintenanceLocal stdio MCP server for Hyperstar headless workflows, providing tools for creator search, campaign management, bulk email, and inbox operations.29-- AlicenseAqualityBmaintenanceThin stdio proxy to Pifini's hosted MCP server (real events, reviewed places, and ticket checkout across the Caribbean & Latin America). MIT, zero dependencies.6MIT