Execute behance-portfolio-scraper-mcp for LangChain
io.github.evozim/behance-portfolio-scraper-mcp
Premium agentic endpoint for behance-portfolio-scraper-mcp.
client:LangChain
transport:sse
Install Execute behance-portfolio-scraper-mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"behance-portfolio-scraper-mcp": {
"transport": "streamable_http",
"url": "https://api.m2mcent.com/behance-portfolio-scraper-mcp/sse",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs