CiteStamp for LangChain
com.citestamp/citestamp
Citation-health over a CC0 citation graph: what supports, refutes, or cites a paper. Read-only.
client:LangChain
transport:streamable-http
tools:5
Install CiteStamp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"citestamp": {
"transport": "streamable_http",
"url": "https://mcp.citestamp.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs