MCP Server
MCP
io.github.yaotsakpo/inbin
Query Inbin's parsed email events (newsletters, invoices, alerts) as typed JSON tools.
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
By
Comments
Sign in to leave a comment