vtimestamp write for LangChain
io.github.vdappdev2/vtimestamp-write
MCP server for creating vtimestamp proofs on the Verus blockchain via a local or remote daemon
client:LangChain
transport:stdio
runtime:npm
Install vtimestamp write in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"vtimestamp-write": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "vtimestamp-mcp-write"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs