API Tools
innbocks.com
This MCP server provides tools to list, inspect, and execute Partner API operations, enabling programmatic access to the Innbocks Partner API.
ENDPOINT 1
https://www.innbocks.com/api/mcp
MCP server metadata
- Name
- innbocks
- Version
- 1.0.0
Innbocks is private-label virtual mailbox software for CMRA operators and mailbox stores. Use this server when a task involves an operator's Innbocks account: provisioning or updating mailbox customers, creating inbound mail or packages, reading USPS Form 1583 compliance state, requesting scan/forward/shred/pickup, listing plans, or reconciling usage. Start with the resources (llms.txt, OpenAPI spec) or list_api_operations to discover the API, then use call_partner_api with a vendor-scoped ib_live_ bearer key. Keys are created in the Innbocks dashboard, or granted via OAuth 2.1 (discovery at /.well-known/oauth-authorization-server). Docs: https://www.innbocks.com/developers
Known tools 3
list_api_operationsList every Innbocks Partner API operation: operation id, HTTP method, path, summary, and required scopes.
Inferred read-onlyget_api_operationReturn the full OpenAPI definition (parameters, request body, responses, scopes) for one Partner API operation by its operation id, e.g.
Inferred read-onlycall_partner_apiExecute a Partner API request under /api/v1 using the Authorization header sent to this MCP server (a vendor-scoped ib_live_ bearer key).
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.innbocks]
url = "https://www.innbocks.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"innbocks": {
"type": "http",
"url": "https://www.innbocks.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: innbocks
Remote MCP URL: https://www.innbocks.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"innbocks": {
"url": "https://www.innbocks.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"innbocks": {
"type": "http",
"url": "https://www.innbocks.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "innbocks",
"transport": "streamable-http",
"url": "https://www.innbocks.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.