Stdio MCP wrapper for Inbin — connect Claude Desktop and other MCP clients to https://inbin.dev/api/mcp
git clone https://github.com/yaotsakpo/inbin-mcp{
"mcpServers": {
"inbin-mcp": {
"command": "node",
"args": ["/path/to/inbin-mcp/dist/index.js"]
}
}
}Resumen de MCP Servers
# @inbin/mcp
A minimal stdio-to-HTTP proxy for [Inbin](https://inbin.dev)'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://inbin.dev/api/mcp`.
## Install & run
Nothing to install globally. Your MCP client invokes it via `npx`:
```json
{
"mcpServers": {
"inbin": {
"command": "npx",
"args": ["-y", "@inbin/mcp"],
"env": {
"INBIN_API_KEY": "ink_live_..."
}
}
}
}
```
Get an API key from https://inbin.dev/dashboard.
## What it does
- Forwards each stdin JSON-RPC message to `https://inbin.dev/api/mcp`
as 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 app
- `list_events` — filter by inbox / status / since; paginated
- `search_events` — substring search over id / subject / from / to
- `get_event` — a single event's parsed JSON + delivery history
- `describe_schema` — the current extraction schema
## Environment
| 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 |
## Remote (recommended)
If your MCP client supports Streamable HTTP transport, skip this
wrapper entirely and connect directly:
```json
{
"mcpServers": {
"inbin": {
"url": "https://inbin.dev/api/mcp",
"headers": {
"Authorization": "Bearer ink_live_..."
}
}
}
}
```
## License
MIT.
Lo que la gente pregunta sobre inbin-mcp
¿Qué es yaotsakpo/inbin-mcp?
+
yaotsakpo/inbin-mcp es mcp servers para el ecosistema de Claude AI. Stdio MCP wrapper for Inbin — connect Claude Desktop and other MCP clients to https://inbin.dev/api/mcp Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala inbin-mcp?
+
Puedes instalar inbin-mcp clonando el repositorio (https://github.com/yaotsakpo/inbin-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar yaotsakpo/inbin-mcp?
+
yaotsakpo/inbin-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene yaotsakpo/inbin-mcp?
+
yaotsakpo/inbin-mcp es mantenido por yaotsakpo. La última actividad registrada en GitHub es de today, con 1 issues abiertos.
¿Hay alternativas a inbin-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega inbin-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/yaotsakpo-inbin-mcp)<a href="https://claudewave.com/repo/yaotsakpo-inbin-mcp"><img src="https://claudewave.com/api/badge/yaotsakpo-inbin-mcp" alt="Featured on ClaudeWave: yaotsakpo/inbin-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!