streamable-httpMITupdated 12d 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.
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
安装
把 Shipshape Data 添加到你的客户端。选择你正在使用的那个。
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`.
评分
39 / 100
不完整
- 文档22/25
- 维护19/25
- 可信度13/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年8月28日 |