← Back to Plugins
MCP Server MCP

io.github.yaotsakpo/inbin

github By github 👁 2 views ▲ 0 votes

Query Inbin's parsed email events (newsletters, invoices, alerts) as typed JSON tools.

Homepage Verified source GitHub

Install

npx -y @inbin/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.inbin.dev/mcp",
      "headers": [
        {
          "description": "Bearer <your-inbin-api-key>",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@inbin/mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Inbin API key (starts with ink_live_). Get one at https://inbin.dev/dashboard.",
          "isRequired": true,
          "isSecret": true,
          "name": "INBIN_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...