Loading MCP server directory, please wait...
Query Inbin's parsed email events (newsletters, invoices, alerts) as typed JSON tools.
npx @getmcp/cli add io.github.yaotsakpo/inbinRequires Node.js 18+. Community-contributed server. Review source before installing.
INBIN_API_KEYYour Inbin API key (starts with ink_live_). Get one at https://inbin.dev/dashboard.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.yaotsakpo/inbin": {
"command": "npx",
"args": [
"-y",
"@inbin/mcp"
],
"env": {
"INBIN_API_KEY": ""
}
}
}
}