{
  "markdown": "# @inbin/mcp\n\nA minimal stdio-to-HTTP proxy for [Inbin](https://inbin.dev)'s Model\nContext Protocol surface. Lets stdio-only MCP clients (Claude Desktop,\nsome Cursor builds, Zed, Cline) talk to Inbin's remote endpoint at\n`https://api.inbin.dev/mcp`.\n\n## Install & run\n\nNothing to install globally. Your MCP client invokes it via `npx`:\n\n```json\n{\n  \"mcpServers\": {\n    \"inbin\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@inbin/mcp\"],\n      \"env\": {\n        \"INBIN_API_KEY\": \"ink_live_...\"\n      }\n    }\n  }\n}\n```\n\nGet an API key from https://inbin.dev/dashboard.\n\n## What it does\n\n- Forwards each stdin JSON-RPC message to `https://api.inbin.dev/mcp`\n  as an HTTPS POST with your Bearer key.\n- Streams the response back to stdout.\n- Notifications (messages with no `id`) get no reply, per JSON-RPC.\n- Concurrent in-flight requests are supported.\n\n## Tools exposed\n\nEvery Inbin application is an MCP server. Available tools:\n\n- `list_inboxes` — enumerate inboxes in your app\n- `list_events` — filter by inbox / status / since; paginated\n- `search_events` — substring search over id / subject / from / to\n- `get_event` — a single event's parsed JSON + delivery history\n- `query_events` — filter, sort, group and aggregate over extracted\n  records (your inbox as a table)\n- `describe_schema` — the current extraction schema\n\n## Environment\n\n| Variable | Required | Description |\n| --- | --- | --- |\n| `INBIN_API_KEY` | yes | your Inbin API key |\n| `INBIN_MCP_URL` | no | override the endpoint (defaults to production) |\n| `INBIN_MCP_DEBUG` | no | set to `1` for stderr logs |\n\n## Remote (recommended)\n\nIf your MCP client supports Streamable HTTP transport, skip this\nwrapper entirely and connect directly:\n\n```json\n{\n  \"mcpServers\": {\n    \"inbin\": {\n      \"url\": \"https://api.inbin.dev/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer ink_live_...\"\n      }\n    }\n  }\n}\n```\n\n## License\n\nMIT.\n",
  "bytes": 1903,
  "sha": "44d21bebf0f76a6fe720cdf7fb0b37bf27c23941258a65200e4768f63641bfa2",
  "repo_slug": "yaotsakpo/inbin-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_yaotsakpo_inbin_1876534e/readme"
}