Debug production issues using Shipbook logs and Loglytics error insights.
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"shipbook": {
"url": "https://api.shipbook.io/mcp",
"auth": {
"CLIENT_ID": "a1db8df5-ceb5-4013-8c35-af9e457c69b5"
}
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Debug production issues using Shipbook logs and Loglytics error insights.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in analytics
An MCP server that provides [describe what your server does]
MCP server that enables AI agents to perform comprehensive web audits using Google Lighthouse with 13+ tools for performance, accessibility, SEO, and security analysis.
MCP server for Dynatrace Managed to access logs, events, and metrics.
MCP server for Altmetric APIs - track research attention across news, policy, social media, and more
MCP Security Weekly
Get CVE alerts and security updates for io.shipbook/mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Connect Shipbook to any AI coding assistant to investigate issues using real application logs. Shipbook's Loglytics engine automatically classifies errors and provides structured insights, while powerful log search lets AI agents explore runtime events. Logs include rich context — severity, user, device, session, and the exact file and code location — giving your assistant the ground truth it needs to debug effectively.
Prerequisites: A Shipbook account. Get started here.
Works with any MCP-compatible AI assistant:
| Tool | Description |
|---|---|
| get-account-apps | List all apps in your account (name, appId, platform, key, integration) |
| create-app | Create a new app and get its credentials (name, appId, key) |
| get-loglytics-errors | Retrieve grouped/classified errors with occurrence counts |
| get-logs | Search logs with 20+ filters (severity, user, device, time, etc.) |
Pre-built investigation and integration workflows (available in Cursor and Claude Code):
| Skill | Description |
|---|---|
| install-shipbook | Full SDK integration assistant — installs package, detects wrappers, sets log levels, integrates Crashlytics, adds API logging, audits for PII |
| audit-logs | Scan codebase for PII in logs, incorrect log levels, and sensitive data leaks |
| list-issues | List and analyze classified errors/warnings from Loglytics, group by root cause |
| debug-session | Trace a user's session to understand what happened |
| search-logs | Search logs using natural language queries |
From Cursor Marketplace: Search for "Shipbook" in the Cursor marketplace and click Install.
One-Click Install:
Manual Configuration: Open Cursor Settings → Tools & MCP → Add MCP server:
{
"mcpServers": {
"shipbook": {
"url": "https://api.shipbook.io/mcp",
"auth": {
"CLIENT_ID": "a1db8df5-ceb5-4013-8c35-af9e457c69b5"
}
}
}
}
claude mcp add --transport http shipbook-mcp https://api.shipbook.io/mcp
On first use, Claude Code opens your browser to log in and authorize access.
https://api.shipbook.io/mcpOne-Click Install:
Manual: Open Command Palette → MCP: Add Server → HTTP → https://api.shipbook.io/mcp
Add to ~/.codex/config.toml:
[mcp_servers.shipbook]
url = "https://api.shipbook.io/mcp"
Then: codex mcp login shipbook
Open MCP store → Manage MCP Servers → View raw config → Add:
{
"mcpServers": {
"shipbook": {
"url": "https://api.shipbook.io/mcp"
}
}
}
Add to `~/.codeium/