streamable-httpMITupdated 11d ago
The official agent toolkit for Shipshape Data, the London AI consultancy that builds the data foundation first. Everything here wraps the same keyless, read-only surface: the public API, two MCP servers, and the site's markdown twins.
What can you do with Shipshape Data?
Shipshape Data agent tools
The official agent toolkit for Shipshape Data, the London AI consultancy that builds the data foundation first. Everything here wraps the same keyless, read-only surface: the public API, two MCP servers, and the site's markdown twins.
What's in here
| Path | What it is |
|---|---|
skills/ |
Agent skills: install with npx skills add shipshapedata/agent-tools |
packages/cli/ |
shipshape-data on npm: CLI (npx shipshape-data readiness) and Node SDK |
packages/python/ |
shipshape-data on PyPI: shipshape CLI and Python SDK |
.mcp.json, .cursor/ |
Drop-in MCP configs for Claude Code and Cursor |
plugin.json |
Claude Code plugin manifest (MCP servers + skills) |
The surface it talks to
- API:
https://shipshapedata.com/api/v1(self-describing; OpenAPI 3.1 spec) - MCP:
https://shipshapedata.com/mcp(services, case studies, resource search, AI readiness scoring) andhttps://shipshapedata.com/mcp/docs(docs Q&A, full markdown of any page) - NLWeb:
POST https://shipshapedata.com/ask - A2A: agent card
- Guides: llms.txt | agents.md | developers
No auth anywhere, no write endpoints anywhere, fair use 300 requests/minute/IP.
Quick start
# MCP in Claude Code
claude mcp add --transport http shipshape-data https://shipshapedata.com/mcp
# Skills
npx skills add shipshapedata/agent-tools
# CLI
npx shipshape-data readiness
pip install shipshape-data && shipshape search data lineage
Why this exists
We tell clients their AI is only as good as the data foundation underneath it, and that their products should be as easy for agents to use as for people. This repo is us doing it to ourselves. If you want your product to work like this, talk to us.
MIT © Disruptiv Technologies Ltd, trading as Shipshape Data
Install
Add Shipshape Data to your client. Pick the one you use.
claude mcp add --transport http shipshape-data https://shipshapedata.com/mcpcodex mcp add shipshape-data --url https://shipshapedata.com/mcp{
"mcpServers": {
"shipshape-data": {
"url": "https://shipshapedata.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"shipshape-data": {
"type": "http",
"url": "https://shipshapedata.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"shipshape-data": {
"url": "https://shipshapedata.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"shipshape-data": {
"serverUrl": "https://shipshapedata.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 3 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 28, 2026 |