@inbin/mcp (io.github.yaotsakpo/inbin)
This MCP server is a minimal stdio-to-HTTP proxy that exposes Inbin’s Model Context Protocol surface. It enables stdio-only MCP clients (e.g., Claude Desktop, some Cursor builds, Zed, Cline) to communicate with Inbin’s remote endpoint at https://inbin.dev/api/mcp.
🛠️ Key Features
- Query Inbin’s parsed email events (newsletters, invoices, alerts) as typed JSON tools.
- Acts as a stdio-to-HTTP bridge to the Inbin MCP endpoint.
🚀 Use Cases
- Retrieve parsed email events such as newsletters, invoices, and alerts via MCP.
- Use Inbin MCP tools from clients that support only stdio transports.
⚡ Developer Benefits
- No global installation: intended to be run via
npx -y @inbin/mcp. - Connects through an environment variable:
INBIN_API_KEYfrom https://inbin.dev/dashboard. - Works with multiple stdio-only MCP clients listed in the readme excerpt.
⚠️ Limitations
- Requires an Inbin API key (
INBIN_API_KEY) to access the remote endpoint. - The provided source does not specify additional configuration, authentication details beyond the API key, or tool counts.