Skip to content
LangChain

shotanvil for LangChain

com.shotanvil.api/shotanvil

Screenshot/PDF/HTML rendering API. API key or x402 required — keyless access disabled.

client:LangChain transport:streamable-http

Install shotanvil in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "shotanvil": {
            "transport": "streamable_http",
            "url": "https://api.shotanvil.com/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

shotanvil in other clients