BTCDecoded Intelligence for LangChain
org.btcdecoded/intelligence
Cited Bitcoin coordination record search (~783k). Lightning. MCP. Not prices/chain analytics.
client:LangChain
transport:streamable-http
tools:13
Install BTCDecoded Intelligence in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"intelligence": {
"transport": "streamable_http",
"url": "https://mcp.btcdecoded.org/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs