groundcheck for LangChain
io.github.beepboop2025/groundcheck
Verify claims, resolve FIGI identity, extract claims, and sign x402 delivery receipts over MCP.
client:LangChain
transport:streamable-http
runtime:npm
tools:5
Install groundcheck in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"groundcheck": {
"transport": "streamable_http",
"url": "https://groundcheck.seiche.info/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs