POPCORN MCP for LangChain
io.github.violetclaire/popcorn-mcp
Signed time and SHA-256 witness receipts for agents, with offline verification and x402 payment.
client:LangChain
transport:stdio
runtime:npm
Install POPCORN MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"popcorn-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@violetclaire/popcorn-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs