Skip to content
LangChain

APIShed for LangChain

com.apished/apished

Validates PESEL/NIP/REGON/IBAN/Luhn/ISBN/EAN/SWIFT-BIC/VAT; RPN, date math, hash, tokens, random

client:LangChain transport:streamable-http tools:32

Install APIShed in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

What LangChain can do once it is connected

All 32 tools →

APIShed in other clients