Notra for LangChain
io.github.usenotra/notra
Access the Notra API for posts, brand identities, integrations, schedules, and GEO.
client:LangChain
transport:streamable-http
Install Notra in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"notra": {
"transport": "streamable_http",
"url": "https://mcp.usenotra.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs