Skip to main content
ClaudeWave

Stdio MCP wrapper for Inbin — connect Claude Desktop and other MCP clients to https://inbin.dev/api/mcp

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/yaotsakpo/inbin-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "inbin-mcp": {
      "command": "node",
      "args": ["/path/to/inbin-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/yaotsakpo/inbin-mcp and follow its README for install instructions.
Casos de uso

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.

Featured on ClaudeWave: yaotsakpo/inbin-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/yaotsakpo-inbin-mcp)](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

Alternativas a inbin-mcp