Shipshape Data docs for LangChain
com.shipshapedata/shipshape-data-docs
Docs Q&A: search 169 data and AI guides, fetch any page as markdown. Read-only, keyless.
client:LangChain
transport:streamable-http
tools:3
Install Shipshape Data docs in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"shipshape-data-docs": {
"transport": "streamable_http",
"url": "https://shipshapedata.com/mcp/docs",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs