freeport nostr for LangChain
io.github.ptrinh/freeport-nostr
Search Freeport Nostr events by kind, tag & geohash radius (rides, services, reputation).
client:LangChain
transport:streamable-http
runtime:npm
tools:6
Install freeport nostr in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"freeport-nostr": {
"transport": "streamable_http",
"url": "https://nostr-mcp.trinh.uk/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs