FichePro for Claude for LangChain
io.github.sezerpro/fichepro-mcp
E-commerce autonomy for dropshippers — listings, SEO, catalog audit, niche & ad intel.
client:LangChain
transport:streamable-http
Install FichePro for Claude in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"fichepro-mcp": {
"transport": "streamable_http",
"url": "https://www.fichepro.ai/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs